Reusable AI coding-agent skills for software development workflows.
This repo is a small catalog of skills that are useful across projects. Each skill keeps its own workflow details in its directory.
| Skill | Purpose |
|---|---|
infra-product-docs |
Create, audit, reorganize, and maintain documentation for infrastructure and developer products. |
pr-doc-sync |
Check whether a pull request should update project docs before it is considered complete. |
software-design-docs |
Draft, review, and refine software design docs, RFCs, and engineering proposals. |
Install a single skill by name:
npx skills add shenli/dev-skills@<skill-name> -gSkill-specific setup lives in each skill's SKILL.md.
Update installed skills:
npx skills updateCheck what would change before updating:
npx skills checkTo force-refresh this skill from GitHub, run the install command again:
npx skills add shenli/dev-skills@<skill-name> -g<skill-name>/
SKILL.md
agents/openai.yaml # optional UI metadata
Keep new skills focused and portable:
- put reusable workflow logic in the skill
- put project-specific policy in the consuming repo's agent instructions
- avoid adding repo-specific paths or product names to a general skill
- keep
SKILL.mdconcise enough to load into an agent context