Super Agent Skills banner
oscarqjh oscarqjh

Super Agent Skills

Development community

Description

Full-lifecycle engineering plugin for Claude Code — brainstorm → plan → build → review → ship, with production-grade standards at every step.

Installation

This entry records only its repository, not the path inside it, so there is no exact command to give. Open the source below and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

README

super-agent-skills

**One command. Full lifecycle.** An opinionated Claude Code plugin that turns "I want to build X" into shipped code — with specs, plans, tests, reviews, and documentation along the way.

Just type `/superthink` and the plugin handles the rest.

/superthink I want to build a task management API

The agent brainstorms the design, writes the spec, plans the implementation, dispatches subagents to build it, runs code reviews, and prompts you when it's ready to ship. Every step follows production-grade engineering standards — TDD, 5-axis code review, STRIDE threat modeling, anti-rationalization tables that catch when the agent tries to cut corners.

Install

# From marketplace
/plugin marketplace add oscarqjh/super-agent-skills
/plugin install super-agent-skills@oscarqjh-super-agent-skills

# Or load locally
git clone https://github.com/oscarqjh/super-agent-skills.git
claude --plugin-dir ./super-agent-skills

**SSH errors?** The marketplace clones via SSH. Either [add your SSH key](https://docs.github.com/en/authentication/connecting-to-github-with-ssh) or run: `git config --global url."https://github.com/".insteadOf "git@github.com:"`

**Replaces** both `superpowers` and `agent-skills`. Do not install either alongside this plugin. Run `/super-agent-skills:audit` to check for conflicts.

Setup Guides

Environment Guide
Claude Code docs/claude-code-setup.md
Cursor docs/cursor-setup.md
OpenCode docs/opencode-setup.md
Gemini CLI docs/gemini-cli-setup.md
Windsurf docs/windsurf-setup.md
GitHub Copilot docs/copilot-setup.md
Any agent docs/getting-started.md

How It Works

`/superthink` classifies your intent and routes to the right workflow: