Topic: skills
17,247 skills in this topic.
-
jira-ticket-generator
Jira Ticket Generator - Auto-activating skill for Enterprise Workflows.
Triggers on: jira ticket generator, jira ticket generator
Part of the Enterprise Workflows skill category.
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
jira-workflow-creator
Jira Workflow Creator - Auto-activating skill for Enterprise Workflows.
Triggers on: jira workflow creator, jira workflow creator
Part of the Enterprise Workflows skill category.
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
kpi-dashboard-template
Kpi Dashboard Template - Auto-activating skill for Enterprise Workflows.
Triggers on: kpi dashboard template, kpi dashboard template
Part of the Enterprise Workflows skill category.
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
linear-issue-generator
Linear Issue Generator - Auto-activating skill for Enterprise Workflows.
Triggers on: linear issue generator, linear issue generator
Part of the Enterprise Workflows skill category.
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
okr-tracker-creator
Okr Tracker Creator - Auto-activating skill for Enterprise Workflows.
Triggers on: okr tracker creator, okr tracker creator
Part of the Enterprise Workflows skill category.
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
risk-assessment-creator
Risk Assessment Creator - Auto-activating skill for Enterprise Workflows.
Triggers on: risk assessment creator, risk assessment creator
Part of the Enterprise Workflows skill category.
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
roadmap-generator
Roadmap Generator - Auto-activating skill for Enterprise Workflows.
Triggers on: roadmap generator, roadmap generator
Part of the Enterprise Workflows skill category.
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
sla-monitor-setup
Sla Monitor Setup - Auto-activating skill for Enterprise Workflows.
Triggers on: sla monitor setup, sla monitor setup
Part of the Enterprise Workflows skill category.
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
sprint-planning-helper
Sprint Planning Helper - Auto-activating skill for Enterprise Workflows.
Triggers on: sprint planning helper, sprint planning helper
Part of the Enterprise Workflows skill category.
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
stakeholder-communication-template
Stakeholder Communication Template - Auto-activating skill for Enterprise Workflows.
Triggers on: stakeholder communication template, stakeholder communication template
Part of the Enterprise Workflows skill category.
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
status-report-generator
Status Report Generator - Auto-activating skill for Enterprise Workflows.
Triggers on: status report generator, status report generator
Part of the Enterprise Workflows skill category.
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
user-story-generator
User Story Generator - Auto-activating skill for Enterprise Workflows.
Triggers on: user story generator, user story generator
Part of the Enterprise Workflows skill category.
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
payload
Use when working with Payload projects (payload.config.ts, collections, fields, hooks, access control, Payload API). Use when debugging validation errors, security issues, relationship queries, transactions, or hook behavior.
payloadcms/skills 53
-
cdrf-expert
Expert guidance for Django REST Framework class-based views using Classy DRF (https://www.cdrf.co). Use when selecting or debugging APIView, GenericAPIView, concrete generic views, mixin combinations, or ViewSet/GenericViewSet/ModelViewSet behavior; tracing method resolution order (MRO); understanding which method to override (`create` vs `perform_create`, `update` vs `perform_update`, `destroy` vs `perform_destroy`, `get_queryset`, `get_serializer_class`); and comparing behavior across DRF versions. Do not use for function-based views, GraphQL, FastAPI/Flask, frontend work, or non-DRF backend frameworks.
vintasoftware/django-ai-plugins 37
-
django-celery-expert
Expert Django Celery guidance for asynchronous task processing. Use when designing background tasks, configuring Celery workers, handling task retries and errors, optimizing Celery performance, implementing periodic tasks with Celery Beat, or setting up production monitoring for Celery. Do not use for general Django questions unrelated to Celery, non-Celery task systems (Django Q, Huey, RQ), ML/data pipeline orchestration (Airflow, Prefect), or frontend and API-only concerns. Follows Vinta's Django Celery best practices.
vintasoftware/django-ai-plugins 37
-
django-expert
Expert Django backend development guidance. Use when creating Django models, views, serializers, or APIs; debugging ORM queries or migrations; optimizing database performance; implementing authentication; writing tests; or working with Django REST Framework. Follows Django best practices and modern patterns.
vintasoftware/django-ai-plugins 37
-
git-ops
Safe git operations including commits, branches, merges, worktrees, and conflict resolution. Use when user wants to commit and push changes, manage branches, resolve conflicts, or create isolated workspaces. Activates when user says "commit", "push", "merge", "branch", "pull", "rebase", "worktree", "conflict", or similar git workflow requests.
TheSethRose/Copilot-Skills 4
-
math-olympiad
Solve competition math problems (IMO, Putnam, USAMO, AIME) with adversarial verification that catches the errors self-verification misses. Activates when asked to 'solve this IMO problem', 'prove this olympiad inequality', 'verify this competition proof', 'find a counterexample', 'is this proof correct', or for any problem with 'IMO', 'Putnam', 'USAMO', 'olympiad', or 'competition math' in it. Uses pure reasoning (no tools) — then a fresh-context adversarial verifier attacks the proof using specific failure patterns, not generic 'check logic'. Outputs calibrated confidence — will say 'no confident solution' rather than bluff. If LaTeX is available, produces a clean PDF after verification passes.
anthropics/claude-plugins-official 15,664
-
build-mcp-app
This skill should be used when the user wants to build an "MCP app", add "interactive UI" or "widgets" to an MCP server, "render components in chat", build "MCP UI resources", make a tool that shows a "form", "picker", "dashboard" or "confirmation dialog" inline in the conversation, or mentions "apps SDK" in the context of MCP. Use AFTER the build-mcp-server skill has settled the deployment model, or when the user already knows they want UI widgets.
anthropics/claude-plugins-official 15,664
-
build-mcp-server
This skill should be used when the user asks to "build an MCP server", "create an MCP", "make an MCP integration", "wrap an API for Claude", "expose tools to Claude", "make an MCP app", or discusses building something with the Model Context Protocol. It is the entry point for MCP server development — it interrogates the user about their use case, determines the right deployment model (remote HTTP, MCPB, local stdio), picks a tool-design pattern, and hands off to specialized skills.
anthropics/claude-plugins-official 15,664
-
build-mcpb
This skill should be used when the user wants to "package an MCP server", "bundle an MCP", "make an MCPB", "ship a local MCP server", "distribute a local MCP", discusses ".mcpb files", mentions bundling a Node or Python runtime with their MCP server, or needs an MCP server that interacts with the local filesystem, desktop apps, or OS and must be installable without the user having Node/Python set up.
anthropics/claude-plugins-official 15,664
-
agent-development
This skill should be used when the user asks to "create an agent", "add an agent", "write a subagent", "agent frontmatter", "when to use description", "agent examples", "agent tools", "agent colors", "autonomous agent", or needs guidance on agent structure, system prompts, triggering conditions, or agent development best practices for Claude Code plugins.
anthropics/claude-plugins-official 15,664
-
command-development
This skill should be used when the user asks to "create a slash command", "add a command", "write a custom command", "define command arguments", "use command frontmatter", "organize commands", "create command with file references", "interactive command", "use AskUserQuestion in command", or needs guidance on slash command structure, YAML frontmatter fields, dynamic arguments, bash execution in commands, user interaction patterns, or command development best practices for Claude Code.
anthropics/claude-plugins-official 15,664
-
hook-development
This skill should be used when the user asks to "create a hook", "add a PreToolUse/PostToolUse/Stop hook", "validate tool use", "implement prompt-based hooks", "use ${CLAUDE_PLUGIN_ROOT}", "set up event-driven automation", "block dangerous commands", or mentions hook events (PreToolUse, PostToolUse, Stop, SubagentStop, SessionStart, SessionEnd, UserPromptSubmit, PreCompact, Notification). Provides comprehensive guidance for creating and implementing Claude Code plugin hooks with focus on advanced prompt-based hooks API.
anthropics/claude-plugins-official 15,664