Plugin Claude Code
Plugin marketplace listing 1 plugin: super-agent-skills.
Plugin Claude Code
Plugin marketplace listing 1 plugin: super-agent-skills.
Plugin Claude Code
Full-lifecycle engineering skills for AI coding agents — orchestration chain from brainstorm to ship, with production-grade engineering standards at every step.
Agent
Senior architect that evaluates design decisions, coupling, dependency structure, and interface quality. Use when changes modify module boundaries, introduce abstractions, add public APIs, or restructure significant code.
Agent
Designs feature architectures by analyzing existing codebase patterns and conventions, then providing comprehensive implementation blueprints with specific files to create/modify, component designs, data flows, and build sequences. Use when writing-plans needs deep codebase pattern analysis before task decomposition.
Agent
Deeply analyzes existing codebase features by tracing execution paths, mapping architecture layers, understanding patterns and abstractions, and documenting dependencies to inform new development. Use when brainstorming needs to understand an existing codebase before designing, or when any skill needs deep codebase…
Agent
Supply chain security specialist that audits dependencies for vulnerabilities, license compliance, and maintenance health. Use before adding dependencies, before releases, or for periodic health checks.
Agent
Migration specialist that plans and guides framework or library migrations. Use for major version upgrades, framework switches, or responding to deprecation notices.
Agent
Security engineer focused on vulnerability detection, threat modeling, and secure coding practices. Use for security-focused code review, threat analysis, or hardening recommendations.
Agent
QA engineer specialized in test strategy, test writing, and coverage analysis. Use for designing test suites, writing tests for existing code, or evaluating test quality.
Agent
QA engineer that autonomously generates comprehensive test suites from specs, acceptance criteria, or existing code. Use for generating tests from requirements, backfilling coverage, or expanding edge case testing.
Command
Check for plugin conflicts and suggest complementary MCP servers for your workflow.
Command
Execute the implementation plan using subagent-driven development.
Command
Break work into small verifiable tasks with acceptance criteria and dependency ordering.
Command
Finish the development branch — verify tests, present merge/PR options, clean up.
Command
Simplify code for clarity and maintainability — reduce complexity without changing behavior.
Command
Start brainstorming — explore ideas, refine requirements, create a design spec.
Command
Scan a project to GENERATE a new CLAUDE.md, or AUDIT an existing one against a quality rubric — only includes what Claude can't infer from code.
Command
Universal entry point — understands your intent, gathers context, builds a persistent execution route, and drives the full workflow chain automatically.
Command
Run TDD workflow — write failing tests, implement, verify.
Command
Checkpoint current work — update backlog, changelog, commit, and suggest next item.
Hook
Runs when a session starts, executing session-start.sh via bash. From oscarqjh/super-agent-skills.
Skill Claude CodeCodex
Guides stable API and interface design. Use when designing APIs, module boundaries, or any public interface. Use when creating REST or GraphQL endpoints, defining type contracts between modules, or establishing boundaries between frontend and backend.
Skill Claude CodeCodex
You MUST use this before any creative work - creating features, building components, adding functionality, or modifying behavior. Explores user intent, requirements and design before implementation.
Skill Claude CodeCodex
Tests in real browsers. Use when building or debugging anything that runs in a browser. Use when you need to inspect the DOM, capture console errors, analyze network requests, profile performance, or verify visual output with real runtime data via Chrome DevTools MCP.