Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions packages/rules/.ai-rules/skills/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,12 @@ Reusable workflows for consistent development practices.
| pr-review | Systematic, evidence-based PR review with anti-sycophancy principles | Conducting manual PR reviews |
| prompt-engineering | Write and optimize prompts for AI tools and agent system prompts | AI tool instructions, MCP tool descriptions, agent prompts |

### DevOps & Infrastructure

| Skill | Description | When to Use |
|-------|-------------|-------------|
| tmux-master | Background knowledge for tmux session/window/pane lifecycle, layout, communication, styling, and troubleshooting | Parallel agent execution, taskMaestro workflows, tmux automation |

### codingbuddy Specific

| Skill | Description | When to Use |
Expand Down Expand Up @@ -215,6 +221,10 @@ EOF
├── prompt-engineering/
│ └── SKILL.md
├── [DevOps & Infrastructure]
├── tmux-master/
│ └── SKILL.md
└── [codingbuddy Specific]
├── agent-design/
│ └── SKILL.md
Expand Down
Loading
Loading