aiblueprint-cli 1.4.105 → 1.4.107

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.
Files changed (27) hide show
  1. package/README.md +1 -5
  2. package/agents-config/skills/agents-manager/agents/openai.yaml +3 -0
  3. package/agents-config/skills/app-icon/SKILL.md +1 -0
  4. package/agents-config/skills/app-icon/agents/openai.yaml +10 -0
  5. package/agents-config/skills/app-icon/assets/codex-icon.svg +1 -0
  6. package/agents-config/skills/appstore-connect/SKILL.md +1 -0
  7. package/agents-config/skills/appstore-connect/agents/openai.yaml +3 -0
  8. package/agents-config/skills/audit-skills/agents/openai.yaml +3 -0
  9. package/agents-config/skills/audit-skills/assets/codex-icon.svg +1 -0
  10. package/agents-config/skills/environments-manager/agents/openai.yaml +3 -0
  11. package/agents-config/skills/grill-me/agents/openai.yaml +1 -0
  12. package/agents-config/skills/hooks-manager/SKILL.md +1 -0
  13. package/agents-config/skills/hooks-manager/agents/openai.yaml +3 -0
  14. package/agents-config/skills/rules-manager/agents/openai.yaml +3 -0
  15. package/agents-config/skills/skill-manager/agents/openai.yaml +3 -0
  16. package/agents-config/skills/use-style/agents/openai.yaml +3 -0
  17. package/package.json +1 -1
  18. package/agents-config/skills/fix-pr-comments/SKILL.md +0 -53
  19. package/agents-config/skills/fix-pr-comments/agents/openai.yaml +0 -10
  20. package/agents-config/skills/fix-pr-comments/assets/codex-icon.svg +0 -17
  21. package/agents-config/skills/merge/SKILL.md +0 -70
  22. package/agents-config/skills/merge/agents/openai.yaml +0 -10
  23. package/agents-config/skills/merge/assets/codex-icon.svg +0 -17
  24. package/agents-config/skills/prompt/SKILL.md +0 -60
  25. package/agents-config/skills/ultrathink/SKILL.md +0 -44
  26. package/agents-config/skills/ultrathink/agents/openai.yaml +0 -10
  27. package/agents-config/skills/ultrathink/assets/codex-icon.svg +0 -20
package/README.md CHANGED
@@ -127,7 +127,7 @@ Install skills directly into `~/.claude/skills/`:
127
127
  npx skills@latest add melvynx/aiblueprint
128
128
 
129
129
  # Install a single skill
130
- npx skills add Melvynx/aiblueprint --skill ultrathink
130
+ npx skills add Melvynx/aiblueprint --skill app-icon
131
131
 
132
132
  # Install multiple skills
133
133
  npx skills add Melvynx/aiblueprint --skill rules-manager
@@ -144,16 +144,12 @@ npx skills add Melvynx/aiblueprint --skill skill-manager
144
144
  | `appstore-connect` | Manage App Store Connect workflows |
145
145
  | `audit-memories` | Manually audit and clean project agent documentation |
146
146
  | `audit-skills` | Manually audit skill usage, invocation controls, duplicates, and scope |
147
- | `fix-pr-comments` | Resolve PR review comments |
148
147
  | `grill-me` | Stress-test a plan with focused questions |
149
148
  | `hooks-manager` | Create and debug Claude Code hooks |
150
- | `merge` | Context-aware branch merging |
151
149
  | `environments-manager` | Set up per-worktree agent environments |
152
- | `prompt` | Create minimalist SVG logo variations |
153
150
  | `rules-manager` | Create and maintain agent rule files |
154
151
  | `skill-manager` | Manage skills and rules across Claude Code, Codex, and Cursor |
155
152
  | `use-style` | Apply named UI style guides before implementation |
156
- | `ultrathink` | Deep thinking mode for elegant solutions |
157
153
 
158
154
  ## 🤖 Assistant Pro
159
155
 
@@ -5,3 +5,6 @@ interface:
5
5
  icon_large: "./assets/codex-icon.svg"
