pipeline/templates/skill-suite/SKILL.md
TRIGGER_DESCRIPTION. Use when USER_CONTEXT. Routes to specialists for CAPABILITIES.
npx skillsauth add dtsong/my-claude-setup SUITE_NAMEInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
One-sentence description of what this skill suite does.
skills/specialist-a/SKILL.mdskills/specialist-b/SKILL.mdskills/specialist-a/SKILL.md| Skill | Path | Purpose | Model Tier |
|-------|------|---------|------------|
| specialist-a | skills/specialist-a/SKILL.md | Does X | analytical |
| specialist-b | skills/specialist-b/SKILL.md | Does Y | reasoning |
Read ONLY the relevant specialist SKILL.md based on classification above. Do not pre-load multiple specialists.
Pass between skills as structured JSON:
{
"source_skill": "specialist-a",
"findings": [],
"confidence": "high|medium|low"
}
testing
Use to convert a Word .docx file to PDF and/or verify its page count. Triggers on: converting docx to pdf, rendering a document, checking how many pages a docx produces, or asserting a page-count constraint (e.g. a resume must stay 2 pages). Wraps LibreOffice headless conversion.
development
Security audit checklist for web applications. Use when reviewing, auditing, or hardening a web app's security posture. Covers rate limiting, auth headers, IP blocking, CORS, security middleware, input validation, file upload limits, ORM usage, and password hashing. Triggers on requests like "review security", "harden this app", "security audit", "check for vulnerabilities", or when building/reviewing API endpoints.
development
Interactive wizard to craft effective prompts using Claude Code best practices
tools
Use when batch labeling, prioritizing, and assigning GitHub issues during triage sessions.