example-skill
Example Skill
Purpose
Provide a spec-aligned template for creating consistent, reusable skills.
When to use
- You are adding a new skill to this repository.
- You want a starter structure with required sections.
Workflow
- State the objective in one sentence.
- Collect only required inputs.
- Execute deterministic steps.
- Load deeper context only when needed:
references/REFERENCE.mdassets/output-template.mdagents/openai.yaml
- Return output in a stable format.
- Use
scripts/example-check.shfor a deterministic preflight check.
Inputs
- Task objective
- Constraints
- Output destination
Outputs
- Primary deliverable
- Follow-up checks
Examples
- Build a new skill skeleton with required sections and valid frontmatter.
- Refactor an existing skill to move deep details into
references/. - Add deterministic checks under
scripts/for repeatable verification.
Edge cases
- Missing frontmatter fields: stop and add required fields first.
- Invalid
nameformat: normalize to lowercase-hyphen and match directory name. - Broken resource paths: fix links so all referenced files exist.
Guardrails
- Keep instructions concrete and testable.
- Avoid unnecessary context loading.
- Prefer deterministic commands over manual steps.
- Keep file references one level deep from
SKILL.md.
More from vincentkoc/dotskills
technical-documentation
Build and review high-quality technical docs as well as agent instruction files in your repository.
118technical-deslop
Remove AI-style noise from staged and branch diffs while preserving behavior and repository style.
66technical-skill-finder
Mine coding agent logs (Codex/Cursor/session histories and similar telemetry) to discover high-value candidate skills, then draft structured skill creation/reuse recommendations.
62technical-integrations
Hunt existing integration patterns and design vendor/framework-agnostic API, RFC, SDK, and integration plans for new external vendor integrations.
61opik-optimizer
Optimize LLM prompts, tools, and agents in Opik using standardized optimizer workflows (prompt optimization, tool optimization, and parameter tuning), dataset/metric wiring, and result interpretation.
36opik-integrations-auditor
Audit, compare, and document Opik integrations across Python SDK, TypeScript SDK, and OTEL/API backend. Use when adding a new integration, reviewing an existing one, or generating first-pass integration docs and gap analysis.
33