6
6
  brand_color: "#9C6925"
7
7
  default_prompt: "Use $agents-manager to help with this task."
8
+
9
+ policy:
10
+ allow_implicit_invocation: true
@@ -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)
@@ -5,3 +5,6 @@ interface:
5
5
  icon_large: "./assets/codex-icon.svg"
6
6
  brand_color: "#01C1C6"
7
7
  default_prompt: "Use $appstore-connect to help with this task."
8
+
9
+ policy:
10
+ allow_implicit_invocation: false
@@ -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>
@@ -5,3 +5,6 @@ interface:
5
5
  icon_large: "./assets/codex-icon.svg"
6
6
  brand_color: "#444449"
7
7
  default_prompt: "Use $environments-manager to help with this task."
8
+
9
+ policy:
10
+ allow_implicit_invocation: true
@@ -4,5 +4,6 @@ interface:
4
4
  icon_small: "./assets/codex-icon.svg"
5
5
  icon_large: "./assets/codex-icon.svg"
6
6
  brand_color: "#F5F5F5"
7
+ default_prompt: "Use $grill-me to stress-test this plan or decision."
7
8
  policy:
8
9
  allow_implicit_invocation: false
@@ -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
@@ -5,3 +5,6 @@ interface:
5
5
  icon_large: "./assets/codex-icon.svg"
6
6
  brand_color: "#868259"
7
7
  default_prompt: "Use $hooks-manager to help with this task."
8
+
9
+ policy:
10
+ allow_implicit_invocation: false
@@ -5,3 +5,6 @@ interface:
5
5
  icon_large: "./assets/codex-icon.svg"
6
6
  brand_color: "#2F5B3E"
7
7
  default_prompt: "Use $rules-manager to help with this task."
8
+
9
+ policy:
10
+ allow_implicit_invocation: true
@@ -5,3 +5,6 @@ interface:
5
5
  icon_large: "./assets/codex-icon.svg"
6
6
  brand_color: "#48AAB0"
7
7
  default_prompt: "Use $skill-manager to help with this task."
8
+
9
+ policy:
10
+ allow_implicit_invocation: true
@@ -5,3 +5,6 @@ interface:
5
5
  icon_large: "./assets/codex-icon.svg"
6
6
  brand_color: "#02195C"
7
7
  default_prompt: "Use $use-style to help with this task."
8
+
9
+ policy:
10
+ allow_implicit_invocation: true
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "aiblueprint-cli",
3
- "version": "1.4.105",
3
+ "version": "1.4.107",
4
4
  "description": "AIBlueprint CLI for setting up AI coding configurations",
5
5
  "author": "AIBlueprint",
6
6
  "license": "MIT",
