AI SummaryA persona-based booster that enables AI assistants to assume specialized roles from a persona library, allowing developers to leverage pre-configured expertise for different coding tasks and workflows.
Install
Copy this and paste it into Claude Code, Cursor, or any AI assistant:
I want to install the ".ai" skill in my project. Please run this command in my terminal: # Install skill into the correct directory (11 files) mkdir -p .claude/skills/commands && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/commands/SKILL.md "https://raw.githubusercontent.com/emanuelcasco/.ai/main/.claude/commands/be.md" && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/commands/learn.md "https://raw.githubusercontent.com/emanuelcasco/.ai/main/.claude/commands/learn.md" && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/commands/recap.md "https://raw.githubusercontent.com/emanuelcasco/.ai/main/.claude/commands/recap.md" && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/commands/ship.md "https://raw.githubusercontent.com/emanuelcasco/.ai/main/.claude/commands/ship.md" && mkdir -p .claude/skills/commands/spec && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/commands/spec/amend.md "https://raw.githubusercontent.com/emanuelcasco/.ai/main/.claude/commands/spec/amend.md" && mkdir -p .claude/skills/commands/spec && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/commands/spec/implement.md "https://raw.githubusercontent.com/emanuelcasco/.ai/main/.claude/commands/spec/implement.md" && mkdir -p .claude/skills/commands/spec && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/commands/spec/plan.md "https://raw.githubusercontent.com/emanuelcasco/.ai/main/.claude/commands/spec/plan.md" && mkdir -p .claude/skills/commands/spec && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/commands/spec/review.md "https://raw.githubusercontent.com/emanuelcasco/.ai/main/.claude/commands/spec/review.md" && mkdir -p .claude/skills/commands/spec && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/commands/spec/specify.md "https://raw.githubusercontent.com/emanuelcasco/.ai/main/.claude/commands/spec/specify.md" && mkdir -p .claude/skills/commands/spec && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/commands/spec/validate.md "https://raw.githubusercontent.com/emanuelcasco/.ai/main/.claude/commands/spec/validate.md" && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/commands/task.md "https://raw.githubusercontent.com/emanuelcasco/.ai/main/.claude/commands/task.md" Then restart Claude Code (or reload the window in Cursor) so the skill is picked up.
Description
A structured methodology for AI-assisted development using specialized personas, reusable tasks, etc.
Usage
/be $PERSONA $INSTRUCTION?
Examples
At user-level: `plain /user:be dev # or /be dev /user:be po # or /be po /user:be architect # or /be architect ` At project-level: `plain /project:be dev # or /be dev /project:be po # or /be po /project:be architect # or /be architect `
Variables
• $PERSONA: The persona to assume (available personas are listed on the dir @~/.ai/personas). Provide auto-complete. • $INSTRUCTION: The instruction to execute (optional).
Workflow
• READ file @~/.ai/personas/$PERSONA.yml • IMPERSONATE the persona described in the document specified to change the assistant's behavior and capabilities. • FOLLOW startup section instructions • STAY in this being until told to exit the specified mode
Discussion
Health Signals
My Fox Den
Community Rating
Sign in to rate this booster