Agent skills
Skills you can use with AI coding agents, indexed from public GitHub repositories.
-
remotion
Generate walkthrough videos from Stitch projects using Remotion with smooth transitions, zooming, and text overlays
google-labs-code/stitch-skills 3,802
-
pptx
Presentation creation, editing, and analysis. When Claude needs to work with presentations (.pptx files) for: (1) Creating new presentations, (2) Modifying or editing content, (3) Working with layouts, (4) Adding comments or speaker notes, or any other presentation tasks
gavanduffy/better-chat-bot
-
theme-factory
Toolkit for styling artifacts with a theme. These artifacts can be slides, docs, reportings, HTML landing pages, etc. There are 10 pre-set themes with colors/fonts that you can apply to any artifact that has been creating, or can generate a new theme on-the-fly.
gavanduffy/better-chat-bot
-
nextjs
Build Next.js 16 apps with App Router, Server Components/Actions, Cache Components ("use cache"), and async route params. Includes proxy.ts (replaces middleware.ts) and React 19.2.
Use when: building Next.js 16 projects, or troubleshooting async params (Promise types), "use cache" directives, parallel route 404s (missing default.js), or proxy.ts CORS.
gavanduffy/better-chat-bot
-
Administrative Health Platform
A set of skills to interact with web-based health platforms to interact with digital medical records, handle billing,
mathias-nielsen/co-doctor-skills
-
Medical Records
All things needed for interacting with medical records
mathias-nielsen/co-doctor-skills
-
Diagnosis.
An important skill, to help agents assist doctors with diagnosising patients.
mathias-nielsen/co-doctor-skills
-
Diagnose Research Agent
A comprehensive skill designed for researching on complex diagnosis problems.
mathias-nielsen/co-doctor-skills
-
Billing
A set of skills to handle billing the patients, government or health insurance.
mathias-nielsen/co-doctor-skills
-
Booking
This skill provides the required tasks needed, in order to interact with the booking system.
mathias-nielsen/co-doctor-skills
-
minimal-example
Example skill demonstrating required structure and best practices.
Use this as a template for creating new skills.
Activates when user mentions example, template, or minimal patterns.
jbabin91/super-claude 2
-
command-creator
Create custom slash commands for Claude Code with proper markdown structure and YAML frontmatter.
Use when: creating commands, generating slash commands, making workflow automations.
Activates for: "create command", "generate command", "new command", "slash command", "make command"
jbabin91/super-claude 2
-
skill-validator
Validate Claude Code skills, commands, agents, hooks, and plugins against specifications.
Checks structure, format, best practices, and common issues before committing or distributing.
Use when: validating skills, checking plugins, linting components, ensuring quality.
Activates for: "validate skill", "check skill", "validate plugin", "lint skill", "verify skill"
jbabin91/super-claude 2
-
plugin-creator
Create complete Claude Code plugins with proper structure including skills, commands, agents, and hooks.
Generates plugin manifests and directory structures for distribution.
Use when: building plugins, creating plugin packages, distributing skills to marketplace.
Activates for: "create plugin", "generate plugin", "new plugin", "plugin package", "make plugin"
jbabin91/super-claude 2
-
hook-creator
Create event hooks for Claude Code that trigger on specific events.
Generate hooks with proper JSON configuration for automating workflows.
Use when: creating hooks, setting up event triggers, automating on file saves or tool calls.
Activates for: "create hook", "generate hook", "new hook", "event hook", "make hook"
jbabin91/super-claude 2
-
agent-creator
Create specialized agents for Claude Code that handle specific tasks autonomously.
Generate agent definitions with proper configuration and best practices.
Use when: creating agents, generating sub-agents, setting up autonomous workflows.
Activates for: "create agent", "generate agent", "new agent", "sub-agent", "make agent"
jbabin91/super-claude 2
-
skill-creator
Create new Claude Code skills with proper structure, validation, and best practices.
Generates skills that follow Anthropic specifications and community patterns.
Use when you need custom skills for specific workflows, either globally or per-project.
jbabin91/super-claude 2
-
research-assessor
Extracts and assesses research methodology, claims, and evidence from research papers in HASS disciplines. Evaluates transparency, replicability, and credibility through systematic extraction of research designs, methods, protocols, claims, and evidence using a six-pass iterative workflow.
saross/llm-reproducibility
-
research-assessor
Extracts and assesses research methodology, claims, evidence, and infrastructure from research papers in HASS disciplines. Evaluates transparency, reproducibility, and credibility through systematic extraction (eight-pass workflow, Pass 0-7) and credibility assessment (research approach classification, quality gating, and repliCATS Seven Signals evaluation adapted for HASS).
saross/llm-reproducibility
-
reflect
End-of-session reflection protocol for llm-reproducibility. This skill should be used when the user invokes /reflect or asks to reflect on this session, do end-of-session reflections, or similar. It guides Claude through updating reflection documents in priority order, answering structured prompts, and maintaining research observation logs.
saross/llm-reproducibility
-
reproduction-assessor
Reproduces computational research papers through systematic Docker-based execution, quantitative verification, and adversarial review. This skill should be used when the user requests reproduction of a paper, verification of computational results, or assessment of reproducibility infrastructure. Handles R analyses with deterministic or stochastic outputs via a 4-session workflow (R-Plan, R-A, R-B, R-C). R-based papers only in v1.0; extension points for Python/Julia documented.
saross/llm-reproducibility
-
template-skill
Replace with description of the skill and when Claude should use it.
ajianaz/skills-collection 1
-
browser
Minimal Chrome DevTools Protocol tools for browser automation and scraping. Use when you need to start Chrome, navigate pages, execute JavaScript, take screenshots, or interactively pick DOM elements.
ajianaz/skills-collection 1
-
svelte-ui-integration
Implement or extend user-facing workflows in SvelteKit applications with full-stack capabilities. Specialized in SvelteKit's load functions, form actions, and progressive enhancement. Use when the feature is primarily a UI/UX change backed by existing APIs, affects only the web frontend, and requires following SvelteKit conventions.
ajianaz/skills-collection 1