aiblueprint
Configure coding assistants with hooks, skills, and agents
All Skills in This Repository (13)
Pure Emerald Level Indicatorsapex
Orchestrate adaptive agents to plan, execute, and validate feature implementations.
commit
Generate conventional commit messages and push changes to the repository.
claude-memory
Build and optimize CLAUDE.md memory structures for Claude Code projects.
oneshot
Implement focused features using an Explore, Code, and Test workflow.
fix-errors
Fix ESLint and TypeScript errors in Node.js projects using parallel agents.
fix-pr-comments
Fetch and resolve GitHub PR review comments with batched file edits.
prompt-creator
Design system prompts, user prompts, and few-shot examples for LLMs.
create-pr
Create GitHub pull requests with auto-generated titles and bullet-point bodies.
fix-grammar
Fix grammar and spelling errors in files while preserving formatting.
skill-workflow-creator
Create and orchestrate Claude Code subagents with XML-structured prompts.
merge
Automate Git branch merges with context-aware conflict resolution.
skill-creator
Create structured Claude Code Skills with SKILL.md and resource folders.
Frequently Asked Questions
FAQPage SchemaHow to install AIBlueprint?โผ
Run `npx skills add Melvynx/aiblueprint --all -g -y` in your terminal to install every skill in this collection globally.
What does AIBlueprint do for Claude Code?โผ
It adds security hooks that block dangerous commands, a git-aware statusline, shell shortcuts, and 12 ready-made workflow skills for tasks like icons, hooks, and worktree setup.
Does AIBlueprint work with Codex and Cursor?โผ
Yes. The skills follow the shared SKILL.md format and include Codex metadata, so they run in Claude Code, Codex, Cursor, and OpenClaw.
Can AIBlueprint block dangerous terminal commands?โผ
Yes. Its pre-tool-use hooks validate bash commands before they run, blocking destructive operations like rm -rf and logging every blocked attempt.
Do I need coding experience to use AIBlueprint?โผ
No. After a one-command setup, you trigger skills with plain-English requests and the agent handles the technical steps for you.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core