Reusable AI coding agent skills with minimal Bun + TypeScript tooling for validation, build output, and consistent packaging.
bun install
bun run devado-gateway— Azure DevOps work item and PR comment retrieval with normalized handoff outputcaveman— ultra-concise response protocolthinking-engine— exploration, assumptions, options, decision readinesscode-quality-engine— clean code, refactoring, performance, modernizationtest-engine— unit, integration, E2E, coverage, flaky test reductionrepo-engine— repo onboarding, architecture mapping, conventions, hotspotsspec-engine— requirements, specs, acceptance criteria, policy gatesdelivery-engine— atomic task breakdown, dependencies, critical path, definitions of donedoc-engine— README, AGENTS.md, developer docs, architecture docsops-engine— CI/CD, Kubernetes, threat modeling, resilience, rollback
docs/— portfolio review notes and other supporting documentationskills/— source skillsschemas/— JSON schemas for skill documentstemplates/— starter templatespackages/skill-build/— validation, build, and pack scripts
This repository uses per-skill semantic versioning via GitHub Actions.
- Pull requests that change
skills/<skill-name>/must include.changes/skills/<skill-name>.json. - The PR check workflow validates these intent files and bump types (
major/minor/patch). - On merge to
main, release automation bumps that skill's version in:skills/<skill-name>/metadata.jsonskills/<skill-name>/SKILL.mdfrontmatterskills/<skill-name>/README.md(Version:line)
- Release automation also updates
skills/<skill-name>/CHANGELOG.md, regeneratesskills/INDEX.md, creates per-skill tags, and uploads zip artifacts.
See .changes/README.md for the intent file format.