Skills
Reusable workflows for commits, PRs, prompting, and more.
Skills are reusable workflows that Claude Code and Codex can invoke. AIBlueprint
installs 30+ 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. |
use-artifacts | Create polished local HTML plans, explorations, prototypes, and visualizations. |
rules-manager | Maintain AGENTS.md and modular rule files. |
agents-manager | Manage agents and Task-tool orchestration. |
environments-manager | Per-worktree agent environments. |
grill-me | Stress-test a plan with focused design questions. |
hooks-manager | Create, configure, and debug Claude Code hooks. |
oneshot | Ultra-fast explore-code-test implementation. |
ultrathink | Deep thinking mode for elegant solutions. |
use-goal | Create evidence-based Codex or Claude Code Goals. |
codex-environment | Codex-specific environment setup. |
Product workflow skills
Former one-off prompt workflows now ship as skills too:
| Skill | Description |
|---|---|
saas-create-prd | Build a lean Product Requirements Document through a discovery conversation. |
saas-create-architecture | Design technical architecture from a PRD. |
saas-create-tasks | Generate implementation task files from PRD and architecture docs. |
saas-define-pricing | Create a data-driven SaaS pricing strategy. |
saas-find-domain-name | Generate and validate domain name options. |
saas-create-headline | Generate landing page headline options. |
saas-create-landing-copywritting | Generate conversion-focused landing page copy. |
saas-implement-landing-page | Implement a production landing page from a specification. |
saas-create-logos | Generate logo concepts and a showcase. |
saas-create-legals-docs | Draft SaaS legal document templates. |
nextjs-setup-project | Set up the preferred Next.js stack. |
nextjs-add-prisma-db | Add Prisma and PostgreSQL to a Next.js app. |
nextjs-setup-better-auth | Wire Better Auth with email OTP. |
create-vitejs-app | Create a Vite app with Tailwind and shadcn/ui. |
prompt | Generate minimalist SVG logo variations. |
setup-tmux | Install and configure tmux with Ghostty. |
tools | Reference recommended tools and libraries. |
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 visual system, Use Artifacts for reusable local HTML experiences, and Examples for the live style picker.