A personal collection of Agent Skills — reusable, install-on-demand capabilities for AI coding agents.
This repo grows over time. Each skill is self-contained under skills/, documented by its own SKILL.md, and installable individually or all at once.
Install every skill in this repo:
npx skills add thinkthinking/skillsOr install a single skill:
npx skills add thinkthinking/skills --skill claudecode-cli-changelogOnce installed, just describe the task to your agent — each skill triggers on its own keywords.
End-to-end pipelines that track an AI coding tool's releases: fetch the latest entry → archive it bilingually (EN + 精炼中文) → render dark-themed PNG cards → optionally draft a Xiaohongshu/rednote post with a 3:4 cover.
| Skill | Tracks | Source |
|---|---|---|
claudecode-cli-changelog |
Claude Code | Anthropic CHANGELOG.md |
codex-cli-changelog |
OpenAI Codex CLI | openai/codex GitHub Releases |
codex-app-changelog |
OpenAI Codex App | OpenAI Developers Changelog |
See each SKILL.md for the full workflow, flags, and output layout.
The optional cover-image step depends on the separate
zenmux-image-generationskill:npx skills add ZenMux/skills --skill zenmux-image-generation
Platform-ready image workflows with explicit ratio, safe-area, provenance, and delivery rules.
| Skill | Use case |
|---|---|
cover-image-generation |
Creates social covers, headers, thumbnails, and banners across common platform ratios; defaults to 3:4 and openai/gpt-image-2, preserves exact-ratio clean files, and adds separate black model-metadata footer copies |
cover-image-generation composes the separate zenmux-image-generation skill
for prompt optimization and image API calls:
npx skills add ZenMux/skills --skill zenmux-image-generationProject-local, incrementally maintained datasets for social-content review.
| Skill | Use case |
|---|---|
rednote-content-analytics |
Collects a user's Xiaohongshu/Rednote posts through OpenCLI, normalizes title/link/date/views/likes/collects/comments to JSON, and incrementally updates per-user data under the consuming project's .context directory |
Human-led workflows that keep the human in charge while the agent acts as a sharp, opinionated thinking partner — conversational, challenging, and memory-bearing rather than a generic generator.
| Skill | Use case |
|---|---|
vibe-writing |
Human-led AI co-writing with user-level memory, MBTI cold-start, mirror-persona feedback, and project-local outputs under results/vibe-writing |
vibe-product-design |
Turns a product idea or feature request into a delivery-ready PRD — triages between a full 0→1 six-chapter product design or a lightweight feature-module PRD with config-driven high-fidelity prototypes; outputs land in one folder per request under .context/vibe-product-design |