Skip to content

joyehuang/skills

Repository files navigation

joyehuang/skills

skills.sh

A personal collection of agent skills — reusable procedural knowledge for AI coding agents (Claude Code, OpenCode, Cursor, Codex, and anything that speaks the SKILL.md convention).

Each subdirectory is an independently installable skill with its own SKILL.md.

Install

# install a single skill
npx skills add joyehuang/skills/<skill-name>

# install all skills in this repo
npx skills add joyehuang/skills

Skills

Learn & explore

Skill What it does
learn Systematically learn an open-source project with cross-session progress tracking.
deep-dive Source-level deep dive into one module or system in the current project.
quiz Self-test on what you've learned from /learn or /deep-dive.
compare Compare technical solutions in the context of the current project, with concrete code references.
explore-site Explore any site that ships an agent manifest at /.well-known/.

Summarize & produce

Skill What it does
diff-story Turn git changes into a coherent technical narrative.
blog Transform learning notes / diff stories into publishable technical blog posts.
resume Package project work into STAR-format resume content + interview prep.
brainstorm Discover secondary development directions for the current project.
archive-card-writer Turn fragmented notes into structured archive cards for a personal blog.
curated-content-writer Turn external papers / articles / links into concise curated entries with reading notes.

Video & content production

Skill What it does
article-to-script Convert written articles into structured video scripts (timing, narration, scenes).
script-to-remotion Convert video scripts into runnable Remotion projects (React + TTS + render).
gemini-tts-fast Text-to-speech via Google Gemini TTS at fixed 1.2x speed, WAV output.

Users & social

Skill What it does
user-insight-research Generate a 7-day plan of user-insight research topics as strict JSON.
x-auto-engagement Auto-like and reply to relevant tweets on a cron schedule.

Utilities

Skill What it does
screenshot Capture desktop / window / region screenshots on macOS with permission preflight.

License

Apache License 2.0.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors