accessibility-patterns
WCAG 2.2 AA compliance, ARIA patterns, keyboard navigation, screen reader optimization
Interactive workspace discovery - learn what tools, workflows, agents, and hooks are available
$ npx -y skills add vibeeval/vibecosystem --skill help --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/helpContext preview
The summary Claude sees to decide when to auto-load this skill.
Interactive workspace discovery - learn what tools, workflows, agents, and hooks are available
name: help description: Interactive workspace discovery - learn what tools, workflows, agents, and hooks are available triggers: ["help", "what can you do", "show capabilities", "how do I"] allowed-tools: [AskUserQuestion, Bash, Read, Glob, Grep] priority: high
Guide users through the capabilities of this workspace setup.
/help # Interactive guided discovery /help workflows # Workflow orchestration skills /help agents # Specialist agents catalog /help tools # CLI tools (tldr, prove, recall) /help hooks # Active hooks and what they do /help advanced # MCP, frontmatter, customization /help <name> # Deep dive on specific skill/agent
Use AskUserQuestion to guide the user:
question: "What are you trying to do?"
header: "Goal"
options:
- label: "Explore/understand a codebase"
description: "Find patterns, architecture, conventions"
- label: "Fix a bug"
description: "Investigate, diagnose, implement fix"
- label: "Build a feature"
description: "Plan, implement, test new functionality"
- label: "Prove something mathematically"
description: "Formal verification with Lean 4"Based on response, show relevant tools:
| Goal | Show | |------|------| | Explore codebase | scout agent, tldr CLI, /explore workflow | | Fix a bug | /fix workflow, sleuth agent, debug-agent | | Build feature | /build workflow, architect agent, kraken agent | | Prove math | /prove skill, lean4 skill, Godel-Prover | | Research docs | oracle agent, nia-docs, perplexity | | Configure workspace | hooks, rules, settings, frontmatter |
Display workflow meta-skills:
## Workflow Skills Orchestrate multi-agent pipelines for complex tasks. | Workflow | Purpose | Agents Used | |----------|---------|-------------| | /fix | Bug investigation → diagnosis → implementation | sleuth → kraken → arbiter | | /build | Feature planning → implementation → testing | architect → kraken → arbiter | | /debug | Deep investigation of issues | debug-agent, sleuth | | /tdd | Test-driven development cycle | arbiter → kraken → arbiter | | /refactor | Code transformation with safety | phoenix → kraken → judge | | /review | Code review and feedback | critic, judge | | /security | Vulnerability analysis | aegis | | /explore | Codebase discovery | scout | | /test | Test execution and validation | arbiter, atlas | | /release | Version bumps, changelog | herald | | /migrate | Framework/infrastructure changes | pioneer, phoenix | **Usage**: Just describe your goal. Claude routes to the right workflow.
Display agent catalog:
## Specialist Agents Spawn via Task tool with subagent_type. ### Exploration & Research | Agent | Purpose | Model | |-------|---------|-------| | scout | Codebase exploration, pattern finding | sonnet | | oracle | External research (web, docs, APIs) | sonnet | | pathfinder | External repository analysis | sonnet | ### Planning & Architecture | Agent | Purpose | Model | |-------|---------|-------| | architect | Feature planning, design docs | sonnet | | plan-agent | Create implementation plans | sonnet | | phoenix | Refactoring & migration planning | sonnet | ### Implementation | Agent | Purpose | Model | |-------|---------|-------| | kraken | TDD implementation, refactoring | sonnet | | spark | Quick fixes, lightweight changes | haiku | ### Review & Validation | Agent | Purpose | Model | |-------|---------|-------| | arbiter | Test execution, validation | sonnet | | critic | Code review | sonnet | | judge | Refactoring review | sonnet | ### Investigation | Agent | Purpose | Model | |-------|---------|-------| | sleuth | Bug investigation, root cause | sonnet | | debug-agent | Issue investigation with logs | sonnet | | profiler | Performance, race conditions | sonnet | ### Documentation & Handoff | Agent | Purpose | Model | |-------|---------|-------| | scribe | Documentation, session summaries | sonnet | | chronicler | Session analysis, learning extraction | sonnet |
Display CLI tools and capabilities:
## Built-in Tools ### TLDR Code Analysis Token-efficient code exploration (95% savings vs reading raw files). ```bash tldr tree src/ # File tree tldr structure src/ --lang python # Code structure (codemaps) tldr search "pattern" src/ # Search files tldr cfg file.py func # Control flow graph tldr dfg file.py func # Data flow graph tldr impact func src/ # Reverse call graph (who calls this?) tldr dead src/ # Find dead code tldr arch src/ # Detect architectural layers
Machine-verified proofs without learning Lean syntax.
/prove every group homomorphism preserves identity /prove continuous functions on compact sets are uniformly continuous
Requires: LM Studio running Godel-Prover model locally.
Store and recall learnings across sessions.
# Recall past learnings (cd opc && uv run python scripts/core/recall_learnings.py --query "hook patterns") # Store new learning (via /remember skill) /remember "Hook X works by..."
Identify failure modes before they occur.
/premortem [plan-file] # Analyze implementation plan for risks
### /help hooks Display active hooks: ```markdown ## Active Hooks Hooks extend Claude's behavior at key lifecycle points. ### Session Lifecycle | Hook | Event | Purpose | |------|-------|---------| | session-register | SessionStart | Register session in coordination DB | | session-start-recall |
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…