accessibility-patterns
WCAG 2.2 AA compliance, ARIA patterns, keyboard navigation, screen reader optimization
Claude Code CLI commands, flags, headless mode, and automation patterns
$ npx -y skills add vibeeval/vibecosystem --skill cli-reference --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/cli-referenceContext preview
The summary Claude sees to decide when to auto-load this skill.
Claude Code CLI commands, flags, headless mode, and automation patterns
name: cli-reference description: Claude Code CLI commands, flags, headless mode, and automation patterns allowed-tools: [Read]
Complete reference for Claude Code command-line interface.
| Command | Description | Example | |---------|-------------|---------| | `claude` | Start interactive REPL | `claude` | | `claude "query"` | REPL with initial prompt | `claude "explain this project"` | | `claude -p "query"` | Headless mode (SDK) | `claude -p "explain function"` | | `cat file \| claude -p` | Process piped content | `cat logs.txt \| claude -p "explain"` | | `claude -c` | Continue most recent | `claude -c` | | `claude -c -p "query"` | Continue via SDK | `claude -c -p "check types"` | | `claude -r "id" "query"` | Resume session | `claude -r "auth" "finish PR"` | | `claude update` | Update version | `claude update` | | `claude mcp` | Configure MCP servers | See MCP docs |
| Flag | Description | Example | |------|-------------|---------| | `--continue, -c` | Load most recent conversation | `claude --continue` | | `--resume, -r` | Resume session by ID/name | `claude --resume auth-refactor` | | `--session-id` | Use specific UUID | `claude --session-id "550e8400-..."` | | `--fork-session` | Create new session on resume | `claude --resume abc --fork-session` |
| Flag | Description | Example | |------|-------------|---------| | `--print, -p` | Non-interactive, exit after | `claude -p "query"` | | `--output-format` | `text`, `json`, `stream-json` | `claude -p --output-format json` | | `--max-turns` | Limit agentic turns | `claude -p --max-turns 100 "query"` | | `--verbose` | Full turn-by-turn output | `claude --verbose` | | `--dangerously-skip-permissions` | Skip permission prompts | `claude -p --dangerously-skip-permissions` | | `--include-partial-messages` | Include streaming events | `claude -p --output-format stream-json --include-partial-messages` | | `--input-format` | Input format (text/stream-json) | `claude -p --input-format stream-json` |
| Flag | Description | Example | |------|-------------|---------| | `--allowedTools` | Auto-approve these tools | `"Bash(git log:*)" "Read"` | | `--disallowedTools` | Block these tools | `"Bash(rm:*)" "Edit"` | | `--tools` | Only allow these tools | `--tools "Bash,Edit,Read"` |
Define custom subagents inline via JSON:
claude --agents '{
"code-reviewer": {
"description": "Expert code reviewer. Use proactively after code changes.",
"prompt": "You are a senior code reviewer. Focus on code quality and security.",
"tools": ["Read", "Grep", "Glob", "Bash"],
"model": "inherit"
},
"debugger": {
"description": "Debugging specialist for errors and test failures.",
"prompt": "You are an expert debugger. Analyze errors and provide fixes."
}
}'| Field | Required | Description | |-------|----------|-------------| | `description` | Yes | When to invoke this agent | | `prompt` | Yes | System prompt for behavior | | `tools` | No | Allowed tools (inherits all if omitted) | | `model` | No | Claude adapter only; omit it or use `inherit` so the parent model remains authoritative |
When Lead uses Task tool, it auto-spawns from these definitions. No manual spawn needed.
| Flag | Behavior | Modes | |------|----------|-------| | `--system-prompt` | **Replace** entire prompt | Interactive + Print | | `--system-prompt-file` | **Replace** from file | Print only | | `--append-system-prompt` | **Append** to default (recommended) | Interactive + Print |
**Use `--append-system-prompt`** for most cases - preserves Claude Code capabilities.
| Flag | Description | Example | |------|-------------|---------| | `--model` | Set model for session | `--model claude-sonnet-4-5` | | `--fallback-model` | Fallback if default overloaded | `--fallback-model sonnet` |
Aliases: `sonnet`, `opus`, `haiku`. Codex and `luna_worker` do not read this router guidance.
| Flag | Description | Example | |------|-------------|---------| | `--mcp-config` | Load MCP servers from JSON | `--mcp-config ./mcp.json` | | `--strict-mcp-config` | Only use these MCP servers | `--strict-mcp-config --mcp-config ./mcp.json` |
| Flag | Description | Example | |------|-------------|---------| | `--add-dir` | Add working directories | `--add-dir ../apps ../lib` | | `--agent` | Specify agent for session | `--agent my-custom-agent` | | `--permission-mode` | Start in permission mode | `--permission-mode plan` | | `--permission-prompt-tool` | MCP tool for permissions | `--permission-prompt-tool mcp_auth` | | `--plugin-dir` | Load plugins from directory | `--plugin-dir ./my-plugins` | | `--settings` | Load settings from file/JSON | `--settings ./settings.json` | | `--setting-sources` | Which settings to load | `--setting-sources user,project` | | `--betas` | Beta API headers | `--betas interleaved-thinking` | | `--debug` | Enable debug mode | `--debug "api,hooks"` | | `--ide` | Auto-connect to IDE | `--ide` | | `--chrome` | Enable Chrome integration | `--chrome` | | `--no-chrome` | Disable Chrome for session | `--no-chrome` | | `--enable-lsp-logging` | Verbose LSP debugging | `--enable-lsp-logging` | | `--version, -v` | Output version | `claude -v` |
claude -p "query" --output-format json
# {"result": "...", "session_id": "...", "usage": {...}}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…