software-dev
v0.7.0Glue over superpowers and mattpocock/skills for Claude Code and Codex: narrowed brainstorming, the repository scaffolder, the consistency audit, diagnosing-bugs, and finding-duplicate-functions.
By Eran RosemanLicense: MIT0 GitHub starsUpdated 2 weeks ago
Directory evidence
- Runtimes
- Codex and Claude Code
- Parsed components
- 5 skill or MCP entries
- Source updated
- Sep 7, 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 software-dev for Codex and Claude Code
codex plugin marketplace add eranroseman/agent-plugins
codex plugin marketplace upgrade eranroseman
codex plugin add software-dev@eranrosemanPaste and run these commands in a terminal with Codex. They add and refresh the eranroseman catalog, then install this plugin.
Compatibility: the page URL and API slug “software-dev” remain stable.
- Codex:
software-dev@agent-plugin-marketplace→software-dev@eranroseman
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/eranroseman/agent-pluginsClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/software-dev/.
Plugin files
├── .codex-plugin/plugin.json├── .claude-plugin/plugin.json├── skills/brainstorming/SKILL.md├── skills/consistency-audit/SKILL.md├── skills/diagnosing-bugs/SKILL.md├── skills/finding-duplicate-functions/SKILL.md└── skills/setup-repository/SKILL.md
Included Skills5
Design front door of the superpowers spine. Classifies a build request as spike, bounded, or architectural, then takes it from intent to an approved design, and to a written spec for architectural work, before any implementation. Use for "let's build, add, or change X". Not for open-ended ideation, and not for stress-testing an existing plan.
Read a repository whole and find the inconsistencies no checker can express — contradictions, duplication, drifted terms, stale claims. Each is refuted before it is reported; you pick which get fixed.
Use when a bug resists reproduction, or for a performance regression.
Find functions that serve the same purpose under different names. Use when auditing a Python codebase for semantic duplication, before a consolidation refactor, or when agent-written code is suspected of reimplementing helpers it could have imported.
Configure this repo for the engineering skills — set up its issue tracker, triage label vocabulary, domain doc layout, and git convention. Run once before first use of the other engineering skills.
Plugin manifests2
{
"name": "software-dev",
"version": "0.7.0",
"description": "Glue over superpowers and mattpocock/skills for Claude Code and Codex: narrowed brainstorming, the repository scaffolder, the consistency audit, diagnosing-bugs, and finding-duplicate-functions.",
"author": {
"name": "Eran Roseman",
"url": "https://github.com/eranroseman"
},
"homepage": "https://github.com/eranroseman/agent-plugins",
"repository": "https://github.com/eranroseman/agent-plugins",
"license": "MIT",
"keywords": [
"software-dev",
"superpowers",
"skills",
"workflow"
],
"skills": "./skills/",
"interface": {
"displayName": "Software Development",
"shortDescription": "Curated software-dev skills",
"longDescription": "Narrowed brainstorming front door over the superpowers spine and mattpocock's engineering skills, plus the repository scaffolder, a refuted-before-reported consistency audit, a reproduction-first debugging loop, and a Python duplicate-function finder.",
"developerName": "Eran Roseman",
"category": "Developer Tools",
"capabilities": [
"Instructions"
],
"websiteURL": "https://github.com/eranroseman/agent-plugins",
"defaultPrompt": [
"Let's build a feature.",
"Design this change before we implement it."
]
}
}{
"name": "software-dev",
"version": "0.7.0",
"description": "Glue over superpowers and mattpocock/skills for Claude Code and Codex: narrowed brainstorming, the repository scaffolder, the consistency audit and its inspector, diagnosing-bugs, and finding-duplicate-functions.",
"author": {
"name": "Eran Roseman",
"url": "https://github.com/eranroseman"
},
"homepage": "https://github.com/eranroseman/agent-plugins",
"repository": "https://github.com/eranroseman/agent-plugins",
"license": "MIT",
"keywords": [
"software-dev",
"superpowers",
"skills",
"workflow"
],
"dependencies": [
"sensemaking",
"superpowers",
"writing-clearly-and-concisely"
],
"hooks": "./hooks/claude-hooks.json"
}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.
[software-dev on Agent Plugins Marketplace](https://pluginsmp.com/plugins/software-dev)