Skip to main content

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

PlatformHow to Use
Cursor IDE@agent-name invocation
Claude.ai ProjectsCopy instructions into Project Instructions
Claude APIUse as system prompt
Other IDEsPaste instructions manually

Agent Registry by Repository

juniro-design (Design System)

AgentFilePurposeStatus
@component-builder.cursor/rules/component-builder.mdcCreates new components following conventions✅ Active
@reviewer.cursor/rules/reviewer.mdcSenior Engineer - thorough, constructive PR review✅ Active
@verifier.cursor/rules/verifier.mdcSkeptical Validator - proves work is complete✅ Active
@ship-check.cursor/rules/ship-check.mdcRelease gatekeeper - "Can this ship?"✅ Active
@design-audit.cursor/rules/design-audit.mdcDesign Systems Lead - brand & component compliance✅ Active
@qa-coverage.cursor/rules/qa-coverage.mdcQA Coverage - test, story, and theme coverage audit✅ Active
@a11y-audit.cursor/rules/a11y-audit.mdcAccessibility Auditor - WCAG 2.1 AA compliance✅ Active
@responsive-audit.cursor/rules/responsive-audit.mdcResponsive Auditor - mobile/tablet visual testing✅ Active
@storybook-audit.cursor/rules/storybook-audit.mdcStorybook Quality - story coverage, play functions, visual tests✅ Active
@perf-audit.cursor/rules/perf-audit.mdcPerformance - Core Web Vitals, bundle size, optimization✅ Active
@security-audit.cursor/rules/security-audit.mdcSecurity & Dependencies - vulnerabilities, insecure patterns✅ Active

juniro-api (Backend)

AgentFilePurposeStatus
@verifier.cursor/rules/verifier.mdcSkeptical Validator - proves work is complete✅ Active
@endpoint-builder.cursor/rules/endpoint-builder.mdcCreates API endpoints with OpenAPI/Zod✅ Active
@security-audit.cursor/rules/security-audit.mdcSecurity & Dependencies - API security, data protection✅ Active

juniro-web-public (Public Website)

AgentFilePurposeStatus
@verifier.cursor/rules/verifier.mdcSkeptical Validator - proves work is complete✅ Active
@api-wirer.cursor/rules/api-wirer.mdcReplaces mock data with API calls✅ Active
@auth-implementer.cursor/rules/auth-implementer.mdcWires Supabase Auth✅ Active
@ship-check.cursor/rules/ship-check.mdcRelease gatekeeper - "Can this ship?"✅ Active
@design-audit.cursor/rules/design-audit.mdcDesign Systems Lead - brand & component compliance✅ Active
@seo-audit.cursor/rules/seo-audit.mdcSEO - meta tags, structured data, sitemap, content✅ Active

juniro-web-parents (Parents Portal)

AgentFilePurposeStatus
@verifier.cursor/rules/verifier.mdcSkeptical Validator - proves work is complete✅ Active
@api-wirer.cursor/rules/api-wirer.mdcReplaces mock data with API calls✅ Active
@auth-implementer.cursor/rules/auth-implementer.mdcWires Supabase Auth✅ Active
@ship-check.cursor/rules/ship-check.mdcRelease gatekeeper - "Can this ship?"✅ Active
@design-audit.cursor/rules/design-audit.mdcDesign Systems Lead - brand & component compliance✅ Active

juniro-web-providers (Providers Portal)

AgentFilePurposeStatus
@verifier.cursor/rules/verifier.mdcSkeptical Validator - proves work is complete✅ Active
@api-wirer.cursor/rules/api-wirer.mdcReplaces mock data with API calls✅ Active
@auth-implementer.cursor/rules/auth-implementer.mdcWires Supabase Auth✅ Active
@ship-check.cursor/rules/ship-check.mdcRelease gatekeeper - "Can this ship?"✅ Active
@design-audit.cursor/rules/design-audit.mdcDesign Systems Lead - brand & component compliance✅ Active

juniro-web-admin (Admin Portal)

AgentFilePurposeStatus
@verifier.cursor/rules/verifier.mdcSkeptical Validator - proves work is complete✅ Active
@api-wirer.cursor/rules/api-wirer.mdcReplaces mock data with API calls✅ Active
@auth-implementer.cursor/rules/auth-implementer.mdcWires Supabase Auth✅ Active
@ship-check.cursor/rules/ship-check.mdcRelease gatekeeper - "Can this ship?"✅ Active
@design-audit.cursor/rules/design-audit.mdcDesign Systems Lead - brand & component compliance✅ Active

juniro-web-launch (Landing Pages)

