accessibility-patterns
WCAG 2.2 AA compliance, ARIA patterns, keyboard navigation, screen reader optimization
Agent Orchestration Rules
$ npx -y skills add vibeeval/vibecosystem --skill agent-orchestration --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/agent-orchestrationContext preview
The summary Claude sees to decide when to auto-load this skill.
Agent Orchestration Rules
name: agent-orchestration description: Agent Orchestration Rules user-invocable: false
When the user asks to implement something, use implementation agents to preserve main context.
**Wrong - burns context:**
Main: Read files → Understand → Make edits → Report
(2000+ tokens consumed in main context)**Right - preserves context:**
Main: Spawn agent("implement X per plan")
↓
Agent: Reads files → Understands → Edits → Tests
↓
Main: Gets summary (~200 tokens)| Task Type | Use Agent? | Reason | |-----------|------------|--------| | Multi-file implementation | Yes | Agent handles complexity internally | | Following a plan phase | Yes | Agent reads plan, implements | | New feature with tests | Yes | Agent can run tests | | Single-line fix | No | Faster to do directly | | Quick config change | No | Overhead not worth it |
Agents read their own context. Don't read files in main chat just to understand what to pass to an agent - give them the task and they figure it out.
Implement Phase 4: Outcome Marking Hook from the Artifact Index plan. **Plan location:** thoughts/shared/plans/2025-12-24-artifact-index.md (search for "Phase 4") **What to create:** 1. TypeScript hook 2. Shell wrapper 3. Python script 4. Register in settings.json When done, provide a summary of files created and any issues.
When user says these, consider using an agent:
Your AI software team. Built on Claude Code. vibecosystem turns Claude Code into a full AI software team — 138 specialized agents that plan, build, review, test, and learn from every mistake. No configuration needed — just install and code.
Repo: vibeeval/vibecosystem
WCAG 2.2 AA compliance, ARIA patterns, keyboard navigation, screen reader optimization
axe-core integration, WCAG 2.2 AA checklist, keyboard navigation testing, screen reader testing, and ARIA pattern validation.
Steam-style achievement system with XP, levels, streaks, and skill trees. Gamifies the development workflow. 25 achievements across 5 categories.
Framework for measuring and tracking agent response quality over time. Detects regressions before they reach production. Use when evaluating agent changes,…
Agent ve skill dosyalarinin yapisal dogrulamasi. Frontmatter kontrol, naming convention, zorunlu bolum kontrolu, tutarlilik denetimi. Yeni agent/skill…