← all plugins

Clade

by @shenxingy · plugin · 9 skills

Clade from shenxingy/Clade.

Install the whole plugin (CLI)
npx skillmds add shenxingy/cso npx skillmds add shenxingy/map npx skillmds add shenxingy/next npx skillmds add shenxingy/retro npx skillmds add shenxingy/pickup npx skillmds add shenxingy/incident npx skillmds add shenxingy/research npx skillmds add shenxingy/investigate npx skillmds add shenxingy/document-release
⬇ Download

Skills in this plugin

  1. cso · shenxingy bundle
    Security audit skill — systematic OWASP + STRIDE review of a project. Covers attack surface, secrets archaeology, dependency supply chain, OWASP Top 10, threat modeling, and false-positive filtering. Outputs a prioritized findings report.
    8
    repo stars
  2. map · shenxingy
    Scan project structure and generate ARCHITECTURE.md with a Mermaid module relationship diagram. Use when user says "/map".
    8
    repo stars
  3. next · shenxingy
    \"What should I work on next?\" — two modes. Fast mode (default): one-shot recommendation from docs + git state, ≤10 lines, no interview. Deep mode (`/next deep` or when user asks to explore priorities): multi-round interview to surface the best move.
    8
    repo stars
  4. retro · shenxingy
    Engineering retrospective — generates a data-driven report of development velocity, commit patterns, hotspots, and team insights from git history. Saves results for week-over-week comparison.
    8
    repo stars
  5. pickup · shenxingy
    Start-of-session context pickup. Reads the latest handoff file and resumes work where the last session left off. Run this at the start of a new session if a handoff file exists.
    8
    repo stars
  6. incident · shenxingy
    Incident response mode — diagnose a production issue, write a postmortem, add follow-up tasks to TODO.md. Use when user says "/incident [description]".
    8
    repo stars
  7. research · shenxingy
    Research external tools/competitors for a topic and write findings to BRAINSTORM.md (project topics) or ~/.clade/research/ (personal topics). Use when user says "/research [topic]".
    8
    repo stars
  8. investigate · shenxingy
    Root cause analysis skill — diagnose bugs systematically before fixing. Iron Law: no fix without a confirmed hypothesis. Uses scope lock, 3-strike escalation, and structured debug reports.
    8
    repo stars
  9. document-release · shenxingy
    Post-ship documentation sync — updates README, CHANGELOG, AGENTS.md, ARCHITECTURE, and TODOS after a release. Ensures docs never drift from code. Run after /commit or /ship before closing a PR.
    8
    repo stars