AgentFilePurposeStatus
@ship-check.cursor/rules/ship-check.mdcQuick release gate - build, security, SEO, a11y✅ Active
@seo-audit.cursor/rules/seo-audit.mdcSEO - meta tags, structured data, sitemap✅ Active
@a11y-audit.cursor/rules/a11y-audit.mdcAccessibility - forms, contrast, keyboard✅ Active
@security-audit.cursor/rules/security-audit.mdcSecurity - secrets, dependencies, XSS✅ Active
@reviewer.cursor/rules/reviewer.mdcSenior Engineer code review✅ Active
@verifier.cursor/rules/verifier.mdcSkeptical Validator - proves work is complete✅ Active

juniro-docs (Documentation)

AgentFilePurposeStatus
@docs-sync.cursor/rules/docs-sync.mdcAuto-syncs docs with code changes (includes agent registry)✅ Active
@docs-audit.cursor/rules/docs-audit.mdcComprehensive audit for consistency, accuracy, redundancy✅ Active
@roadmap-updater.cursor/rules/roadmap-updater.mdcUpdates product-status.md✅ Active
@component-tracker.cursor/rules/component-tracker.mdcTracks design system changes✅ Active
@verifier.cursor/rules/verifier.mdcSkeptical Validator - proves docs are accurate✅ Active
@launch-tracker.cursor/rules/launch-tracker.mdcTracks 45-day launch countdown✅ Active
@agent-registry-sync.cursor/rules/agent-registry-sync.mdcQuick agent-only registry sync✅ Active
@claude-audit.cursor/rules/claude-audit.mdcAudits CLAUDE.md accuracy across all repos✅ Active

juniro-infra (Infrastructure)

AgentFilePurposeStatus
@sync-runner.cursor/rules/sync-runner.mdcRuns/validates design system syncs✅ Active
@verifier.cursor/rules/verifier.mdcSkeptical Validator - proves infra works✅ Active

Agent Statistics

MetricCount
Total Active Agents51
Repos with Agents9
Unique Agent Types23

By Type

Agent TypeCountRepos
@verifier9All repos
@ship-check6juniro-design + all web repos + juniro-web-launch
@design-audit5juniro-design + all web repos
@api-wirer4All web repos
@auth-implementer4All web repos
@security-audit3juniro-design, juniro-api, juniro-web-launch
@reviewer2juniro-design, juniro-web-launch
@a11y-audit2juniro-design, juniro-web-launch
@seo-audit2juniro-web-public, juniro-web-launch
@docs-sync1juniro-docs
@docs-audit1juniro-docs
@roadmap-updater1juniro-docs
@component-tracker1juniro-docs
@launch-tracker1juniro-docs
@endpoint-builder1juniro-api
@sync-runner1juniro-infra
@storybook-audit1juniro-design
@claude-audit1juniro-docs
@perf-audit1juniro-design
@qa-coverage1juniro-design
@responsive-audit1juniro-design
@component-builder1juniro-design
@agent-registry-sync1juniro-docs

Quick Reference: Which Agent to Use

Quality & Compliance

TaskAgentWhen to Use
"Does this follow our design system?"@design-auditDuring development, PR review
"Can this ship?"@ship-checkBefore release
"Does this actually work?"@verifierAfter any claimed completion
"Is this good code?"@reviewerDuring PR review
"Are stories complete?"@storybook-auditAfter adding/modifying components

Development

TaskAgent
Wire frontend to API@api-wirer
Add Supabase auth@auth-implementer
Create new component@component-builder
Create API endpoint@endpoint-builder

Operations

TaskAgent
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
RoleDesign Systems LeadRelease GatekeeperSkeptical ValidatorSenior Engineer
FocusDesign systemRelease readinessProving completionCode quality
Question"Design compliant?""Can this ship?""Prove it works!""Is this good code?"
DepthDeep (design)Broad (all areas)Thorough (tests)Focused (code)
WhenDevelopmentPre-releaseAfter any claimPR review
OutputViolations + recsShip verdictEvidence-based reportConstructive 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

DateChange
Jan 28, 2026Added @perf-audit, @security-audit, @seo-audit agents
Jan 28, 2026Added @claude-audit agent for CLAUDE.md accuracy verification
Jan 28, 2026Added @storybook-audit agent for story coverage and play function auditing
Jan 27, 2026Enhanced @verifier (Skeptical Validator) and @reviewer (Senior Engineer) roles
Jan 27, 2026Added @design-audit agent (5 repos)
Jan 27, 2026Added @ship-check agent (5 repos)
Jan 27, 2026Added ship-check-guidelines.md companion doc
Jan 27, 2026Initial registry with 25 agents
Jan 27, 2026Updated @docs-sync to auto-sync agent registry

When creating or modifying agents, please update this registry.