Skills

Reusable workflows for commits, PRs, prompting, and more.

Skills are reusable workflows that Claude Code and Codex can invoke. AIBlueprint installs 15+ skills into the shared ~/.agents/skills folder.

Bundled skills

Skill Description
commit Stage changes, write a conventional commit, and push.
create-pr Generate a pull request from the current branch.
fix-pr-comments Address reviewer feedback on a PR.
merge Context-aware branch merging.
prompt-creator Expert prompt engineering with best-practice references.
skill-manager Create and edit skills across Claude, Codex, and Cursor.
use-style Apply named visual style guides before designing or implementing UI.
rules-manager Maintain AGENTS.md and modular rule files.
agents-managers Manage agents and Task-tool orchestration.
environments-manager Per-worktree agent environments.
grill-me Stress-test a plan with focused design questions.
oneshot Ultra-fast explore-code-test implementation.
ultrathink Deep thinking mode for elegant solutions.
codex-environment Codex-specific environment setup.

How skills are organized

Each skill is a folder containing a SKILL.md file, and often a references/ folder with supporting guides. Because they live in ~/.agents/skills, every linked tool shares the same skills.

Installing

Skills are installed by agents setup. Use agents unify to centralize global skills you already have into ~/.agents, or agents unify projects to move project-local skills into that repository's .agents/skills folder.

See use-style for the bundled UI style skill and Examples for a visual picker showing each available style.