-
Notifications
You must be signed in to change notification settings - Fork 6
Configuration
github-actions[bot] edited this page Feb 24, 2026
·
3 revisions
If you have many agents or skills installed, you may hit Claude Code's description character limit (defaults to 15,000 characters). Agents will silently stop loading. Increase the budget:
macOS/Linux:
export SLASH_COMMAND_TOOL_CHAR_BUDGET=30000Add to ~/.bashrc, ~/.zshrc, or your shell profile.
Windows (PowerShell):
$env:SLASH_COMMAND_TOOL_CHAR_BUDGET = "30000"Add to your PowerShell profile ($PROFILE).
Type /agents to see what is loaded. If agents do not appear:
-
Check file location: Agents must be
.mdfiles in.claude/agents/(project) or~/.claude/agents/(global) -
Check file format: Each file must start with YAML front matter (
---delimiters) containingname,description, andtools -
Check character budget: Increase
SLASH_COMMAND_TOOL_CHAR_BUDGET(see above)
- Check installation: Settings > Extensions in Claude Desktop
- Try reinstalling: Download latest .mcpb from Releases page
- Check version: Requires Claude Desktop 0.10.0 or later
- Invoke the specific specialist directly:
/aria-specialist review components/modal.tsx - Ask for a full audit:
/accessibility-lead audit the entire checkout flow - Open an issue if a pattern is consistently missed
- Accessibility Lead
- Web Accessibility Wizard
- Document Accessibility Wizard
- Alt Text and Headings
- ARIA Specialist
- Contrast Master
- Forms Specialist
- Keyboard Navigator
- Link Checker
- Live Region Controller
- Modal Specialist
- Tables Data Specialist
- Word Accessibility
- Excel Accessibility
- PowerPoint Accessibility
- PDF Accessibility
- Office Scan Config
- PDF Scan Config
- Testing Coach
- WCAG Guide