AI Agents Registry
Central registry of all AI agents available across Juniro repositories.
Last Updated: January 28, 2026
What Are Agents?
Agents are specialized AI assistants defined in .cursor/rules/*.mdc files. They provide context-aware help for specific tasks.
How to Use (Cursor IDE)
@agent-name [your request]
Example:
@design-audit Review the new ActivityCard component for design system compliance
Portability
| Platform | How to Use |
|---|---|
| Cursor IDE | @agent-name invocation |
| Claude.ai Projects | Copy instructions into Project Instructions |
| Claude API | Use as system prompt |
| Other IDEs | Paste instructions manually |
Agent Registry by Repository
juniro-design (Design System)
| Agent | File | Purpose | Status |
|---|---|---|---|
@component-builder | .cursor/rules/component-builder.mdc | Creates new components following conventions | ✅ Active |
@reviewer | .cursor/rules/reviewer.mdc | Senior Engineer - thorough, constructive PR review | ✅ Active |
@verifier | .cursor/rules/verifier.mdc | Skeptical Validator - proves work is complete | ✅ Active |
@ship-check | .cursor/rules/ship-check.mdc | Release gatekeeper - "Can this ship?" | ✅ Active |
@design-audit | .cursor/rules/design-audit.mdc | Design Systems Lead - brand & component compliance | ✅ Active |
@qa-coverage | .cursor/rules/qa-coverage.mdc | QA Coverage - test, story, and theme coverage audit | ✅ Active |
@a11y-audit | .cursor/rules/a11y-audit.mdc | Accessibility Auditor - WCAG 2.1 AA compliance | ✅ Active |
@responsive-audit | .cursor/rules/responsive-audit.mdc | Responsive Auditor - mobile/tablet visual testing | ✅ Active |
@storybook-audit | .cursor/rules/storybook-audit.mdc | Storybook Quality - story coverage, play functions, visual tests | ✅ Active |
@perf-audit | .cursor/rules/perf-audit.mdc | Performance - Core Web Vitals, bundle size, optimization | ✅ Active |
@security-audit | .cursor/rules/security-audit.mdc | Security & Dependencies - vulnerabilities, insecure patterns | ✅ Active |
juniro-api (Backend)
| Agent | File | Purpose | Status |
|---|---|---|---|
@verifier | .cursor/rules/verifier.mdc | Skeptical Validator - proves work is complete | ✅ Active |
@endpoint-builder | .cursor/rules/endpoint-builder.mdc | Creates API endpoints with OpenAPI/Zod | ✅ Active |
@security-audit | .cursor/rules/security-audit.mdc | Security & Dependencies - API security, data protection | ✅ Active |
juniro-web-public (Public Website)
| Agent | File | Purpose | Status |
|---|---|---|---|
@verifier | .cursor/rules/verifier.mdc | Skeptical Validator - proves work is complete | ✅ Active |
@api-wirer | .cursor/rules/api-wirer.mdc | Replaces mock data with API calls | ✅ Active |
@auth-implementer | .cursor/rules/auth-implementer.mdc | Wires Supabase Auth | ✅ Active |
@ship-check | .cursor/rules/ship-check.mdc | Release gatekeeper - "Can this ship?" | ✅ Active |
@design-audit | .cursor/rules/design-audit.mdc | Design Systems Lead - brand & component compliance | ✅ Active |
@seo-audit | .cursor/rules/seo-audit.mdc | SEO - meta tags, structured data, sitemap, content | ✅ Active |
juniro-web-parents (Parents Portal)
| Agent | File | Purpose | Status |
|---|---|---|---|
@verifier | .cursor/rules/verifier.mdc | Skeptical Validator - proves work is complete | ✅ Active |
@api-wirer | .cursor/rules/api-wirer.mdc | Replaces mock data with API calls | ✅ Active |
@auth-implementer | .cursor/rules/auth-implementer.mdc | Wires Supabase Auth | ✅ Active |
@ship-check | .cursor/rules/ship-check.mdc | Release gatekeeper - "Can this ship?" | ✅ Active |
@design-audit | .cursor/rules/design-audit.mdc | Design Systems Lead - brand & component compliance | ✅ Active |
juniro-web-providers (Providers Portal)
| Agent | File | Purpose | Status |
|---|---|---|---|
@verifier | .cursor/rules/verifier.mdc | Skeptical Validator - proves work is complete | ✅ Active |
@api-wirer | .cursor/rules/api-wirer.mdc | Replaces mock data with API calls | ✅ Active |
@auth-implementer | .cursor/rules/auth-implementer.mdc | Wires Supabase Auth | ✅ Active |
@ship-check | .cursor/rules/ship-check.mdc | Release gatekeeper - "Can this ship?" | ✅ Active |
@design-audit | .cursor/rules/design-audit.mdc | Design Systems Lead - brand & component compliance | ✅ Active |
juniro-web-admin (Admin Portal)
| Agent | File | Purpose | Status |
|---|---|---|---|
@verifier | .cursor/rules/verifier.mdc | Skeptical Validator - proves work is complete | ✅ Active |
@api-wirer | .cursor/rules/api-wirer.mdc | Replaces mock data with API calls | ✅ Active |
@auth-implementer | .cursor/rules/auth-implementer.mdc | Wires Supabase Auth | ✅ Active |
@ship-check | .cursor/rules/ship-check.mdc | Release gatekeeper - "Can this ship?" | ✅ Active |
@design-audit | .cursor/rules/design-audit.mdc | Design Systems Lead - brand & component compliance | ✅ Active |
juniro-web-launch (Landing Pages)
| Agent | File | Purpose | Status |
|---|---|---|---|
@ship-check | .cursor/rules/ship-check.mdc | Quick release gate - build, security, SEO, a11y | ✅ Active |
@seo-audit | .cursor/rules/seo-audit.mdc | SEO - meta tags, structured data, sitemap | ✅ Active |
@a11y-audit | .cursor/rules/a11y-audit.mdc | Accessibility - forms, contrast, keyboard | ✅ Active |
@security-audit | .cursor/rules/security-audit.mdc | Security - secrets, dependencies, XSS | ✅ Active |
@reviewer | .cursor/rules/reviewer.mdc | Senior Engineer code review | ✅ Active |
@verifier | .cursor/rules/verifier.mdc | Skeptical Validator - proves work is complete | ✅ Active |
juniro-docs (Documentation)
| Agent | File | Purpose | Status |
|---|---|---|---|
@docs-sync | .cursor/rules/docs-sync.mdc | Auto-syncs docs with code changes (includes agent registry) | ✅ Active |
@docs-audit | .cursor/rules/docs-audit.mdc | Comprehensive audit for consistency, accuracy, redundancy | ✅ Active |
@roadmap-updater | .cursor/rules/roadmap-updater.mdc | Updates product-status.md | ✅ Active |
@component-tracker | .cursor/rules/component-tracker.mdc | Tracks design system changes | ✅ Active |
@verifier | .cursor/rules/verifier.mdc | Skeptical Validator - proves docs are accurate | ✅ Active |
@launch-tracker | .cursor/rules/launch-tracker.mdc | Tracks 45-day launch countdown | ✅ Active |
@agent-registry-sync | .cursor/rules/agent-registry-sync.mdc | Quick agent-only registry sync | ✅ Active |
@claude-audit | .cursor/rules/claude-audit.mdc | Audits CLAUDE.md accuracy across all repos | ✅ Active |
juniro-infra (Infrastructure)
| Agent | File | Purpose | Status |
|---|---|---|---|
@sync-runner | .cursor/rules/sync-runner.mdc | Runs/validates design system syncs | ✅ Active |
@verifier | .cursor/rules/verifier.mdc | Skeptical Validator - proves infra works | ✅ Active |
Agent Statistics
| Metric | Count |
|---|---|
| Total Active Agents | 51 |
| Repos with Agents | 9 |
| Unique Agent Types | 23 |
By Type
| Agent Type | Count | Repos |
|---|---|---|
@verifier | 9 | All repos |
@ship-check | 6 | juniro-design + all web repos + juniro-web-launch |
@design-audit | 5 | juniro-design + all web repos |
@api-wirer | 4 | All web repos |
@auth-implementer | 4 | All web repos |
@security-audit | 3 | juniro-design, juniro-api, juniro-web-launch |
@reviewer | 2 | juniro-design, juniro-web-launch |
@a11y-audit | 2 | juniro-design, juniro-web-launch |
@seo-audit | 2 | juniro-web-public, juniro-web-launch |
@docs-sync | 1 | juniro-docs |
@docs-audit | 1 | juniro-docs |
@roadmap-updater | 1 | juniro-docs |
@component-tracker | 1 | juniro-docs |
@launch-tracker | 1 | juniro-docs |
@endpoint-builder | 1 | juniro-api |
@sync-runner | 1 | juniro-infra |
@storybook-audit | 1 | juniro-design |
@claude-audit | 1 | juniro-docs |
@perf-audit | 1 | juniro-design |
@qa-coverage | 1 | juniro-design |
@responsive-audit | 1 | juniro-design |
@component-builder | 1 | juniro-design |
@agent-registry-sync | 1 | juniro-docs |
Quick Reference: Which Agent to Use
Quality & Compliance
| Task | Agent | When to Use |
|---|---|---|
| "Does this follow our design system?" | @design-audit | During development, PR review |
| "Can this ship?" | @ship-check | Before release |
| "Does this actually work?" | @verifier | After any claimed completion |
| "Is this good code?" | @reviewer | During PR review |
| "Are stories complete?" | @storybook-audit | After adding/modifying components |
Development
| Task | Agent |
|---|---|
| Wire frontend to API | @api-wirer |
| Add Supabase auth | @auth-implementer |
| Create new component | @component-builder |
| Create API endpoint | @endpoint-builder |
Operations
| Task | Agent |
|---|---|
| Sync design system | @sync-runner |
| Update docs from code | @docs-sync |
| Check launch progress | @launch-tracker |
| Update roadmap | @roadmap-updater |
| Audit CLAUDE.md files | @claude-audit |
| Check performance/Core Web Vitals | @perf-audit |
| Security & dependency audit | @security-audit |
| SEO optimization check | @seo-audit |
Agent Comparison: Quality Agents
| Aspect | @design-audit | @ship-check | @verifier | @reviewer |
|---|---|---|---|---|
| Role | Design Systems Lead | Release Gatekeeper | Skeptical Validator | Senior Engineer |
| Focus | Design system | Release readiness | Proving completion | Code quality |
| Question | "Design compliant?" | "Can this ship?" | "Prove it works!" | "Is this good code?" |
| Depth | Deep (design) | Broad (all areas) | Thorough (tests) | Focused (code) |
| When | Development | Pre-release | After any claim | PR review |
| Output | Violations + recs | Ship verdict | Evidence-based report | Constructive feedback |
Design Audit Workflow
The @design-audit agent is your Design Systems Lead. Use it to ensure brand and component compliance:
@design-audit Review the new ActivityCard component
It checks:
- Brand foundations - Colors, typography, spacing via tokens
- Component usage - Design system components used
- Inline UI - Patterns that should be extracted
- Duplication - Similar components that should be merged
- Gaps - Recommendations for juniro-design
Ship Check Workflow
The @ship-check agent is the release gatekeeper:
@ship-check Review the checkout flow for release
It evaluates:
- Design system compliance
- UX quality (states, accessibility)
- Industry best practices
- Future risk
See Ship Check Guidelines for details.
Creating New Agents
1. Create the .mdc file
mkdir -p .cursor/rules
touch .cursor/rules/my-agent.mdc
2. Use this template
---
name: my-agent
description: One-line description
model: default # or 'fast' for quick tasks
---
You are a [role] for [purpose].
## When invoked:
1. Step one
2. Step two
3. Register in this document
Update this registry. The @docs-sync agent will also auto-detect new agents.
Changelog
| Date | Change |
|---|---|
| Jan 28, 2026 | Added @perf-audit, @security-audit, @seo-audit agents |
| Jan 28, 2026 | Added @claude-audit agent for CLAUDE.md accuracy verification |
| Jan 28, 2026 | Added @storybook-audit agent for story coverage and play function auditing |
| Jan 27, 2026 | Enhanced @verifier (Skeptical Validator) and @reviewer (Senior Engineer) roles |
| Jan 27, 2026 | Added @design-audit agent (5 repos) |
| Jan 27, 2026 | Added @ship-check agent (5 repos) |
| Jan 27, 2026 | Added ship-check-guidelines.md companion doc |
| Jan 27, 2026 | Initial registry with 25 agents |
| Jan 27, 2026 | Updated @docs-sync to auto-sync agent registry |
When creating or modifying agents, please update this registry.