Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Agent Skills

Public collection of agent skills for development workflows.

Each skill is a directory with:

  • SKILL.md — agent-facing instructions with required frontmatter
  • README.md — human-facing overview

Skills

Skill Purpose Docs
write-a-prd Draft or refine product requirements documents. README
prd-to-plan Convert a PRD into an implementation plan. README
do-work Execute an implementation plan in small validated steps. README
write-a-skill Create or improve an agent skill. README
find-skills Discover useful skills in a repository. README
grill-me Stress-test an idea, plan, PRD, or implementation. README
handle-coderabbit Triage and apply CodeRabbit review comments. README
bun-integration-tests Scaffold Bun integration test infrastructure for TypeScript apps. README

Install

Install one skill by path:

npx skills add https://github.com/Greynner/skills.git --skill utils-skills/write-a-prd

Replace the path with the skill you want.

Validate locally

for d in utils-skills/*/; do
  uvx --from skills-ref agentskills validate "${d%/}"
done

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors