Browse Skills
2649 skills found
spec-kit-feedback.md
2
1
export
spec-kit-feedback
2
from
"pradeepmouli/spec-kit-extensions"
from
"pradeepmouli/spec-kit-extensions"
3
Capture workflow usage data for spec-kit optimization. Auto-activates when:(1) completing a spec-kit workflow (/speckit.review, final commit),(2) encountering friction or confusion during workflows,(3) user mentions issues with prompts or templates,(4) workflow deviates from expected quality gates.Reminds to export chat logs and tracks patterns for feedback.
2026-01-05
bd-email.md
2
1
export
bd-email
2
from
"mattforni/dotfiles"
from
"mattforni/dotfiles"
3
Craft Business Development emails for RYLLC fractional CTO consultancy. Handles warm reconnects, job posting outreach, rejection follow-ups, VC intros, and custom BD scenarios. Uses established templates and project voice.
2026-01-05
git-commit.md
2
1
export
git-commit
2
from
"jbuckmccready/dotfiles"
from
"jbuckmccready/dotfiles"
3
MUST use when committing changes to a git repository, contains guidelines for creating git commit messages
2026-01-05
code-review.md
2
1
export
code-review
2
from
"letta-ai/letta-code-action"
from
"letta-ai/letta-code-action"
3
Skill for handling PR code reviews. Use when triggered by a PR review comment, review request, or when asked to review code changes. Provides workflow for reading review comments, understanding feedback, and iterating on changes.
2026-01-05
review-pr.md
2
1
export
review-pr
2
from
"sakuro/dotfiles"
from
"sakuro/dotfiles"
3
Reviews a GitHub pull request. Use when the user wants to review a PR, get feedback on changes, or check code quality.
2026-01-05
github-authenticator.md
2
1
export
github-authenticator
2
from
"EdanStarfire/claudecode_webui"
from
"EdanStarfire/claudecode_webui"
3
Verify and troubleshoot GitHub CLI authentication. Use when gh commands fail with auth errors or when setting up GitHub integration for the first time.
2026-01-05
github-ecosystem.md
2
1
export
github-ecosystem
2
from
"zircote/.claude"
from
"zircote/.claude"
3
Generate comprehensive GitHub ecosystem configuration including CI/CD workflows, issue templates, PR templates, CODEOWNERS, dependabot, and Copilot instructions. Language-agnostic with Python, Go, and TypeScript support. Auto-detects project language from pyproject.toml, go.mod, or package.json. Use when setting up GitHub repos, adding CI/CD pipelines, creating issue/PR templates, configuring dependabot, adding CODEOWNERS, setting up Copilot instructions, or enhancing existing projects with GitHub tooling. Works on new or existing repositories with smart merging.
2026-01-05
design-qa.md
2
1
export
design-qa
2
from
"mevans2120/design-suite-claude-skills"
from
"mevans2120/design-suite-claude-skills"
3
Reviews finished and in-progress digital products to assess adherence to design specifications and discover potential issues with those specifications. Validates implementation against design intent, identifies visual and interaction discrepancies, and provides actionable feedback for design and engineering teams.
2026-01-05
skill-creator.md
2
1
export
skill-creator
2
from
"mk0e/devskills"
from
"mk0e/devskills"
3
Guide for creating effective skills for AI coding agents. Use when creating a new skill or updating an existing skill that extends agent capabilities with specialized knowledge, workflows, or tool integrations.
2026-01-05
committer.md
2
1
export
committer
2
from
"muryoimpl/dotfiles"
from
"muryoimpl/dotfiles"
3
Git コミットの作成を支援する。以下の場合に発動: (1) ユーザーが /commit と入力した時、(2) コード変更が完了しコミットが適切と判断した時、(3) ユーザーがコミットを依頼した時。変更内容を分析し、適切なコミットメッセージを生成してコミットを作成する。
2026-01-05
fosmvvm-serverrequest-generator.md
2
1
export
fosmvvm-serverrequest-generator
2
from
"foscomputerservices/FOSUtilities"
from
"foscomputerservices/FOSUtilities"
3
Generate ServerRequest types for client-server communication in FOSMVVM. Use when implementing any operation that talks to the server - CRUD operations, data sync, actions, etc. ServerRequest is THE way clients communicate with servers.
2026-01-05
workflow.md
2
1
export
workflow
2
from
"sbusso/claude-system"
from
"sbusso/claude-system"
3
Enforces development phases. Triggers on implement, build, create, fix, refactor.
2026-01-05
instruction-writer.md
2
1
export
instruction-writer
2
from
"appaquet/dotfiles"
from
"appaquet/dotfiles"
3
Write and optimize instructions for Claude Code (skills, slash commands, memory files, CLAUDE.md). **ALWAYS use before creating or modifying any CLAUDE.md file, SKILL.md file, command file, or instruction documentation.** Triggers when writing skill descriptions, optimizing prompts for clarity/token efficiency, or when user mentions "write a skill", "create a command", "optimize instructions", or "improve this prompt".
2026-01-05
rpg-toolkit-development.md
2
1
export
rpg-toolkit-development
2
from
"KirkDiggler/rpg-toolkit"
from
"KirkDiggler/rpg-toolkit"
3
Use this skill when working on rpg-toolkit codebase - provides architecture patterns, testing guidelines, error handling, and D&D 5e combat mechanics knowledge
2026-01-05
speculator-orchestration.md
2
1
export
speculator-orchestration
2
from
"wbeard/speculator"
from
"wbeard/speculator"
3
Multi-agent task orchestration using the spec CLI. Guides agents on claiming tasks, parallel execution, blocking, and coordination. Use when working with multiple agents, claiming tasks, or managing parallel work.
2026-01-05
ship-cli.md
2
1
export
ship-cli
2
from
"EduSantosBrito/ship-cli"
from
"EduSantosBrito/ship-cli"
3
Work management system replacing built-in todos with tracked tasks and stacked changes
2026-01-05
blueprint.md
2
1
export
blueprint
2
from
"KwakYounHo/blueprint"
from
"KwakYounHo/blueprint"
3
Provides unified CLI access for Blueprint framework - gate validation, document templates, FrontMatter schemas, worker handoffs, constitutions, and worker registry.
2026-01-05
tmdb-integration.md
2
1
export
tmdb-integration
2
from
"giolaq/Multi-TV-dev-power"
from
"giolaq/Multi-TV-dev-power"
3
TMDB (The Movie Database) API integration for React Native TV streaming apps. Use when users need help with movie/TV show data, poster images, search functionality, trending content, video trailers from TMDB, API authentication, rate limiting, or TypeScript types for TMDB responses.
2026-01-05
global-coding-style.md
2
1
export
global-coding-style
2
from
"adigunners/adigunners.github.io"
from
"adigunners/adigunners.github.io"
3
Coding style standards enforced by Prettier and ESLint. Use this skill when writing JavaScript, HTML, CSS, or JSON to ensure consistent formatting, naming conventions, and code quality. Apply when creating new files, refactoring code, or ensuring adherence to automated formatting rules.
2026-01-05
claude-code-analyzer.md
2
1
export
claude-code-analyzer
2
from
"modille/dotfiles"
from
"modille/dotfiles"
3
Analyzes Claude Code usage patterns and provides comprehensive recommendations. Runs usage analysis, discovers GitHub community resources, suggests CLAUDE.md improvements, and fetches latest docs on-demand. Use when user wants to optimize their Claude Code workflow, create configurations (agents/skills/commands), or set up project documentation.
2026-01-05
mxcp-expert.md
2
1
export
mxcp-expert
2
from
"raw-labs/raw-labs-claude-marketplace"
from
"raw-labs/raw-labs-claude-marketplace"
3
Expert guidance for building production MCP servers using MXCP (Model Context Protocol eXtension Platform), an enterprise framework with SQL and Python endpoints, security, testing, and deployment. Use when: (1) Creating or initializing MXCP projects or MCP servers, (2) Building MCP tools, resources, or prompts, (3) Configuring endpoints, authentication, or policies, (4) Testing, validating, or debugging MXCP applications, or any task involving MXCP or MCP server development.
2026-01-05
feature-prfix.md
2
1
export
feature-prfix
2
from
"escarti/agentDevPrompts"
from
"escarti/agentDevPrompts"
3
Use when addressing PR review comments - REQUIRES TodoWrite first (Iron Law), then follows structured 7-step workflow to assess comment validity with feature-research, distinguish bugs from style preferences, and fix valid issues or refute invalid ones with evidence
2026-01-05
clean-git-history.md
2
1
export
clean-git-history
2
from
"anandthakker/dotfiles"
from
"anandthakker/dotfiles"
3
Reimplement a branch with a clean, narrative-quality git commit history suitable for reviewer comprehension. Use when asked to: rewrite git history for PR review, make commits more logical/reviewable, prepare messy work for a pull request.
2026-01-05
adapter-assistant.md
2
1
export
adapter-assistant
2
from
"refractionPOINT/documentation"
from
"refractionPOINT/documentation"
3
Complete adapter lifecycle assistant for LimaCharlie. Supports External Adapters (cloud-managed), Cloud Sensors (SaaS/cloud integrations), and On-prem USP adapters. Dynamically researches adapter types from local docs and GitHub usp-adapters repo. Creates, validates, deploys, and troubleshoots adapter configurations. Handles parsing rules (Grok, regex), field mappings, credential setup, and multi-adapter configs. Use when setting up new data sources (Okta, S3, Azure Event Hub, syslog, webhook, etc.), troubleshooting ingestion issues, or managing adapter deployments.
2026-01-05