Skip to content

plannotator/dev-skills

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A growing list of simple skills to enhance development with agents

Categories

  • general: non-opinionated daily essentials
  • code-review: varied and curated industry code review skills

Most useful

90% of the time, these two skills provide the most utility without disrupting workflows:

  • bro: explain the last message more simply, no jargon
  • self-review: have the agent conduct a self-review of its last effort

these skills have nothing to do with the install of Plannotator

Install

npx skills add plannotator/dev-skills

List all first:

npx skills add /Users/ramos/review-skills --list

Install a specific skill:

npx skills add plannotator/dev-skills --skill bro
npx skills add plannotator/dev-skills --skill simplify

Skills

General

  • bro - Restate the last message in plain human language, no jargon.

Code Review

  • claude-review: Combined Claude's oss skill and derived more capable review. [Source: Claude Code]
  • codex-review: The actual codex-rs source review prompt. [Source: Codex]
  • simplify: Review changed code for reuse, quality, and efficiency. [Source: Claude Code]
  • self-review: Self-review the code you just wrote for bugs, duplication, and reusability.
  • thermo-nuclear-code-quality-review: Strict maintainability review for abstraction quality, giant files, and spaghetti growth. [Source: Cursor]

Repository Shape

Skills live under skills/<category>/<skill-name>/SKILL.md. The .claude-plugin/plugin.json manifest curates which skills are exposed by default, and skills.sh.json groups the public skills.sh page.

About

simple dev skills

Topics

Resources

Stars

7 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors