aiblueprint-cli 1.4.96 → 1.4.97
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 +14 -28
- package/agents-config/skills/app-icon/SKILL.md +1 -1
- package/agents-config/skills/use-artifacts/SKILL.md +3 -3
- package/agents-config/skills/use-goal/SKILL.md +60 -0
- package/agents-config/skills/use-goal/agents/openai.yaml +7 -0
- package/agents-config/skills/use-goal/assets/codex-icon.svg +4 -0
- package/agents-config/skills/use-goal/references/claude-code-goal.md +17 -0
- package/agents-config/skills/use-goal/references/codex-goal.md +15 -0
- package/agents-config/skills/use-goal/references/verification-harnesses.md +7 -0
- package/package.json +1 -1
- /package/agents-config/skills/{prompt-manager → prompt-creator}/SKILL.md +0 -0
- /package/agents-config/skills/{prompt-manager → prompt-creator}/references/anthropic-best-practices.md +0 -0
- /package/agents-config/skills/{prompt-manager → prompt-creator}/references/anti-patterns.md +0 -0
- /package/agents-config/skills/{prompt-manager → prompt-creator}/references/clarity-principles.md +0 -0
- /package/agents-config/skills/{prompt-manager → prompt-creator}/references/context-management.md +0 -0
- /package/agents-config/skills/{prompt-manager → prompt-creator}/references/few-shot-patterns.md +0 -0
- /package/agents-config/skills/{prompt-manager → prompt-creator}/references/openai-best-practices.md +0 -0
- /package/agents-config/skills/{prompt-manager → prompt-creator}/references/prompt-templates.md +0 -0
- /package/agents-config/skills/{prompt-manager → prompt-creator}/references/reasoning-techniques.md +0 -0
- /package/agents-config/skills/{prompt-manager → prompt-creator}/references/system-prompt-patterns.md +0 -0
- /package/agents-config/skills/{prompt-manager → prompt-creator}/references/xml-structure.md +0 -0
package/README.md
CHANGED
|
@@ -102,24 +102,8 @@ npx aiblueprint-cli@latest agents config unify sessions
|
|
|
102
102
|
|
|
103
103
|
### Workflow Skills
|
|
104
104
|
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
- `create-pr` - Auto-generated PRs
|
|
108
|
-
- `fix-pr-comments` - Resolve PR comments
|
|
109
|
-
- `merge` - Context-aware branch merging
|
|
110
|
-
|
|
111
|
-
**Project setup:**
|
|
112
|
-
- `nextjs-setup-project` - Scaffold the preferred Next.js stack
|
|
113
|
-
- `nextjs-add-prisma-db` - Add Prisma and PostgreSQL
|
|
114
|
-
- `nextjs-setup-better-auth` - Wire Better Auth with email OTP
|
|
115
|
-
- `create-vitejs-app` - Create a Vite app with Tailwind and shadcn/ui
|
|
116
|
-
|
|
117
|
-
**SaaS planning:**
|
|
118
|
-
- `saas-create-prd` - Build a lean Product Requirements Document
|
|
119
|
-
- `saas-create-architecture` - Design technical architecture
|
|
120
|
-
- `saas-create-tasks` - Generate implementation tasks
|
|
121
|
-
- `saas-define-pricing` - Create pricing strategy
|
|
122
|
-
- `saas-find-domain-name` - Generate and validate domains
|
|
105
|
+
The free configuration ships the skills listed in the catalog below. The CLI
|
|
106
|
+
installs every directory under `agents-config/skills/`.
|
|
123
107
|
|
|
124
108
|
### Agents (3 Specialized)
|
|
125
109
|
|
|
@@ -154,24 +138,26 @@ npx skills add Melvynx/aiblueprint --skill skill-manager
|
|
|
154
138
|
|
|
155
139
|
| Skill | Description |
|
|
156
140
|
|-------|-------------|
|
|
141
|
+
| `agents-manager` | Create and orchestrate Claude Code agents |
|
|
142
|
+
| `apex` | Structured implementation workflow |
|
|
143
|
+
| `app-icon` | Generate and prepare app icons |
|
|
144
|
+
| `appstore-connect` | Manage App Store Connect workflows |
|
|
157
145
|
| `commit` | Quick commit and push with clean messages |
|
|
158
146
|
| `create-pr` | Auto-generated pull requests |
|
|
159
147
|
| `fix-pr-comments` | Resolve PR review comments |
|
|
148
|
+
| `grill-me` | Stress-test a plan with focused questions |
|
|
160
149
|
| `merge` | Context-aware branch merging |
|
|
150
|
+
| `environments-manager` | Set up per-worktree agent environments |
|
|
151
|
+
| `oneshot` | Implement one focused change quickly |
|
|
152
|
+
| `prompt` | Create minimalist SVG logo variations |
|
|
161
153
|
| `prompt-creator` | Expert prompt engineering |
|
|
154
|
+
| `rules-manager` | Create and maintain agent rule files |
|
|
162
155
|
| `skill-manager` | Manage skills and rules across Claude Code, Codex, and Cursor |
|
|
163
|
-
| `
|
|
164
|
-
| `saas-create-architecture` | Design SaaS technical architecture |
|
|
165
|
-
| `saas-create-tasks` | Generate implementation task files |
|
|
166
|
-
| `nextjs-setup-project` | Set up a production-ready Next.js project |
|
|
167
|
-
| `create-vitejs-app` | Create a Vite app with Tailwind and shadcn/ui |
|
|
156
|
+
| `tools` | AIBlueprint tools and libraries reference |
|
|
168
157
|
| `use-style` | Apply named UI style guides before implementation |
|
|
169
158
|
| `use-artifacts` | Create polished local HTML plans, prototypes, and visualizations |
|
|
170
|
-
| `
|
|
171
|
-
| `
|
|
172
|
-
| `environments-manager` | Set up per-worktree agent environments |
|
|
173
|
-
| `grill-me` | Stress-test a plan with focused design questions |
|
|
174
|
-
| `oneshot` | Ultra-fast feature implementation |
|
|
159
|
+
| `use-delegate` | Delegate heavy work to cheap executors |
|
|
160
|
+
| `use-goal` | Create evidence-based agent goals |
|
|
175
161
|
| `ultrathink` | Deep thinking mode for elegant solutions |
|
|
176
162
|
|
|
177
163
|
## 💎 Premium
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: app-icon
|
|
3
|
-
description: Generate a
|
|
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
4
|
argument-hint: "[app concept or brand]"
|
|
5
5
|
---
|
|
6
6
|
|
|
@@ -9,7 +9,7 @@ description: Create Claude-style local HTML artifacts under global ~/.agents/art
|
|
|
9
9
|
|
|
10
10
|
Use this skill to simulate Claude Artifacts in agents that do not have a native artifact panel. The artifact is a small global workspace, usually a single self-contained HTML file, created at `~/.agents/artifacts/<id>/` so the user can open, inspect, and iterate on it from any repo.
|
|
11
11
|
|
|
12
|
-
Always create artifacts in the global user directory:
|
|
12
|
+
Always create artifacts in the global user directory: `~/.agents/artifacts/<id>/`. Never create artifacts inside a repo-local `.agents/artifacts` directory, even when the current working directory is a product repo.
|
|
13
13
|
|
|
14
14
|
The HTML is the deliverable. It should turn the agent's public reasoning, plan, findings, examples, and tradeoffs into a polished page the user can scan, not just dump markdown into a file.
|
|
15
15
|
|
|
@@ -112,7 +112,7 @@ application style, a requested style, or the minimalist fallback.
|
|
|
112
112
|
4. Scaffold the workspace:
|
|
113
113
|
|
|
114
114
|
```bash
|
|
115
|
-
python3
|
|
115
|
+
python3 "$HOME/.agents/skills/use-artifacts/scripts/create_artifact.py" "<short title>" --style "<requested, project:app-name, or fallback style>" --kind thinking
|
|
116
116
|
```
|
|
117
117
|
|
|
118
118
|
5. Implement the artifact in `index.html`.
|
|
@@ -132,7 +132,7 @@ Each artifact directory should contain:
|
|
|
132
132
|
|
|
133
133
|
Target location:
|
|
134
134
|
|
|
135
|
-
- Always use
|
|
135
|
+
- Always use `~/.agents/artifacts/<id>/`.
|
|
136
136
|
- Do not use `<current-project>/.agents/artifacts/<id>/`.
|
|
137
137
|
- Do not add a repo-local override unless the user explicitly updates this skill contract.
|
|
138
138
|
|
|
@@ -0,0 +1,60 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: use-goal
|
|
3
|
+
description: Use when the user asks to create, draft, set, start, or refine a Codex or Claude Code /goal objective for persistent multi-turn work.
|
|
4
|
+
---
|
|
5
|
+
|
|
6
|
+
# Use Goal
|
|
7
|
+
|
|
8
|
+
Create or draft a Codex or Claude Code Goal that follows the official `/goal` contract: one persistent objective with evidence-based completion criteria.
|
|
9
|
+
|
|
10
|
+
## When To Use
|
|
11
|
+
|
|
12
|
+
Use this skill when the user explicitly asks to:
|
|
13
|
+
|
|
14
|
+
- create, set, start, or use a Goal
|
|
15
|
+
- turn a task into a strong `/goal`
|
|
16
|
+
- make Codex or Claude Code continue until an outcome is actually done
|
|
17
|
+
- define success criteria for longer debugging, optimization, migration, refactor, benchmark, flaky-test, or research work
|
|
18
|
+
|
|
19
|
+
Do not introduce a Goal for a one-off edit, short explanation, simple code review, or single answer unless the user explicitly asks for Goal mode.
|
|
20
|
+
Do not use a Goal for a loose backlog or unrelated task list. A good Goal is bigger than one prompt but smaller than an open-ended project.
|
|
21
|
+
|
|
22
|
+
## Pick The Platform
|
|
23
|
+
|
|
24
|
+
Before drafting or creating a Goal, identify the active platform from the runtime and available tools:
|
|
25
|
+
|
|
26
|
+
- **Codex**: use `references/codex-goal.md`.
|
|
27
|
+
- **Claude Code**: use `references/claude-code-goal.md`.
|
|
28
|
+
- **Unknown platform**: draft a plain `/goal ...` command and state that the user should run it in the target agent.
|
|
29
|
+
|
|
30
|
+
If Goal tools are available in Codex, use them rather than only printing a slash command. If the runtime only exposes slash commands, return the exact `/goal ...` command unless the harness can dispatch it directly.
|
|
31
|
+
|
|
32
|
+
## Goal Shape
|
|
33
|
+
|
|
34
|
+
Before writing or creating the Goal, think through the verification strategy. Inspect repository docs, package scripts, tests, CI config, benchmark scripts, failing logs, linked issue text, plans, or referenced files when the evidence surface is not obvious.
|
|
35
|
+
|
|
36
|
+
Identify which command, artifact, report, screenshot, benchmark, source document, or manual check can prove completion. Prefer existing project commands and documented workflows over invented validation. If no reliable verification surface exists, ask one concise question or make the Goal explicitly require creating one.
|
|
37
|
+
|
|
38
|
+
Write one compact objective with the outcome, verification surface, constraints, boundaries, iteration policy, and blocked stop condition. For long-running implementation work, include the files to inspect first, exact proof commands, checkpoint behavior, and a short progress log requirement.
|
|
39
|
+
|
|
40
|
+
Prefer this pattern:
|
|
41
|
+
|
|
42
|
+
```text
|
|
43
|
+
<desired end state>, verified by <specific evidence>, while preserving <constraints>. Use <allowed inputs, tools, or boundaries>. Between iterations, <how to choose and record the next best action>. If blocked or no valid paths remain, stop with <attempted paths, evidence gathered, blocker, and next input needed>.
|
|
44
|
+
```
|
|
45
|
+
|
|
46
|
+
## Create Or Draft
|
|
47
|
+
|
|
48
|
+
When goal tools are available, check the current Goal first. Create a new one only when the user explicitly asks for it and no active Goal blocks it. Do not overwrite, clear, pause, or resume an existing Goal unless explicitly requested.
|
|
49
|
+
|
|
50
|
+
If the user asks only to draft, rewrite, explain, or refine a Goal, return the final `/goal ...` text instead of activating it.
|
|
51
|
+
|
|
52
|
+
## Evidence Rules
|
|
53
|
+
|
|
54
|
+
Completion must be evidence-based. Do not mark a Goal complete because the work seems likely done, because a budget is exhausted, or because no more work is planned. Only mark it complete after verifying the stated stopping condition. If blocked, report the attempted paths, evidence gathered, blocker, and exact input or external change needed.
|
|
55
|
+
|
|
56
|
+
## References
|
|
57
|
+
|
|
58
|
+
- `references/codex-goal.md`: Codex Goal mode, tools, lifecycle, and completion rules.
|
|
59
|
+
- `references/claude-code-goal.md`: Claude Code `/goal` command, evaluator, and manual activation.
|
|
60
|
+
- `references/verification-harnesses.md`: measurable validation for refactors, deletions, migrations, and moves.
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
interface:
|
|
2
|
+
display_name: "Use Goal"
|
|
3
|
+
short_description: "Create evidence-based Codex or Claude Code goals"
|
|
4
|
+
icon_small: "./assets/codex-icon.svg"
|
|
5
|
+
icon_large: "./assets/codex-icon.svg"
|
|
6
|
+
brand_color: "#C70A64"
|
|
7
|
+
default_prompt: "Use $use-goal to help with this task."
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
# Claude Code Goal Reference
|
|
2
|
+
|
|
3
|
+
Use this reference when the active agent is Claude Code.
|
|
4
|
+
|
|
5
|
+
Official reference: https://code.claude.com/docs/en/goal
|
|
6
|
+
|
|
7
|
+
Claude Code uses `/goal` to set a completion condition for the current session. `/goal <condition>` starts Goal mode, `/goal` shows its state, and `/goal clear` removes it. Only one Goal can be active per session.
|
|
8
|
+
|
|
9
|
+
The condition must describe one measurable end state and the proof Claude must surface in the transcript. Include constraints, the files or logs to inspect first, checkpoint reporting, and a bounded blocked stop clause when useful. Goal conditions can be up to 4,000 characters.
|
|
10
|
+
|
|
11
|
+
If the harness cannot dispatch slash commands, output the exact `/goal ...` command and ask the user to paste it manually. Do not replace it with a task list or call `/goal` Claude-only.
|
|
12
|
+
|
|
13
|
+
Prefer:
|
|
14
|
+
|
|
15
|
+
```text
|
|
16
|
+
/goal <desired end state>, verified by <proof surfaced in the transcript>, while preserving <constraints>. First inspect <files/docs/logs>. After each turn, report the checkpoint, command result, remaining gap, and next smallest step. Stop when the proof is present, or after <bound> with attempted paths, evidence, blocker, and needed input.
|
|
17
|
+
```
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
# Codex Goal Reference
|
|
2
|
+
|
|
3
|
+
Use this reference when the active agent is OpenAI Codex.
|
|
4
|
+
|
|
5
|
+
Official references:
|
|
6
|
+
|
|
7
|
+
- https://developers.openai.com/codex/use-cases/follow-goals
|
|
8
|
+
- https://developers.openai.com/codex/app/commands
|
|
9
|
+
- https://developers.openai.com/codex/cli/slash-commands
|
|
10
|
+
|
|
11
|
+
`/goal <objective>` starts Goal mode. `/goal` views the current Goal. `/goal pause`, `/goal resume`, and `/goal clear` manage lifecycle. Objectives must be non-empty and at most 4,000 characters.
|
|
12
|
+
|
|
13
|
+
When Goal tools are available, call `get_goal` before lifecycle actions and create a new Goal only when the user explicitly asks and no active Goal exists. Do not overwrite an existing Goal without explicit permission. If Goals are unavailable, tell the user to enable `[features] goals = true` or run `codex features enable goals`.
|
|
14
|
+
|
|
15
|
+
A strong Goal defines one objective and stopping condition, initial files/docs, exact proof commands or artifacts, non-regression constraints, checkpoint behavior, and the evidence to report if blocked.
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
# Verification Harnesses For Refactors
|
|
2
|
+
|
|
3
|
+
Use this reference when a Goal involves refactoring, deletion, migration, moving files, eliminating a pattern, or reducing a code smell.
|
|
4
|
+
|
|
5
|
+
Convert the desired end state into a deterministic count, list, or command result. First establish the baseline before editing. Prefer existing repository tooling; otherwise create a narrow, deterministic checker that prints grouped findings and exits non-zero while work remains. Exclude generated, vendored, build, lockfile, snapshot, and binary content unless the task includes it.
|
|
6
|
+
|
|
7
|
+
For deletion or migration Goals, verify both the old surface is gone and the new surface works: no imports, string references, routes, config entries, or tests should point at removed paths, and typecheck/build/test should pass. Rerun the harness after each change and report the delta.
|
package/package.json
CHANGED
|
File without changes
|
|
File without changes
|
|
File without changes
|
/package/agents-config/skills/{prompt-manager → prompt-creator}/references/clarity-principles.md
RENAMED
|
File without changes
|
/package/agents-config/skills/{prompt-manager → prompt-creator}/references/context-management.md
RENAMED
|
File without changes
|
/package/agents-config/skills/{prompt-manager → prompt-creator}/references/few-shot-patterns.md
RENAMED
|
File without changes
|
/package/agents-config/skills/{prompt-manager → prompt-creator}/references/openai-best-practices.md
RENAMED
|
File without changes
|
/package/agents-config/skills/{prompt-manager → prompt-creator}/references/prompt-templates.md
RENAMED
|
File without changes
|
/package/agents-config/skills/{prompt-manager → prompt-creator}/references/reasoning-techniques.md
RENAMED
|
File without changes
|
/package/agents-config/skills/{prompt-manager → prompt-creator}/references/system-prompt-patterns.md
RENAMED
|
File without changes
|
|
File without changes
|