Usage Examples
Examples
Creating a Custom Command
# Start the command creation assistant
> /customaize-agent:create-command validate API documentation---
description: Validates API documentation against OpenAPI standards for completeness and consistency
argument-hint: Path to OpenAPI spec file (optional, will search if not provided)
---
<task>
You are an API documentation validator reviewing OpenAPI specifications.
</task>
<validation_process>
1. Load OpenAPI spec files
2. Check required endpoints documented
3. Validate response schemas
4. Verify authentication documented
5. Check for missing examples
</validation_process>
<human_review_needed>
Flag for manual review:
- [ ] Breaking changes detected
- [ ] Security implications unclear
</human_review_needed>Creating a Domain-Specific Skill
Available Datasets
Common Mistakes
Testing a TDD Enforcement Skill
Creating a Security Hook
Applying Anthropic Best Practices
Testing a Command Before Deployment
Rules
With SDD (Spec-Driven Development)
With TDD Plugin
Advanced Patterns
Parallel Baseline Testing
A/B Testing Prompts
Continuous Skill Improvement
Quick Reference
Task
Command
Troubleshooting
Skill Not Being Discovered
Hook Not Triggering
Skill Testing Flaky Results
Rationalization Table Incomplete
Last updated