Skip to content

jiangtao/skills

Repository files navigation

Jiangtao's Skills

A curated collection of Agent Skills reflecting Jiangtao's preferences, experience, and best practices.

Installation

pnpx skills add jiangtao/skills

or to install it globally:

pnpx skills add jiangtao/skills -g

Learn more about the CLI usage at skills.

Skills

Hand-maintained 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

Project Analysis Skill

Personal source-backed project analysis workflow for Codex, Cursor, and Claude Code.

Usage:

/project-analysis

Features:

  • 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

Kaifeng Team Skill

Goal-driven team protocol for agent decisions, technical planning, execution review, and follow-up todo closure.

Usage:

/kaifeng-team

Features:

  • 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

Handoff Skill

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)
/compact

Features:

  • ✅ 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/

Dev Skill

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-check

Features:

  • ✅ Automatic verification workflow (tests + dev server + e2e)
  • ✅ Structured refactoring with checkpoints
  • ✅ Safe error handling modifications

Exam Skill

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 Skill

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 --status

Features:

  • ✅ 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)

Skills Generated from Official Documentation

Unopinionated but with tilted focus

Generated from official documentation.

Skill Description Source
(Coming soon)

Vendored Skills

Synced from external repositories that maintain their own skills.

Skill Description Source
(Coming soon)

What Makes This Collection Different?

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.

Repository Role

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 superpowers in dotclaude
  • Maintain Codex-side superpowers adaptation in dotcodex

Superpowers Migration

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.

Generate Your Own Skills

Fork this project to create your own customized skill collection.

  1. Fork or clone this repository
  2. Install dependencies: pnpm install
  3. Update meta.ts with your own projects and skill sources
  4. Run pnpm start cleanup to remove existing submodules and skills
  5. Run pnpm start init to clone the submodules
  6. Run pnpm start sync to sync vendored skills
  7. Ask your agent to "generate skills for "

See AGENTS.md for detailed generation guidelines.

License

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.

About

Jerret skills for workflow developer or life

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors