Agent Skills
Instruction packs that give your AI agent know-how. Three different kinds — pick the right one below.
✦ Standalone skills2,933
Self-contained. Install one into any project and it works on its own — no other software needed.
🧰 Tool add-ons726
Come bundled with a specific tool and only work together with it — they teach your agent how to operate that tool.
create-github-issues-feature-from-implementation-plan
✓★ 36,200by github
Create GitHub Issues automatically from implementation plan phases. Analyzes implementation plan files to identify phases and generates one issue per phase Uses feature_request.yml or chore_request.yml templates, with fallback to default issue format Checks for existing issues before creation to avoid duplicates, and updates existing issues when needed Includes phase details, requirements, and context in issue descriptions with appropriate labels
ai-ready
✓★ 36,200by github
Make any repo AI-ready — analyzes your codebase and generates AGENTS.md, copilot-instructions.md, CI workflows, issue templates, and more. Mines your PR review…
lsp-setup
✓★ 36,200by github
Enable code intelligence (go-to-definition, find-references, hover, type info) for any programming language by installing and configuring an LSP server for…
remember
✓★ 36,200by github
Persistent, domain-organized memory system that captures lessons learned across VS Code projects. Stores reusable knowledge in two scopes: global (all projects) or workspace-specific, automatically organizing learnings by domain Uses simple syntax ( /remember [>domain [scope]] lesson ) to transform debugging sessions and hard-won discoveries into searchable memory instructions Automatically discovers existing memory domains and intelligently categorizes new learnings, creating domain files...
lbo-model
✓★ 33,000by anthropic
This skill should be used when completing LBO (Leveraged Buyout) model templates in Excel for private equity transactions, deal materials, or investment…
audit-xls
✓★ 33,000by anthropic
Audit a spreadsheet for formula accuracy, errors, and common mistakes. Scopes to a selected range, a single sheet, or the entire model (including…
audit-xls
✓★ 33,000by anthropic
Audit a spreadsheet for formula accuracy, errors, and common mistakes. Scopes to a selected range, a single sheet, or the entire model (including…
clean-data-xls
✓★ 33,000by anthropic
Clean up messy spreadsheet data — trim whitespace, fix inconsistent casing, convert numbers-stored-as-text, standardize dates, remove duplicates, and flag…
clean-data-xls
✓★ 33,000by anthropic
Clean up messy spreadsheet data — trim whitespace, fix inconsistent casing, convert numbers-stored-as-text, standardize dates, remove duplicates, and flag…
initiating-coverage
✓★ 33,000by anthropic
Create institutional-quality equity research initiation reports through a 5-task workflow. Tasks must be executed individually with verified prerequisites -…
initiating-coverage
✓★ 33,000by anthropic
Create institutional-quality equity research initiation reports through a 5-task workflow. Tasks must be executed individually with verified prerequisites -…
lbo-model
✓★ 33,000by anthropic
This skill should be used when completing LBO (Leveraged Buyout) model templates in Excel for private equity transactions, deal materials, or investment…
plugin-structure
✓★ 31,500by anthropic
Standardized directory structure and manifest configuration for Claude Code plugins with automatic component discovery. Conventional layout with auto-discovery: commands, agents, skills, and hooks load automatically from standard directories without explicit registration Manifest-driven configuration in .claude-plugin/plugin.json supporting metadata, custom component paths, and optional MCP server definitions Portable path references using ${CLAUDE_PLUGIN_ROOT} environment variable for all...
claude-md-improver
✓★ 31,500by anthropic
Audit and improve CLAUDE.md files in repositories. Use when user asks to check, audit, update, improve, or fix CLAUDE.md files. Scans for all CLAUDE.md files,…
claude-md-improver
✓★ 31,500by anthropic
Audit and improve CLAUDE.md files to optimize Claude Code's project context. Discovers all CLAUDE.md variants (project root, local overrides, package-specific, global defaults) and evaluates each against a quality rubric covering commands, architecture clarity, patterns, conciseness, currency, and actionability Outputs a detailed quality report with file-by-file scores and specific improvement recommendations before making any changes Applies targeted, minimal updates only after user...
mcp-integration
✓★ 31,500by anthropic
Integrate external services into Claude Code plugins via Model Context Protocol servers with four connection types. Supports four server types: stdio for local processes, SSE for OAuth-enabled hosted services, HTTP for REST APIs with token auth, and WebSocket for real-time bidirectional communication Configure MCP servers in dedicated .mcp.json file or inline in plugin.json with environment variable expansion and automatic tool discovery Tools are automatically namespaced and prefixed;...
gpt-5-4-prompting
✓★ 23,600by openai
Internal guidance for composing Codex and GPT-5.4 prompts for coding, review, diagnosis, and research tasks inside the Codex Claude Code plugin
skill-creator
✓★ 23,200by openai
Comprehensive guide for creating modular skills that extend Codex's specialized capabilities. Skills are self-contained folders with a required SKILL.md file and optional bundled resources (scripts, references, assets) that provide domain expertise, workflows, and tool integrations Follow progressive disclosure: metadata always in context, SKILL.md body loaded on trigger, bundled resources loaded as needed to minimize context bloat Six-step creation process: understand concrete examples,...
imagegen
✓★ 23,200by openai
Generate or edit images via OpenAI's API with a bundled CLI for deterministic, reproducible runs. Supports three workflows: generate new images, edit existing images (inpainting, masking, background replacement, object removal), and batch runs across multiple prompts or variants Defaults to gpt-image-1.5 and requires OPENAI_API_KEY for live API calls; uses the bundled scripts/image_gen.py CLI for all operations Includes a structured decision tree and prompt augmentation template to classify...
jupyter-notebook
✓★ 23,200by openai
Create and scaffold Jupyter notebooks for experiments and tutorials with bundled templates. Two notebook kinds: experiment for exploratory analysis and hypothesis-driven work, tutorial for instructional step-by-step content Helper script new_notebook.py generates clean notebooks from templates, avoiding manual JSON authoring Workflow emphasizes small, focused code cells paired with markdown explanations, with reference guides for experiment patterns, tutorial structure, and safe editing of...
sentry
✓★ 23,200by openai
Read-only Sentry API queries for production error inspection and health summaries. Requires SENTRY_AUTH_TOKEN with read-only scopes ( project:read , event:read , org:read ); supports optional org, project, and base URL environment variables Core commands: list unresolved issues, fetch issue details, retrieve events for an issue, and inspect individual event data with automatic PII redaction Defaults to 24-hour time range, production environment, and 20-result limit (max 50); supports...
screenshot
✓★ 23,200by openai
OS-level desktop and window screenshot capture with flexible save locations and region selection. Supports full-screen, app/window, active-window, and pixel-region captures across macOS, Linux, and Windows Automatically routes to OS default screenshot location, user-specified paths, or temp directory based on context Includes platform-specific helpers (Python for macOS/Linux, PowerShell for Windows) with preflight permission checks on macOS to reduce repeated sandbox prompts Prioritizes...
gh-address-comments
✓★ 23,200by openai
Locate and address review comments on GitHub PRs using gh CLI with user-guided workflows. Fetches all comments and review threads from the open PR for the current branch, displaying them with summaries of required fixes Requires gh CLI authentication with elevated permissions (workflow/repo scopes); prompts re-authentication if rate limits or auth errors occur mid-run Presents numbered comment list to user for selection, then applies fixes to chosen comments Handles sandboxing constraints by...
gh-fix-ci
✓★ 23,200by openai
Debug and fix failing GitHub Actions checks in pull requests using gh CLI inspection and log analysis. Inspects PR checks via GitHub CLI, fetches GitHub Actions logs, and summarizes failure context with actionable log snippets Requires prior gh authentication with repo and workflow scopes; verifies status before proceeding Drafts a fix plan (using create-plan skill if available, otherwise inline) and implements only after explicit user approval Treats external CI providers (Buildkite, etc.)...
linear
✓★ 23,200by openai
Manage Linear issues, projects, and team workflows with structured MCP integration. Provides 20+ tools across issue management, project planning, documentation search, and team collaboration Supports eight practical workflows including sprint planning, bug triage, workload balancing, release planning, and retrospectives Requires Linear MCP server setup with OAuth authentication; includes Windows/WSL configuration guidance Executes operations in logical batches: read first for context, then...
notion-spec-to-implementation
✓★ 23,200by openai
Convert Notion specs into linked implementation plans, tasks, and progress tracking. Automates the workflow from spec discovery through task creation: search and fetch specs, parse requirements, generate implementation plans, and create tracked tasks in Notion. Includes templates for quick vs. full implementation plans, task creation patterns, and progress update cadences to match project scope. Provides reference guides for requirement extraction, task sizing (1–2 day chunks), dependency...
by openai
PDF reading, creation, and validation with visual rendering and programmatic generation. Render PDF pages to PNG for visual inspection of layout, spacing, and typography before delivery using Poppler ( pdftoppm ) Generate PDFs programmatically with reportlab for reliable formatting; extract text and metadata with pdfplumber or pypdf Enforce quality standards: no clipped text, overlapping elements, broken tables, or rendering artifacts; ASCII hyphens only, human-readable citations Use...
roadmap-update
✓★ 22,300by anthropic
Update, create, or reprioritize your product roadmap. Use when adding a new initiative and deciding what moves to make room, shifting priorities after new…
build-zoom-bot
✓★ 22,300by anthropic
Build a Zoom meeting bot, recorder, or real-time media workflow. Use when joining meetings programmatically, processing live media or transcripts, or combining…
build-zoom-meeting-app
✓★ 22,300by anthropic
Build or embed a Zoom meeting flow. Use when implementing Meeting SDK joins, web or mobile meeting embeds, meeting lifecycle flows, or when deciding between…