A curated collection of Agent Skills reflecting Jiangtao's preferences, experience, and best practices.
pnpx skills add jiangtao/skillsor to install it globally:
pnpx skills add jiangtao/skills -gLearn more about the CLI usage at skills.
Opinionated
Manually maintained with preferred tools, setup conventions, and best practices.
| Skill | Description |
|---|---|
| project-analysis | Personal CodeGraph workflow for deep project analysis across Codex, Cursor, and Claude Code |
| handoff | Session handoff for context continuity across conversations |
| dev | Development workflow skills for verification, refactoring, and error handling |
| exam | Generate exam questions from documents or topics |
| kaifeng-team | Goal-driven team protocol for agent decisions and execution |
| video | Video link collection and download management tool |
Personal source-backed project analysis workflow for Codex, Cursor, and Claude Code.
Usage:
/project-analysisFeatures:
- Asks for source directory and output directory before scanning
- Builds or approximates CodeGraph entities and relationships
- Produces business scenarios, runtime flow, architecture, UML, sequence diagrams, data flow, learning path, risks, and opportunities
- Installs adapters for Codex, Cursor, and Claude Code from one source of truth
Goal-driven team protocol for agent decisions, technical planning, execution review, and follow-up todo closure.
Usage:
/kaifeng-teamFeatures:
- Goal Contract for scope, success criteria, constraints, todos, and evidence
- BZ/GSC/ZZ decision chain for technical planning and execution review
- ZL/ZH/WC/MH worker assignment with verification evidence
Session handoff for context continuity across Claude Code conversations.
Usage:
# Save current session before closing
/handoff:save --name my-feature
# Resume previous work
/handoff:continue my-feature
# Clean up session (recommended after saving)
/compactFeatures:
- ✅ Automatic versioning (v0.0.1, v0.0.2, ...)
- ✅ Finds and loads latest handoff automatically
- ✅ Timestamp format:
yy-MM-DD hh:mm:ss - ✅ Documents stored in
docs/handoffs/
Development workflow skills to improve code quality and reduce debugging iterations.
Usage:
# Verify code changes after implementation
/dev:verify
# Plan complex refactoring tasks
/dev:refactor-plan
# Check error handling before modifications
/dev:error-checkFeatures:
- ✅ Automatic verification workflow (tests + dev server + e2e)
- ✅ Structured refactoring with checkpoints
- ✅ Safe error handling modifications
Generate exam questions from documents or topics with multiple question types.
Usage:
/exam:generate --from <file|topic> --type <choice|essay|mixed> --count <number>Features:
- ✅ Multiple question types (single choice, multiple choice, true/false, essay)
- ✅ Support for PDF and markdown input
- ✅ Configurable difficulty and scoring
Video download management tool with multi-source link collection and download queue management.
Usage:
# Collect video links
/video --collect --url "https://www.youtube.com/watch?v=xxx"
# Download collected videos
/video --download
# Check download status
/video --statusFeatures:
- ✅ Multi-source link collection (manual, bookmarks, clipboard)
- ✅ Automatic deduplication and normalization
- ✅ Concurrent download management with lux
- ✅ Categorized storage by source and date
- ✅ Multi-platform support (Bilibili, YouTube, direct links)
Unopinionated but with tilted focus
Generated from official documentation.
| Skill | Description | Source |
|---|---|---|
| (Coming soon) |
Synced from external repositories that maintain their own skills.
| Skill | Description | Source |
|---|---|---|
| (Coming soon) |
This collection uses git submodules to directly reference source documentation, providing more reliable context and allowing skills to stay up-to-date with upstream changes.
This repository is the source-of-truth workspace for the hand-maintained skills in skills/.
- Build and iterate on the hand-maintained skills here
- Keep
dev,handoff,exam,video, and future generic skills here - Maintain Claude-side
superpowersindotclaude - Maintain Codex-side
superpowersadaptation indotcodex
superpowers is no longer maintained in this repository.
- Claude source of truth:
/Users/jt/places/personal/dotclaude/superpowers - Codex source of truth:
/Users/jt/places/personal/dotcodex
The copies in this repository are now transition artifacts only and should not receive new primary changes.
Fork this project to create your own customized skill collection.
- Fork or clone this repository
- Install dependencies:
pnpm install - Update
meta.tswith your own projects and skill sources - Run
pnpm start cleanupto remove existing submodules and skills - Run
pnpm start initto clone the submodules - Run
pnpm start syncto sync vendored skills - Ask your agent to "generate skills for "
See AGENTS.md for detailed generation guidelines.
Skills and the scripts in this repository are MIT licensed.
Vendored skills from external repositories retain their original licenses - see each skill directory for details.