--- # SKILL.md — agentskills.io skill definition # Fill in all FILL IN: placeholders. Remove comment blocks that don't apply. name: SKILL_NAME # Required. Must exactly match the parent directory name. # Valid characters: lowercase letters, numbers, hyphens. # Invalid: uppercase, leading/trailing/consecutive hyphens. # Max length: 64 characters. # Examples: my-tool, data-analyzer, pdf-processor description: > FILL IN: What does this skill do? State capabilities specifically (e.g. "parses and validates OpenAPI specs", not "helps with APIs"). Use when FILL IN: when should an agent activate this skill? Include indirect triggers: even if the user doesn't mention X explicitly. Do not use when FILL IN: near-miss exclusions — remove this line if none apply. # license: MIT # Optional. License name (e.g. MIT, Apache-2.0) or relative path to a bundled # license file. Include when distributing this skill. Omit for private/internal use. # compatibility: Requires python3 >= 3.10 and uv # Optional. 1–500 characters. State tool requirements, runtime versions, # and network access needs. Omit for skills with no special environment requirements. # metadata: # author: your-name # version: "1.0" # category: general # Optional. Arbitrary key-value map. Common keys: author, version, category. # No restrictions on keys or values. # allowed-tools: Bash Read Write # Optional (experimental — support varies by client). # Space-separated list of pre-approved tools. # Use when tool usage is known and bounded, to reduce permission prompts. --- ## FILL IN: FILL IN: Add your skill instructions here. Replace this section header and body with your skill content.