jazz-ai 0.12.4 → 0.12.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -2
- package/dist/main.js +658 -583
- package/package.json +52 -54
- package/skills/github-action/SKILL.md +214 -0
- package/vendor/terminal-notifier/LICENSE +23 -0
- package/vendor/terminal-notifier/arm64/terminal-notifier.app/Contents/Info.plist +65 -0
- package/vendor/terminal-notifier/arm64/terminal-notifier.app/Contents/MacOS/terminal-notifier +0 -0
- package/vendor/terminal-notifier/arm64/terminal-notifier.app/Contents/PkgInfo +1 -0
- package/vendor/terminal-notifier/arm64/terminal-notifier.app/Contents/Resources/Terminal.icns +0 -0
- package/vendor/terminal-notifier/arm64/terminal-notifier.app/Contents/Resources/en.lproj/Credits.rtf +29 -0
- package/vendor/terminal-notifier/arm64/terminal-notifier.app/Contents/Resources/en.lproj/InfoPlist.strings +0 -0
- package/vendor/terminal-notifier/arm64/terminal-notifier.app/Contents/Resources/en.lproj/MainMenu.nib +0 -0
- package/vendor/terminal-notifier/arm64/terminal-notifier.app/Contents/_CodeSignature/CodeResources +182 -0
- package/vendor/terminal-notifier/x64/terminal-notifier.app/Contents/Info.plist +65 -0
- package/vendor/terminal-notifier/x64/terminal-notifier.app/Contents/MacOS/terminal-notifier +0 -0
- package/vendor/terminal-notifier/x64/terminal-notifier.app/Contents/PkgInfo +1 -0
- package/vendor/terminal-notifier/x64/terminal-notifier.app/Contents/Resources/Terminal.icns +0 -0
- package/vendor/terminal-notifier/x64/terminal-notifier.app/Contents/Resources/en.lproj/Credits.rtf +29 -0
- package/vendor/terminal-notifier/x64/terminal-notifier.app/Contents/Resources/en.lproj/InfoPlist.strings +0 -0
- package/vendor/terminal-notifier/x64/terminal-notifier.app/Contents/Resources/en.lproj/MainMenu.nib +0 -0
- package/vendor/terminal-notifier/x64/terminal-notifier.app/Contents/_CodeSignature/CodeResources +182 -0
- package/skills/budget/SKILL.md +0 -146
- package/skills/budget/references/frameworks.md +0 -45
- package/skills/code-review/SKILL.md +0 -143
- package/skills/digest/SKILL.md +0 -120
- package/skills/digest/references/sources.md +0 -103
- package/skills/documentation/SKILL.md +0 -127
- package/skills/investment-analysis/SKILL.md +0 -151
- package/skills/investment-analysis/references/assets.md +0 -70
- package/skills/investment-analysis/references/investment-mindset.md +0 -119
- package/skills/pr-description/SKILL.md +0 -113
- package/workflows/tech-digest/WORKFLOW.md +0 -130
package/README.md
CHANGED
|
@@ -123,7 +123,7 @@ Simply run `jazz mcp add` and input the MCP configuration:
|
|
|
123
123
|
|
|
124
124
|
Skills are packaged expertise your agent loads on demand—proven playbooks for complex tasks instead of winging it every time. Think deep research with multi-source verification, structured code review, meeting notes that follow your format, PR descriptions from your conventions. You get consistency and domain expertise without stuffing the context window.
|
|
125
125
|
|
|
126
|
-
Jazz ships with **
|
|
126
|
+
Jazz ships with **15+ built-in skills**—deep research, email, calendar, browser automation, Obsidian, and more. Add your own from the ecosystem: Jazz follows the [`.agents` convention](https://agentskills.io), so any skill works. Run `npx skills add` to browse and install, or drop a skill in `~/.jazz/skills/` (global) or `./skills/` (project-local). Use `/skills` in chat to browse what's available.
|
|
127
127
|
|
|
128
128
|
---
|
|
129
129
|
|
|
@@ -138,7 +138,6 @@ Jazz ships with workflows ready to go:
|
|
|
138
138
|
| Workflow | Schedule | What it does |
|
|
139
139
|
| -------------------- | ------------- | ----------------------------------------------------------------- |
|
|
140
140
|
| **email-cleanup** | Hourly | Archive newsletters, organize promotions, flag important messages |
|
|
141
|
-
| **tech-digest** | Daily | Scan AI/tech news sources and compile a personalized digest |
|
|
142
141
|
| **weather-briefing** | Every morning | Weather forecast + outfit recommendations for your location |
|
|
143
142
|
| **market-analysis** | Daily | Stock/crypto analysis with buy/sell signals |
|
|
144
143
|
|