A personal library of Claude Code skills — installable prompt extensions that give Claude Code new capabilities.
AI-generated content tools for image stylization, video planning, visual continuity, storyboards, and key art.
- presentation-design — Plan and generate a premium 6-slide presentation design board as one single composite image, with a named layout library and light/dark style modes.
- soviet-storybook-grotesque — Transform photos into strange, rough, faded Eastern European children's book illustrations with absurd handwritten rhymes.
- torn-paper-collage-poster — Create torn-paper editorial collage poster prompts and image workflows with layered ripped paper, rough typography, stamps, tape, stickers, and photocopy texture.
- video-character-design — Create reusable character design specs and character sheets for video, storyboard, advertising, animation, or AI video-generation workflows.
- video-plan — Plan short-form videos by choosing a story arc, visual style, duration, and scene-by-scene structure.
- video-poster-design — Create cinematic poster concepts and final key art from a brief, video plan, storyboard, or character design.
- video-storyboard — Generate storyboard image boards and matching video-generation prompt scripts for specific scenes.
Health, child development, parenting, triage, and report interpretation tools.
- emergency-triage — Help users triage urgent or semi-urgent symptoms, narrow possible causes, and prepare department and examination suggestions.
- lab-interpreter — Interpret medical lab reports from images, PDFs, or text, explaining abnormal values and practical next steps.
- super-daddy — Act as a family-doctor-style Chinese parenting assistant that maintains
~/.super_daddy/, builds child profiles, runs structured visits, creates reference-grounded plans, generates visual plan images, and archives cases.
Practical software engineering workflows for code review, small change planning, PR communication, reviewer feedback, and emergency changes.
- engineering-code-review — Review code changes for code health, design, functionality, complexity, tests, maintainability, and approval risk.
- engineering-review-comments — Write clear, respectful, severity-labeled code review comments that explain reasoning and drive better code.
- engineering-small-prs — Split large features, refactors, and migrations into reviewable, testable PR or CL sequences.
- engineering-change-descriptions — Draft or improve PR, CL, and commit descriptions so reviewers and future maintainers understand what changed and why.
- engineering-review-feedback — Handle reviewer comments as the change author by clarifying code, applying fixes, and resolving disagreements constructively.
- engineering-emergency-changes — Decide whether a hotfix is a true emergency and run expedited review without losing follow-up code health.
General workflow tools, not code-specific.
- feature-dev-loop — End-to-end orchestration for PR-sized feature development: requirements baseline, multi-perspective plan review, safe serial implementation, dynamic acceptance matrix, and HTML PR summary.
- article-to-html — Render markdown drafts or conversation documents into self-contained paper-style HTML pages with inline CSS, SVG figures, callouts, tables, and optional interactivity.
- doctor-strange — Run causal sand-table simulations of future scenarios through parallel universe subagents, then store and recall the projections as soft priors.
- mega-goal-prompt — Interview the user about a long-horizon task and output a filled-in
/goalmega prompt ready to paste into Claude Code or Codex CLI. - publish-research-site — Turn a thesis, proposition, trend, question, or explainer topic into a citation-backed, image-rich, interactive website and deploy it with Vercel CLI.
This installs one skill at a time. For example, to install doctor-strange:
npx skills add https://github.com/agentara/skills/blob/main/skills/productivity/doctor-strange/ -y -gTo install a different skill, replace the path with that skill's directory URL.
Clone this repo to your local machine.
git clone https://github.com/agentara/skills.gitThen symlink or copy the specific skill directory you want to install into ~/.agents/skills/<skill-name>/ and ~/.claude/skills/<skill-name>/ so the Claude Code and other agents can discover it. For example, to install doctor-strange manually:
ln -s /path/to/skills/skills/productivity/doctor-strange ~/.agents/skills/doctor-strange
ln -s /path/to/skills/skills/productivity/doctor-strange ~/.claude/skills/doctor-strangeMost original content in this repository is licensed under MIT.
The engineering skills are adapted from Google Engineering Practices under CC-BY 3.0. They include source attribution in each SKILL.md; wording and structure were changed for this skill library.
