development-skills
v0.11.1Language-agnostic development workflows with risk-based paths, persistent decisions, focused proof, and independent review.
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
codex plugin marketplace add hashgraph-online/awesome-codex-plugins
codex plugin marketplace upgrade awesome-codex-plugins
codex plugin add development-skills@awesome-codex-pluginsPaste 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-marketplace→development-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-pluginsClone 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
├── .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
Compare Claude Code and Codex on the same code task, with isolated worktrees, common checks, time, and cost.
Align stale repository docs and task records; use --clean for a full documentation cleanup.
Research current practices or compare approaches using primary evidence and the user's constraints.
Use when the user wants to brainstorm, choose an approach, design something, or clarify an ambiguous or consequential change.
Use when the user says an explanation was unclear, too technical, or full of jargon, or asks for plain language.
Add CHANGELOG.md entries, derive them from commits, or cut a Keep a Changelog and SemVer release.
Create a user-requested Conventional Commit from the staged changes.
Define or implement regression proof: test strategy, black-box or integration tests, KPIs, thresholds, audits, or missing tests.
Check skill routing or behavior, investigate a regression, or compare plugin changes with a base commit.
Explain a code change, its reasons, effects, trade-offs, and verification limits.
Create a self-contained temporary handoff document when the user asks to transfer the session to a new chat or runs /handoff.
Get an independent second opinion on a plan or code change from the other CLI, Claude Code or Codex.
Write development-skills feedback from observed work, or assess a report for useful simplifications.
Audit an existing project against its standards and apply selected improvements while preserving behavior.
Resolve an active merge or rebase conflict, including safe renumbering of colliding plans and chronicles.
Use when the user wants a proposal or approach reconsidered from first principles, or when evidence shows the current design is weak.
Roast code with aggressive humor while preserving a factual staff review; --fix can apply selected CRITICAL/HIGH fixes.
Remove unnecessary content and simplify files while preserving useful behavior and project knowledge.
Review a local branch, diff, repository, directory, or file for supported specification and quality findings.
Update Python dependencies or pre-commit hooks while preserving the project's pin and configuration style.
Route development work by scope, risk, and the need for a lasting work record.
Finish a feature branch: add missing tests, review and fix the code, align docs, then merge only after explicit confirmation.
Plugin manifests1
{
"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"
}
}For maintainers
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)