Skip to content
Merged
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
13 changes: 3 additions & 10 deletions AGENTS.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,8 +105,6 @@ Include the following specifications:
### 1. Component Scaffolding Agent
**Purpose**: Create new React components following project architecture patterns

**Prompt**: Use [scaffold-component.prompt.md](./prompts/scaffold-component.prompt.md)

**Skill**: [scaffold-component](./skills/scaffold-component/SKILL.md)

**Capabilities**:
Expand Down Expand Up @@ -253,7 +251,7 @@ Maintain backward compatibility (minor version bump)
### 6. Pull Request Agent
**Purpose**: Generate comprehensive PR descriptions from git commits

**Prompt**: Use [create-pr.prompt.md](./prompts/create-pr.prompt.md)
**Skill**: Use [create-pr.md](./skills/github-automation/create-pr.md)

**Capabilities**:
- Analyzes git commit history and diffs
Expand Down Expand Up @@ -408,19 +406,14 @@ Include: accessibility section, code examples, interactive controls
| `rules/three-js-react.md` | 3D graphics integration | Component Scaffolding (when Three.js detected) |
| `rules/supabase.md` | Backend integration patterns | AI Integration, Component Scaffolding |

### Prompts
| File | Purpose | Agent Usage |
|------|---------|-------------|
| `prompts/scaffold-component.prompt.md` | Component creation template | Component Scaffolding |
| `prompts/create-pr.prompt.md` | PR description template | Pull Request |

### Skills
| Directory | Purpose | Agent Usage |
|-----------|---------|-------------|
| `skills/accessibility-audit/` | Accessibility verification checklist | Accessibility Audit |
| `skills/scaffold-component/` | Component scaffolding workflow | Component Scaffolding |
| `skills/integrate-gemini/` | AI integration patterns | AI Integration |
| `skills/workflows/` | Development workflows (SDD, setup) | All agents following SDD |
| `skills/github-automation/` | PR description template | Pull Request |

---

Expand Down Expand Up @@ -486,5 +479,5 @@ To extend or modify this agents knowledge base:

---

**Last Updated**: January 31, 2026
**Last Updated**: February 7, 2026