@@ -1,53 +0,0 @@
1
- ---
2
- name: fix-pr-comments
3
- description: Fetch PR review comments and implement all requested changes
4
- allowed-tools: Bash(gh :*), Bash(git :*), Read, Edit, MultiEdit
5
- disable-model-invocation: true
6
- allow_implicit_invocation: false
7
- ---
8
-
9
- # Fix PR Comments
10
-
11
- Systematically address ALL unresolved review comments until PR is approved.
12
-
13
- ## Context
14
-
15
- - Current branch: !`git branch --show-current`
16
- - Working tree status: !`git status --short`
17
- - Recent commits: !`git log --oneline -3`
18
-
19
- ## Workflow
20
-
21
- 1. **FETCH COMMENTS**:
22
- - Identify PR: `gh pr status --json number,headRefName`
23
- - Get reviews: `gh pr review list --state CHANGES_REQUESTED`
24
- - Get inline: `gh api repos/{owner}/{repo}/pulls/{number}/comments`
25
- - Capture BOTH review comments AND inline code comments
26
- - STOP if no PR found - ask user for PR number
27
-
28
- 2. **ANALYZE & PLAN**:
29
- - Extract exact file:line references
30
- - Group by file for MultiEdit efficiency
31
- - STAY IN SCOPE: NEVER fix unrelated issues
32
- - Create checklist: one item per comment
33
-
34
- 3. **IMPLEMENT FIXES**:
35
- - BEFORE editing: ALWAYS `Read` target file first
36
- - Batch changes with `MultiEdit` for same-file modifications
37
- - Make EXACTLY what reviewer requested
38
- - Check off each resolved comment
39
-
40
- 4. **COMMIT & PUSH**:
41
- - Stage: `git add -A`
42
- - Commit: `fix: address PR review comments`
43
- - Push: `git push`
44
- - NEVER include co-author tags
45
-
46
- ## Rules
47
-
48
- - Every unresolved comment MUST be addressed
49
- - Read files BEFORE any edits - no exceptions
50
- - FORBIDDEN: Style changes beyond reviewer requests
51
- - On failure: Return to ANALYZE phase, never skip comments
52
-
53
- User: $ARGUMENTS
@@ -1,10 +0,0 @@
1
- interface:
2
- display_name: "Fix Pr Comments"
3
- short_description: "Fetch PR review comments and implement all requested changes"
4
- icon_small: "./assets/codex-icon.svg"
5
- icon_large: "./assets/codex-icon.svg"
6
- brand_color: "#C62EE2"
7
- default_prompt: "Use $fix-pr-comments to help with this task."
8
-
9
- policy:
10
- allow_implicit_invocation: false
@@ -1,17 +0,0 @@
1
- <!-- @license lucide-static v1.24.0 - ISC -->
2
- <svg role="img" aria-label="fix-pr-comments skill icon"
3
- class="lucide lucide-git-merge"
4
- xmlns="http://www.w3.org/2000/svg"
5
- width="128"
6
- height="128"
7
- viewBox="0 0 24 24"
8
- fill="none"
9
- stroke="#F5F5F5"
10
- stroke-width="2"
11
- stroke-linecap="round"
12
- stroke-linejoin="round"
13
- >
14
- <circle cx="18" cy="18" r="3" />
15
- <circle cx="6" cy="6" r="3" />
16
- <path d="M6 21V9a9 9 0 0 0 9 9" />
17
- </svg>
@@ -1,70 +0,0 @@
1
- ---
2
- name: merge
3
- description: Intelligently merge branches with context-aware conflict resolution
4
- allowed-tools: Bash(git :*), Bash(gh :*), Read, Edit, MultiEdit, Task
5
- argument-hint: <branch-name>
6
- disable-model-invocation: true
7
- allow_implicit_invocation: false
8
- ---
9
-
10
- # Merge
11
-
12
- Merge branches intelligently by understanding feature context and resolving conflicts efficiently.
13
-
14
- ## Context
15
-
16
- - Current branch: !`git branch --show-current`
17
- - Working tree status: !`git status --short`
18
- - Target branch: $1
19
- - Recent commits: !`git log --oneline -5`
20
-
21
- ## Workflow
22
-
23
- 1. **CONTEXT GATHERING**:
24
- - `git branch --show-current` to identify current branch
25
- - `git status` to ensure clean working tree
26
- - **CRITICAL**: Abort if uncommitted changes exist
27
-
28
- 2. **FEATURE ANALYSIS**:
29
- - Search PR with `gh pr list --head <branch-name>`
30
- - Get PR details with `gh pr view <number> --json title,body,files`
31
- - Use Task agents to gather context from PR/issue descriptions
32
-
33
- 3. **MERGE ATTEMPT**:
34
- - `git fetch origin <branch-name>`
35
- - `git merge origin/<branch-name> --no-commit`
36
- - Check status with `git status --porcelain`
37
-
38
- 4. **CONFLICT DETECTION**:
39
- - Clean merge: `git commit` with descriptive message
40
- - Conflicts: Parse `git diff --name-only --diff-filter=U`
41
-
42
- 5. **SMART RESOLUTION**: For each conflicted file:
43
- - Read file to understand conflict markers
44
- - Apply resolution based on context:
45
- - **Feature additions**: Keep both if non-overlapping
46
- - **Bug fixes**: Prefer incoming if fixing known issue
47
- - **Refactors**: Analyze intent and merge carefully
48
- - Use MultiEdit to resolve all conflicts
49
- - **STOP**: If >10 files conflicted, ask user
50
-
51
- 6. **VERIFICATION**:
52
- - `git diff --cached` to review changes
53
- - Check no conflict markers remain: `grep -r "<<<<<<< HEAD"`
54
- - `git add -A` and commit
55
-
56
- ## Conflict Resolution by Type
57
-
58
- - **package.json**: Merge dependencies, prefer higher versions
59
- - **Config files**: Combine settings unless mutually exclusive
60
- - **Source code**: Use PR/issue context to understand intent
61
- - **Tests**: Keep all tests unless duplicates
62
- - **Imports**: Merge all, deduplicate
63
-
64
- ## Rules
65
-
66
- - ALWAYS gather context before merging
67
- - NEVER blindly accept theirs/ours without analysis
68
- - ABORT if conflicts exceed 10 files
69
- - Max 3 resolution attempts per file
70
- - If stuck: `git merge --abort` and report blockers
@@ -1,10 +0,0 @@
1
- interface:
2
- display_name: "Merge"
3
- short_description: "Intelligently merge branches with context-aware conflict..."
4
- icon_small: "./assets/codex-icon.svg"
5
- icon_large: "./assets/codex-icon.svg"
6
- brand_color: "#764627"
7
- default_prompt: "Use $merge to help with this task."
8
-
9
- policy:
10
- allow_implicit_invocation: false
@@ -1,17 +0,0 @@
1
- <!-- @license lucide-static v1.24.0 - ISC -->
2
- <svg role="img" aria-label="merge skill icon"
3
- class="lucide lucide-git-merge"
4
- xmlns="http://www.w3.org/2000/svg"
5
- width="128"
6
- height="128"
7
- viewBox="0 0 24 24"
8
- fill="none"
9
- stroke="#F5F5F5"
10
- stroke-width="2"
11
- stroke-linecap="round"
12
- stroke-linejoin="round"
13
- >
14
- <circle cx="18" cy="18" r="3" />
15
- <circle cx="6" cy="6" r="3" />
16
- <path d="M6 21V9a9 9 0 0 0 9 9" />
17
- </svg>
@@ -1,60 +0,0 @@
1
- ---
2
- name: prompt
3
- description: Create minimalist SVG logo variations for an app after collecting logo direction from the user.
4
- ---
5
-
6
- You are an expert logo designer. I want you to create minimalist SVG logo variations for my app.
7
-
8
- Use extended thinking to deeply analyze my app and create the best logos possible.
9
-
10
- App Name: [YOUR APP NAME]
11
- Description: [WHAT YOUR APP DOES]
12
-
13
- Before starting, ask me these 4 questions:
14
-
15
- 1. What logo style do you prefer? (Lettermark like Stripe's S, Abstract symbol like Claude, Geometric shape like Airbnb, or Wordmark)
16
-
17
- 2. What brand personality? (Modern & Tech, Playful & Friendly, Professional, Bold & Edgy, or Minimal & Clean)
18
-
19
- 3. Which companies inspire you visually? (Stripe, Google, Linear, Notion, Discord)
20
-
21
- 4. How many logos do you want? (between 1 and 100)
22
-
23
- Wait for my answers before generating anything.
24
-
25
- After my answers, create an HTML artifact with all the logos.
26
-
27
- Artifact constraints (follow exactly):
28
-
29
- Layout:
30
- - Responsive grid that takes the full page width
31
- - No fixed width, adapts to viewport
32
- - Each cell is square (aspect-ratio: 1)
33
- - Cells automatically fill available space
34
- - Light gray border between cells
35
- - White background
36
- - Logo centered in each cell
37
-
38
- Cell content:
39
- - Number in the corner (1, 2, 3...) so I can easily say "I like 4 and 5"
40
- - Logo in the center
41
- - Short description below (1-2 sentences max)
42
- - Description explains the concept and why it fits the app
43
-
44
- Page:
45
- - No title
46
- - No header
47
- - No footer
48
- - Just the grid taking the full page
49
-
50
- Logos:
51
- - Black color only
52
- - No gradients
53
- - No shadows
54
- - Opacity allowed (play with transparency for depth)
55
- - Simple geometric shapes
56
- - Maximum 3-4 elements per logo
57
- - Must be recognizable at 16px
58
- - Clean paths, no complexity
59
-
60
- After showing the grid, ask me which ones I prefer to create more variations based on my favorites.
@@ -1,44 +0,0 @@
1
- ---
2
- name: ultrathink
3
- description: Deep thinking mode - approach problems like a craftsman, obsess over details, and create elegant solutions
4
- disable-model-invocation: true
5
- allow_implicit_invocation: false
6
- ---
7
-
8
- # Ultrathink
9
-
10
- Take a deep breath. We're not here to write code. We're here to make a dent in the universe.
11
-
12
- ## The Approach
13
-
14
- 1. **Think Different** - Question every assumption. Why does it have to work that way? What would the most elegant solution look like?
15
-
16
- 2. **Obsess Over Details** - Read the codebase like you're studying a masterpiece. Understand the patterns, the philosophy, the _soul_ of this code.
17
-
18
- 3. **Plan Like Da Vinci** - Before writing a single line, sketch the architecture. Create a plan so clear anyone could understand it.
19
-
20
- 4. **Craft, Don't Code** - Every function name should sing. Every abstraction should feel natural. Every edge case handled with grace.
21
-
22
- 5. **Iterate Relentlessly** - The first version is never good enough. Run tests. Compare results. Refine until it's _insanely great_.
23
-
24
- 6. **Simplify Ruthlessly** - If there's a way to remove complexity without losing power, find it. Elegance is achieved when there's nothing left to take away.
25
-
26
- ## Your Tools Are Instruments
27
-
28
- - Use bash tools, MCP servers, and custom commands like a virtuoso
29
- - Git history tells the story—read it, learn from it, honor it
30
- - Multiple Claude instances aren't redundancy—they're collaboration between perspectives
31
-
32
- ## The Integration
33
-
34
- Technology alone is not enough. Your code should:
35
- - Work seamlessly with the human's workflow
36
- - Feel intuitive, not mechanical
37
- - Solve the _real_ problem, not just the stated one
38
- - Leave the codebase better than you found it
39
-
40
- ## Reality Distortion Field
41
-
42
- When something seems impossible, that's your cue to ultrathink harder. The people crazy enough to think they can change the world are the ones who do.
43
-
44
- Don't just tell me how you'll solve it. _Show me_ why this solution is the only one that makes sense.
@@ -1,10 +0,0 @@
1
- interface:
2
- display_name: "Ultrathink"
3
- short_description: "Deep thinking mode - approach problems like a craftsman,..."
4
- icon_small: "./assets/codex-icon.svg"
5
- icon_large: "./assets/codex-icon.svg"
6
- brand_color: "#D38BCB"
7
- default_prompt: "Use $ultrathink to help with this task."
8
-
9
- policy:
10
- allow_implicit_invocation: false
@@ -1,20 +0,0 @@
1
- <!-- @license lucide-static v1.24.0 - ISC -->
2
- <svg role="img" aria-label="ultrathink skill icon"
3
- class="lucide lucide-bot"
4
- xmlns="http://www.w3.org/2000/svg"
5
- width="128"
6
- height="128"
7
- viewBox="0 0 24 24"
8
- fill="none"
9
- stroke="#F5F5F5"
10
- stroke-width="2"
11
- stroke-linecap="round"
12
- stroke-linejoin="round"
13
- >
14
- <path d="M12 8V4H8" />
15
- <rect width="16" height="12" x="4" y="8" rx="2" />
16
- <path d="M2 14h2" />
17
- <path d="M20 14h2" />
18
- <path d="M15 13v2" />
19
- <path d="M9 13v2" />
20
- </svg>