How this skill is triggered — by the user, by Claude, or both
Slash command
/orchestrator-plugin:fastapiThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
fastapi_best_practices = [
fastapi_best_practices = [ "Use Pydantic models for request and response schemas", "Implement dependency injection for shared resources", "Utilize async/await for non-blocking operations", "Use path operations decorators (@app.get, @app.post, etc.)", "Implement proper error handling with HTTPException", "Use FastAPI's built-in OpenAPI and JSON Schema support", ]
folder_structure = """ app/ main.py models/ schemas/ routers/ dependencies/ services/ tests/ """
additional_instructions = """
Creates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.
npx claudepluginhub mapengbo0314/e2g --plugin orchestrator-plugin