aiblueprint-cli 1.4.106 → 1.4.108
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 +2 -8
- package/agents-config/skills/agents-manager/agents/openai.yaml +3 -0
- package/agents-config/skills/app-icon/SKILL.md +1 -0
- package/agents-config/skills/app-icon/agents/openai.yaml +10 -0
- package/agents-config/skills/app-icon/assets/codex-icon.svg +1 -0
- package/agents-config/skills/appstore-connect/SKILL.md +1 -0
- package/agents-config/skills/appstore-connect/agents/openai.yaml +3 -0
- package/agents-config/skills/audit-skills/agents/openai.yaml +3 -0
- package/agents-config/skills/audit-skills/assets/codex-icon.svg +1 -0
- package/agents-config/skills/environments-manager/agents/openai.yaml +3 -0
- package/agents-config/skills/grill-me/agents/openai.yaml +1 -0
- package/agents-config/skills/hooks-manager/SKILL.md +1 -0
- package/agents-config/skills/hooks-manager/agents/openai.yaml +3 -0
- package/agents-config/skills/rules-manager/agents/openai.yaml +3 -0
- package/agents-config/skills/skill-manager/agents/openai.yaml +3 -0
- package/agents-config/skills/use-style/agents/openai.yaml +3 -0
- package/dist/cli.js +1070 -1038
- package/package.json +1 -1
- package/agents-config/skills/fix-pr-comments/SKILL.md +0 -53
- package/agents-config/skills/fix-pr-comments/agents/openai.yaml +0 -10
- package/agents-config/skills/fix-pr-comments/assets/codex-icon.svg +0 -17
- package/agents-config/skills/merge/SKILL.md +0 -70
- package/agents-config/skills/merge/agents/openai.yaml +0 -10
- package/agents-config/skills/merge/assets/codex-icon.svg +0 -17
- package/agents-config/skills/prompt/SKILL.md +0 -60
- package/agents-config/skills/ultrathink/SKILL.md +0 -44
- package/agents-config/skills/ultrathink/agents/openai.yaml +0 -10
- package/agents-config/skills/ultrathink/assets/codex-icon.svg +0 -20
package/README.md
CHANGED
|
@@ -34,8 +34,6 @@ npx aiblueprint-cli@latest agents setup
|
|
|
34
34
|
# Run without installation
|
|
35
35
|
npx aiblueprint-cli@latest agents setup
|
|
36
36
|
|
|
37
|
-
# Or install globally
|
|
38
|
-
npm install -g aiblueprint-cli
|
|
39
37
|
```
|
|
40
38
|
|
|
41
39
|
## 🎯 Usage
|
|
@@ -127,7 +125,7 @@ Install skills directly into `~/.claude/skills/`:
|
|
|
127
125
|
npx skills@latest add melvynx/aiblueprint
|
|
128
126
|
|
|
129
127
|
# Install a single skill
|
|
130
|
-
npx skills add Melvynx/aiblueprint --skill
|
|
128
|
+
npx skills add Melvynx/aiblueprint --skill app-icon
|
|
131
129
|
|
|
132
130
|
# Install multiple skills
|
|
133
131
|
npx skills add Melvynx/aiblueprint --skill rules-manager
|
|
@@ -144,16 +142,12 @@ npx skills add Melvynx/aiblueprint --skill skill-manager
|
|
|
144
142
|
| `appstore-connect` | Manage App Store Connect workflows |
|
|
145
143
|
| `audit-memories` | Manually audit and clean project agent documentation |
|
|
146
144
|
| `audit-skills` | Manually audit skill usage, invocation controls, duplicates, and scope |
|
|
147
|
-
| `fix-pr-comments` | Resolve PR review comments |
|
|
148
145
|
| `grill-me` | Stress-test a plan with focused questions |
|
|
149
146
|
| `hooks-manager` | Create and debug Claude Code hooks |
|
|
150
|
-
| `merge` | Context-aware branch merging |
|
|
151
147
|
| `environments-manager` | Set up per-worktree agent environments |
|
|
152
|
-
| `prompt` | Create minimalist SVG logo variations |
|
|
153
148
|
| `rules-manager` | Create and maintain agent rule files |
|
|
154
149
|
| `skill-manager` | Manage skills and rules across Claude Code, Codex, and Cursor |
|
|
155
150
|
| `use-style` | Apply named UI style guides before implementation |
|
|
156
|
-
| `ultrathink` | Deep thinking mode for elegant solutions |
|
|
157
151
|
|
|
158
152
|
## 🤖 Assistant Pro
|
|
159
153
|
|
|
@@ -225,4 +219,4 @@ MIT License - see [LICENSE](LICENSE) file for details.
|
|
|
225
219
|
|
|
226
220
|
**Created by AIBlueprint** - [mlv.sh/claude-cli](https://mlv.sh/claude-cli)
|
|
227
221
|
|
|
228
|
-
Need help? [Open an issue](https://github.com/melvynx/aiblueprint/issues) | [Documentation](https://
|
|
222
|
+
Need help? [Open an issue](https://github.com/melvynx/aiblueprint/issues) | [Documentation](https://docs.aiblueprint.dev)
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: app-icon
|
|
3
3
|
description: Generate a vibrant dimensional iOS and Android app icon for an Expo or React Native app with AI image generation, then post-process it for store specs. Use for creating, regenerating, or polishing an app logo or launcher icon.
|
|
4
|
+
disable-model-invocation: true
|
|
4
5
|
argument-hint: "[app concept or brand]"
|
|
5
6
|
---
|
|
6
7
|
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
interface:
|
|
2
|
+
display_name: "App Icon"
|
|
3
|
+
short_description: "Create polished mobile app icons for stores"
|
|
4
|
+
icon_small: "./assets/codex-icon.svg"
|
|
5
|
+
icon_large: "./assets/codex-icon.svg"
|
|
6
|
+
brand_color: "#737373"
|
|
7
|
+
default_prompt: "Use $app-icon to create an icon for this app."
|
|
8
|
+
|
|
9
|
+
policy:
|
|
10
|
+
allow_implicit_invocation: false
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg role="img" aria-label="app-icon skill icon" xmlns="http://www.w3.org/2000/svg" width="128" height="128" viewBox="0 0 24 24" fill="none" stroke="#F5F5F5" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="m7 11 2-2-2-2"/><path d="M11 13h4"/><rect width="18" height="14" x="3" y="5" rx="2"/></svg>
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: appstore-connect
|
|
3
3
|
description: Interact with App Store Connect via the asc CLI - apps, builds, TestFlight, beta testers, reviews, sales/analytics, metadata, IAP, signing, submissions. Use for "check my app", "App Store Connect", "TestFlight status", "app review", "my app sales", or "asc".
|
|
4
|
+
disable-model-invocation: true
|
|
4
5
|
---
|
|
5
6
|
|
|
6
7
|
# App Store Connect (asc)
|
|
@@ -1,6 +1,9 @@
|
|
|
1
1
|
interface:
|
|
2
2
|
display_name: "Audit Skills"
|
|
3
3
|
short_description: "Audit skill usage, invocation, and scope"
|
|
4
|
+
icon_small: "./assets/codex-icon.svg"
|
|
5
|
+
icon_large: "./assets/codex-icon.svg"
|
|
6
|
+
brand_color: "#737373"
|
|
4
7
|
default_prompt: "Use $audit-skills to audit global and project skill placement."
|
|
5
8
|
|
|
6
9
|
policy:
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg role="img" aria-label="audit-skills skill icon" xmlns="http://www.w3.org/2000/svg" width="128" height="128" viewBox="0 0 24 24" fill="none" stroke="#F5F5F5" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="m7 11 2-2-2-2"/><path d="M11 13h4"/><rect width="18" height="14" x="3" y="5" rx="2"/></svg>
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: hooks-manager
|
|
3
3
|
description: Create, edit, configure, and debug hooks for Claude Code, Codex, and Cursor. Use for lifecycle events, command validation, routing shared hooks, notifications, automation, or platform-specific hook configuration.
|
|
4
|
+
disable-model-invocation: true
|
|
4
5
|
---
|
|
5
6
|
|
|
6
7
|
# Hooks Manager
|