Super-Dev Full-Stack Self-Evolving Suite
Paste the following prompt into your AI chat to install this skill:
Please install @user_7f13f2c8/super-dev-pro according to https://skillhub.cn/install/skillhub.md.
About this skill
Problem
Many dev skills focus only on code generation: vague requirements, weak tests, unchecked dependencies, and UI/UX judgment left to whether it renders. Super-Dev puts requirements clarification, architecture, TDD, experience audits, security gates, and memory into one delegatable workflow.
How it works
The orchestrator detects the task mode (BOOTSTRAP, FEATURE, FIX, REFACTOR) and delegates to sub-skills:
- Requirements: states assumptions, drills into 95% confidence, and pushes back on vague asks.
- Shared language: builds a domain glossary to reduce losses between user, account, and member.
- TDD: follows Red → Green → Refactor with a test pyramid and Stop-the-Line debugging.
- UI/UX audit: checks responsive behavior, accessibility, and AI aesthetic anti-patterns from a critical user perspective.
- Security gate: compares dependencies against malicious-package databases before npm install, using ssafe, depspector, owasp-depscan, and OpenSSF Scorecard.
- Memory and evolution: stores project facts, preferences, and failure notes in .memory/ for reuse.
Boundaries
It fits full-stack work that needs a steadier process, but it does not replace product judgment, manual acceptance, or formal security compliance. UX audits are heuristic, security scans depend on known malicious packages and metadata, and local .memory/ quality affects later runs.
Use Cases
- New project: turn vague asks into specs, terms, ADRs.
- New deps: scan malicious packages before install.
- Bug fix: add regression tests, record lessons.
- Launch UI: check responsive, a11y, anti-patterns.
Best For
- Solo dev building full-stack features in Claude Code who wants specs, TDD, and security gates.
- Frontend engineer maintaining Node services who worries about postinstall and malicious deps.
- Small-team lead turning vague product notes into acceptance criteria, glossary, and tests.
- Product engineer building AI UIs who needs responsive, a11y, and anti-pattern checks.
Related Skills
Creates themed learning sites by generating flashcards, lessons, quizzes, index, and progress pages into a deployable website.
End-to-end mathematical optimization modeling with Gurobi and Python, covering data validation, code generation, solving, result analysis, and iterative revision.
Executes an Eversheet Web CDP login using externally supplied baseUrl, username, and password, then verifies the page reaches a logged-in home state.
Clarify product goals, user flows, pages, data, and permissions, then output an implementation-ready development prompt and lightweight spec.