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
2 changes: 2 additions & 0 deletions packages/rules/.ai-rules/skills/code-explanation/SKILL.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ name: code-explanation
description: Use when explaining complex code to new team members, conducting code reviews, onboarding, or understanding unfamiliar codebases. Provides structured analysis from high-level overview to implementation details.
context: fork
agent: Explore
allowed-tools: Read, Grep, Glob
argument-hint: [file-or-symbol]
---

# Code Explanation
Expand Down
1 change: 1 addition & 0 deletions packages/rules/.ai-rules/skills/error-analysis/SKILL.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
name: error-analysis
description: Use when encountering error messages, stack traces, or unexpected application behavior. Provides structured analysis to understand root cause before attempting any fix.
allowed-tools: Read, Grep, Glob, Bash(git:*)
---

# Error Analysis
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
name: legacy-modernization
description: Use when modernizing legacy code or migrating outdated patterns to current best practices. Covers assessment, strangler fig pattern, incremental migration, and risk management.
argument-hint: [target-module-or-path]
---

# Legacy Modernization
Expand Down
1 change: 1 addition & 0 deletions packages/rules/.ai-rules/skills/mcp-builder/SKILL.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
name: mcp-builder
description: Use when building or extending MCP (Model Context Protocol) servers. Covers NestJS-based server design, Tools/Resources/Prompts capability design, transport implementation (stdio/SSE), and testing strategies.
argument-hint: [capability-name]
---

# MCP Builder
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name: performance-optimization
description: Use when optimizing code performance, addressing slowness complaints, or measuring application speed improvements
context: fork
agent: general-purpose
allowed-tools: Read, Grep, Glob, Bash
---

# Performance Optimization
Expand Down
1 change: 1 addition & 0 deletions packages/rules/.ai-rules/skills/pr-all-in-one/SKILL.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
name: pr-all-in-one
description: Unified commit and PR workflow. Auto-commits changes, creates/updates PRs with smart issue linking and multi-language support.
disable-model-invocation: true
argument-hint: [target-branch] [issue-id]
---

# PR All-in-One
Expand Down
2 changes: 2 additions & 0 deletions packages/rules/.ai-rules/skills/pr-review/SKILL.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ name: pr-review
description: Use when conducting manual PR reviews - provides structured checklist covering security, performance, maintainability, and code quality dimensions with anti-sycophancy principles
context: fork
agent: Explore
allowed-tools: Read, Grep, Glob, Bash(gh:*, git:*)
argument-hint: [pr-url-or-number]
---

# PR Review
Expand Down
1 change: 1 addition & 0 deletions packages/rules/.ai-rules/skills/refactoring/SKILL.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
name: refactoring
description: Use when improving code structure without changing behavior, cleaning up technical debt, or preparing code for new features
allowed-tools: Read, Write, Edit, Grep, Glob, Bash
---

# Refactoring
Expand Down
2 changes: 2 additions & 0 deletions packages/rules/.ai-rules/skills/security-audit/SKILL.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ name: security-audit
description: Use when reviewing code for security vulnerabilities, before shipping features, or conducting security assessments. Covers OWASP Top 10, secrets exposure, authentication, and authorization flaws.
context: fork
agent: general-purpose
allowed-tools: Read, Grep, Glob, Bash(git:*)
argument-hint: [scope-or-path]
---

# Security Audit
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
name: systematic-debugging
description: Use when encountering any bug, test failure, or unexpected behavior, before proposing fixes
allowed-tools: Read, Grep, Glob, Bash
---

# Systematic Debugging
Expand Down
1 change: 1 addition & 0 deletions packages/rules/.ai-rules/skills/tech-debt/SKILL.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
name: tech-debt
description: Use when identifying, prioritizing, and planning resolution of technical debt. Provides structured assessment, ROI-based prioritization, and incremental paydown strategies.
allowed-tools: Read, Grep, Glob
---

# Tech Debt
Expand Down
Loading