Full-cycle 7-phase feature development workflow with persistent file-based planning (task_plan.md, findings.md, progress.md).
Propose one concrete architecture approach that integrates cleanly with the existing codebase, including files to change, data flow, and an implementation checklist.
Trace and explain existing features end-to-end (entry points → data flow → side effects) and return key files/lines to read.
Review code for functional bugs, security issues, and convention violations; report only high-confidence issues with concrete fixes.
Personal marketplace repo for AI development workflows.
This repo currently ships the same workflow for:
codex/skills/ — Codex skillsclaude/plugins/ — Claude plugins (installed via Claude plugin marketplace)other-ai/ — Placeholder for future platforms.claude-plugin/marketplace.json — Claude marketplace manifestInstall directly from GitHub:
python ~/.codex/skills/.system/skill-installer/scripts/install-skill-from-github.py \
--repo littlestudent886/complex-dev-skills \
--path codex/skills/complex-feature-dev
Restart Codex to pick up new skills.
Copy a skill folder into your Codex skills directory (defaults to ~/.codex/skills):
cp -R codex/skills/complex-feature-dev ~/.codex/skills/
Note: copy into the parent ~/.codex/skills/ directory (not into ~/.codex/skills/complex-feature-dev/), otherwise you may end up with a nested duplicate folder.
Restart Codex to pick up new skills.
In Claude Code, run:
/plugin marketplace add littlestudent886/complex-dev-skills
/plugin install complex-feature-dev@complex-dev-skills
To update later:
/plugin update complex-feature-dev@complex-dev-skills
For local development/testing, add the local repo path as a marketplace:
/plugin marketplace add /path/to/complex-dev-skills
/plugin install complex-feature-dev@complex-dev-skills
complex-feature-dev is a full workflow for complex feature development.
It uses 3 planning files in your repo root:
task_plan.md — macro status + summary + next actions + decisions/errorsfindings.md — durable findings + decisions (macro)progress.md — short session notes + validationsIt also initializes agent instruction files (if missing):
AGENTS.mdCLAUDE.mdNotes:
$complex-feature-dev init/complex-feature-dev:initbash ~/.codex/skills/complex-feature-dev/scripts/init-session.shpwsh -ExecutionPolicy Bypass -File "~/.codex/skills/complex-feature-dev/scripts/init-session.ps1"bash "$(ls -dt ~/.claude/plugins/cache/complex-dev-skills/complex-feature-dev/*/scripts/init-session.sh 2>/dev/null | head -1)"pwsh -ExecutionPolicy Bypass -File "~/.claude/plugins/cache/complex-dev-skills/complex-feature-dev/<version>/scripts/init-session.ps1"$complex-feature-dev <feature description>/complex-feature-dev <feature description>Example:
$complex-feature-dev Add a dark mode toggle to the settings page/complex-feature-dev Add a dark mode toggle to the settings pageUses power tools
Uses Bash, Write, or Edit tools
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
npx claudepluginhub littlestudent886/complex-dev-skillsFull feature development workflow from spec to completion
Feature lifecycle management with skill-centric architecture. Capture ideas (idea.md), plan implementations (plan.md), and complete with quality gates (shipped.md). Status determined by file presence with auto-generated DASHBOARD.md. Shared Python library for dashboard generation with minimal hooks.
Harness-native ECC operator layer - 67 agents, 271 skills, 92 legacy command shims, reusable hooks, rules, selective install profiles, and production-ready workflows for Claude Code, Codex, OpenCode, Cursor, and related agent harnesses
Access thousands of AI prompts and skills directly in your AI coding assistant. Search prompts, discover skills, save your own, and improve prompts with AI.
Complete developer toolkit for Claude Code
Intelligent draw.io diagramming plugin with AI-powered diagram generation, multi-platform embedding (GitHub, Confluence, Azure DevOps, Notion, Teams, Harness), conditional formatting, live data binding, and MCP server integration for programmatic diagram creation and management.