Agent Plugins Marketplace
All plugins

development-skills

v0.11.1

Language-agnostic development workflows with risk-based paths, persistent decisions, focused proof, and independent review.

Codex22 Skills

License: MIT1.1k GitHub starsUpdated 2 days ago

Directory evidence

Runtimes
Codex
Parsed components
22 skill or MCP entries
Source updated
Sep 22, 2026
Manifest status
Canonical path parsed

The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology

Install development-skills for Codex

Installs for the current user
codex plugin marketplace add hashgraph-online/awesome-codex-plugins
codex plugin marketplace upgrade awesome-codex-plugins
codex plugin add development-skills@awesome-codex-plugins

Paste and run these commands in a terminal with Codex. They add and refresh the awesome-codex-plugins catalog, then install this plugin.

Compatibility: the page URL and API slug “development-skills” remain stable.

  • Codex: development-skills@agent-plugin-marketplacedevelopment-skills@awesome-codex-plugins

The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.

Get the source manually
git clone https://github.com/hashgraph-online/awesome-codex-plugins

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/reidemeister94/development-skills/.

Plugin files

plugins/reidemeister94/development-skills/
├── .codex-plugin/plugin.json
├── skills/ai-agent-bench/SKILL.md
├── skills/align-docs/SKILL.md
├── skills/best-practices/SKILL.md
├── skills/brainstorming/SKILL.md
├── skills/bro/SKILL.md
├── skills/changelog/SKILL.md
├── skills/commit/SKILL.md
├── skills/create-test/SKILL.md
├── skills/eval-regression/SKILL.md
├── skills/explain-diff/SKILL.md
├── skills/handoff/SKILL.md
├── skills/phone-a-friend/SKILL.md
├── skills/plugin-feedback/SKILL.md
├── skills/refactor/SKILL.md
├── skills/resolve-merge/SKILL.md
├── skills/rethink/SKILL.md
├── skills/roast-my-code/SKILL.md
├── skills/simplify-stuff/SKILL.md
├── skills/staff-review/SKILL.md
├── skills/update-deps/SKILL.md
├── skills/using-development-skills/SKILL.md
└── skills/wrap-up-branch/SKILL.md

Included Skills22

ai-agent-benchskills/ai-agent-bench/SKILL.md

Compare Claude Code and Codex on the same code task, with isolated worktrees, common checks, time, and cost.

align-docsskills/align-docs/SKILL.md

Align stale repository docs and task records; use --clean for a full documentation cleanup.

best-practicesskills/best-practices/SKILL.md

Research current practices or compare approaches using primary evidence and the user's constraints.

brainstormingskills/brainstorming/SKILL.md

Use when the user wants to brainstorm, choose an approach, design something, or clarify an ambiguous or consequential change.

broskills/bro/SKILL.md

Use when the user says an explanation was unclear, too technical, or full of jargon, or asks for plain language.

changelogskills/changelog/SKILL.md

Add CHANGELOG.md entries, derive them from commits, or cut a Keep a Changelog and SemVer release.

commitskills/commit/SKILL.md

Create a user-requested Conventional Commit from the staged changes.

create-testskills/create-test/SKILL.md

Define or implement regression proof: test strategy, black-box or integration tests, KPIs, thresholds, audits, or missing tests.

eval-regressionskills/eval-regression/SKILL.md

Check skill routing or behavior, investigate a regression, or compare plugin changes with a base commit.

explain-diffskills/explain-diff/SKILL.md

Explain a code change, its reasons, effects, trade-offs, and verification limits.

handoffskills/handoff/SKILL.md

Create a self-contained temporary handoff document when the user asks to transfer the session to a new chat or runs /handoff.

phone-a-friendskills/phone-a-friend/SKILL.md

Get an independent second opinion on a plan or code change from the other CLI, Claude Code or Codex.

plugin-feedbackskills/plugin-feedback/SKILL.md

Write development-skills feedback from observed work, or assess a report for useful simplifications.

refactorskills/refactor/SKILL.md

Audit an existing project against its standards and apply selected improvements while preserving behavior.

resolve-mergeskills/resolve-merge/SKILL.md

Resolve an active merge or rebase conflict, including safe renumbering of colliding plans and chronicles.

rethinkskills/rethink/SKILL.md

Use when the user wants a proposal or approach reconsidered from first principles, or when evidence shows the current design is weak.

roast-my-codeskills/roast-my-code/SKILL.md

Roast code with aggressive humor while preserving a factual staff review; --fix can apply selected CRITICAL/HIGH fixes.

simplify-stuffskills/simplify-stuff/SKILL.md

Remove unnecessary content and simplify files while preserving useful behavior and project knowledge.

staff-reviewskills/staff-review/SKILL.md

Review a local branch, diff, repository, directory, or file for supported specification and quality findings.

update-depsskills/update-deps/SKILL.md

Update Python dependencies or pre-commit hooks while preserving the project's pin and configuration style.

using-development-skillsskills/using-development-skills/SKILL.md

Route development work by scope, risk, and the need for a lasting work record.

wrap-up-branchskills/wrap-up-branch/SKILL.md

Finish a feature branch: add missing tests, review and fix the code, align docs, then merge only after explicit confirmation.

Plugin manifests1

plugins/reidemeister94/development-skills/.codex-plugin/plugin.json
{
  "name": "development-skills",
  "version": "0.11.1",
  "description": "Language-agnostic development workflows with risk-based paths, persistent decisions, focused proof, and independent review.",
  "repository": "https://github.com/reidemeister94/development-skills",
  "homepage": "https://github.com/reidemeister94/development-skills",
  "license": "MIT",
  "keywords": [
    "workflow",
    "tdd",
    "code-review",
    "subagent",
    "claude-code",
    "codex"
  ],
  "skills": "./skills/",
  "hooks": "./hooks/hooks.json",
  "interface": {
    "displayName": "Development Skills",
    "shortDescription": "Disciplined development workflows for AI coding agents",
    "longDescription": "Use Development Skills for coding, debugging, refactoring, test design, code review, documentation alignment, and research. The loop chooses direct, bounded, or full work based on scope, risk, proof, and the need for persistent decisions.",
    "developerName": "reidemeister",
    "category": "Coding",
    "capabilities": [
      "Interactive",
      "Read",
      "Write"
    ],
    "defaultPrompt": [
      "Use development-skills to implement this feature.",
      "Use development-skills to debug this failure."
    ],
    "brandColor": "#2563EB",
    "composerIcon": "./assets/icon.svg"
  }
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[development-skills on Agent Plugins Marketplace](https://pluginsmp.com/plugins/development-skills)