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-releaseSkills in this plugin
- ▌ cso · shenxingy bundleSecurity 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.
- ▌ map · shenxingyScan project structure and generate ARCHITECTURE.md with a Mermaid module relationship diagram. Use when user says "/map".
- ▌ 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.
- ▌ retro · shenxingyEngineering 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.
- ▌ pickup · shenxingyStart-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.
- ▌ incident · shenxingyIncident response mode — diagnose a production issue, write a postmortem, add follow-up tasks to TODO.md. Use when user says "/incident [description]".
- ▌ research · shenxingyResearch 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]".
- ▌ investigate · shenxingyRoot 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.
- ▌ document-release · shenxingyPost-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.