Skip to content

shenli/dev-skills

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dev-skills

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.

Skills

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

Install a single skill by name:

npx skills add shenli/dev-skills@<skill-name> -g

Skill-specific setup lives in each skill's SKILL.md.

Update

Update installed skills:

npx skills update

Check what would change before updating:

npx skills check

To force-refresh this skill from GitHub, run the install command again:

npx skills add shenli/dev-skills@<skill-name> -g

Repository Layout

<skill-name>/
  SKILL.md
  agents/openai.yaml   # optional UI metadata

Adding Skills

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.md concise enough to load into an agent context

About

Reusable AI coding-agent skills for developer workflows.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors