com um clique
sync-aiblueprint-with-claude
Sync NEW files from this repository to ~/.claude
Instalar com Codex ou Claude Copie este prompt, cole no Codex, Claude ou outro assistente e deixe que ele revise a página da skill e instale para você.
Menu
Sync NEW files from this repository to ~/.claude
Instalar com Codex ou Claude Copie este prompt, cole no Codex, Claude ou outro assistente e deixe que ele revise a página da skill e instale para você.
Baseado na classificação ocupacional SOC
Expert guidance for creating, building, and using Claude Code agents and the Task tool. Use when working with agents, setting up agent configurations, understanding how agents work, or using the Task tool to launch specialized agents.
Complete SaaS ideation to implementation workflow - from idea discovery to task breakdown
Run structured APEX implementation (Analyze, Plan, Execute, eXamine) with parallel agents, tests, adversarial review, and proof-backed verification. Use for features, bug fixes, or code changes that need disciplined execution and real-flow evidence.
Deep iterative research using progressive flow psychology (diverge-analyze-converge-execute) with parallel agents, skeptical analysis, and multi-perspective synthesis. Use for thorough topic exploration, decision-making research, or when you need battle-tested conclusions.
Automated CI/CD pipeline fixer - watches CI, fixes errors locally, commits, and loops until green. Use when CI is failing and you want to automatically fix and verify changes.
Improve unclear UX copy, error messages, microcopy, labels, and instructions. Makes interfaces easier to understand and use.
| name | sync-aiblueprint-with-claude |
| description | Sync NEW files from this repository to ~/.claude |
| allowed-tools | Bash(cp :*), Bash(diff :*), Bash(ls :*), Bash(cat :*), Bash(mkdir :*), Bash(find :*), Bash(date :*), Read, Write, Edit |
Sync automation specialist. Find and copy ONLY NEW files from claude-code-config TO ~/.claude.
$CWD/claude-code-config~/.claude$CWD/claude-code-config/CHANGELOG.mdFor each directory, find files that exist in claude-code-config but NOT in ~/.claude:
diff -rq $CWD/claude-code-config/commands/ ~/.claude/commands/ 2>/dev/null | grep "Only in.*claude-code-config"
Output interpretation:
Only in /path/claude-code-config/commands: new-cmd.md → NEW fileOnly in /path/claude-code-config/commands/utils: helper.md → NEW file in subdirIGNORE:
Only in /Users/melvynx/.claude/... (files only in target - don't delete)Files ... differ (modified files - don't overwrite)# New file in root
cp $CWD/claude-code-config/commands/new-cmd.md ~/.claude/commands/new-cmd.md
# New file in subdirectory (create dir first if needed)
mkdir -p ~/.claude/commands/utils/
cp $CWD/claude-code-config/commands/utils/helper.md ~/.claude/commands/utils/helper.md
# New skill folder
mkdir -p ~/.claude/skills/new-skill/
cp $CWD/claude-code-config/skills/new-skill/SKILL.md ~/.claude/skills/new-skill/SKILL.md
For scripts/statusline and scripts/command-validator:
.ts, .js, .json (package.json, tsconfig.json), .md filesnode_modules/, data/, *.db, *.log, cache filesPrepend new entry with ONLY the new files copied:
# Claude Code Config Sync Changelog
## [YYYY-MM-DD HH:MM:SS] - Synced TO ~/.claude
### New Commands
- `commands/new-cmd.md` → ~/.claude/commands/
### New Skills
- `skills/new-skill/` → ~/.claude/skills/
### New Agents
- `agents/new-agent.md` → ~/.claude/agents/
### Scripts Updated
- `scripts/statusline/src/new-file.ts` → ~/.claude/scripts/
---
✅ Sync to ~/.claude Complete - [timestamp]
New files copied to ~/.claude:
- commands/new-cmd.md
- skills/new-skill/SKILL.md
📝 CHANGELOG.md updated
User: Sync now #$ARGUMENTS