Agentic Coding
5 / 6
Contents
Skills
Skills are reusable instruction packs for repeatable workflows.
- They can be just markdown files (so simple and elegant!)
- also can contain more (scripts)
-
put in .agents/skills
- Why: less repetitive prompting and more consistent outputs.
- Where useful: issue writing, deploy flows, compliance checks.
- Rule: use skills whenever a workflow repeats.
people make skills you can install
- try some!
Example skills
- Issue Story Writer: convert rough requests into clear GitHub issues.
- Test + Fix Loop: run tests, diagnose failures, patch code, rerun tests.
- Release Operator: create release branch, run checks, deploy, verify, and summarize rollback steps.