Sandbox
@SimpleEve/development-skills

Reusable development skills for agent workflows

This repository packages a development workflow as reusable agent skills. The skills cover the path from defining a spec, to planning, implementing, reviewing, and testing a feature.

34 stars12 forksUpdated 6mo ago
Who it's for

Builders who want repeatable steps for feature delivery in Claude Code or Codex.

What it delivers

You can move from requirement to tested implementation with a consistent process instead of re-explaining the workflow each time.

What it does

Spec skill

Helps define the requirement before work starts.

Plan skill

Turns the approved spec into an implementation plan.

Implement skill

Guides the agent through building the feature.

Review skill

Checks the work against the spec and plan.

Test skill

Creates tests and a test report for the change.

How to get it

  1. 1Install a single skill from this repository using skills.sh
    npx skills add https://github.com/SimpleEve/development-skills --skill spec
    npx skills add https://github.com/SimpleEve/development-skills --skill plan
    npx skills add https://github.com/SimpleEve/development-skills --skill implement
    npx skills add https://github.com/SimpleEve/development-skills --skill review
    npx skills add https://github.com/SimpleEve/development-skills --skill test
  2. 2Install the full plugin through Claude Code marketplace
    /plugin marketplace add SimpleEve/development-skills
    /plugin install development-skills@simpleeve-development-skills
  3. 3Run
    git clone git@github.com:SimpleEve/development-skills.git

README

Development Skills

简体中文 | English

Reusable development workflow skills for end-to-end software delivery.

This repository packages a development workflow as reusable agent skills. It helps move a feature from requirement definition to tested implementation with a consistent process.

Included Skills

  • spec
  • plan
  • implement
  • review
  • test

Installation

Option A: skills.sh

Install a single skill from this repository using skills.sh:

npx skills add https://github.com/SimpleEve/development-skills --skill spec
npx skills add https://github.com/SimpleEve/development-skills --skill plan
npx skills add https://github.com/SimpleEve/development-skills --skill implement
npx skills add https://github.com/SimpleEve/development-skills --skill review
npx skills add https://github.com/SimpleEve/development-skills --skill test

Option B: Claude Code Plugin

Install the full plugin through Claude Code marketplace:

/plugin marketplace add SimpleEve/development-skills
/plugin install development-skills@simpleeve-development-skills

Option C: Manual Install

git clone git@github.com:SimpleEve/development-skills.git

Then copy one or more skill folders into the local skills directory used by your host application, and restart the host.

Recommendation

These skills were generalized from a set of project-specific internal skills.

The original versions contained conventions, constraints, and workflow details tied to a real project, so they were not suitable for direct public sharing. This repository keeps the core workflow, but intentionally removes project-specific assumptions.

For best results, treat these skills as a starting point rather than a final drop-in package. After installing them, it is recommended to use AI to review the skill content against your own project and then add back the constraints, terminology, directory conventions, architecture rules, and workflow expectations that are specific to your environment.

Usage Examples

  • "Write a spec for a new notification system"
  • "Create an implementation plan for this feature"
  • "Implement the approved plan"
  • "Review this code against the spec and plan"
  • "Write tests and produce a test report"

License

MIT. See LICENSE.

Files in the repo

Repository payload10 top-level entries
  • .claude-plugin
  • implement
  • plan
  • review
  • spec
  • test
  • .gitignore
  • LICENSE
  • README.md
  • README.zh-CN.md

Discussion (0)

Ask about usage, or say what you built with it

Sign in to join the discussion.

No comments yet. Be the first to say what this is good for.

More skills

obra/
superpowers

An agentic skills framework & software development methodology that works.

285k
1 add

Turn any codebase, with its docs, SQL schemas, configs, and PDFs, into a queryable knowledge graph. A /graphify skill for Claude Code, Cursor, Codex, and Gemini CLI: local deterministic AST parsing, every edge explained, no vector store.

117k
1 add
Vincentwei1021/
anything2explainer

Topic in, narrated explainer video out. A Claude Code / Codex skill that turns any topic into a black-canvas motion-graphics explainer video with TTS voiceover, subtitles and a chapter progress bar. Chinese or English; every frame drawn in code with Remotion.

666

Open-source AI job search: scan job portals, evaluate listings into a structured A-H report with a global 1-5 score, tailor your CV, track applications — runs locally in your AI coding CLI (Claude Code, Codex, OpenCode, Antigravity…)

71k