Browse Skills
18175 skills found
mcp-builder.md
2
1
export
mcp-builder
2
from
"ChuDiRen/AI-agent-testing-platform"
from
"ChuDiRen/AI-agent-testing-platform"
3
MCP(Model Context Protocol)服务器开发指南。当用户需要开发 MCP 服务器、创建 LLM 工具集成、或构建 AI 代理与外部服务交互的接口时使用。
2026-01-05
koan-entity-first.md
2
1
export
koan-entity-first
2
from
"sylin-org/koan-framework"
from
"sylin-org/koan-framework"
3
Entity<T> patterns, GUID v7 auto-generation, static methods vs manual repositories
2026-01-05
auth-module-builder.md
2
1
export
auth-module-builder
2
from
"patricio0312rev/skillset"
from
"patricio0312rev/skillset"
3
Implements secure authentication patterns including login/registration, session management, JWT tokens, password hashing, cookie settings, and CSRF protection. Provides auth routes, middleware, security configurations, and threat model documentation. Use when building "authentication", "login system", "JWT auth", or "session management".
2026-01-05
artifact-sbom-publisher.md
2
1
export
artifact-sbom-publisher
2
from
"patricio0312rev/skillset"
from
"patricio0312rev/skillset"
3
Produces build artifacts with Software Bill of Materials (SBOM) and supply chain metadata for security and compliance. Use for "artifact publishing", "SBOM generation", "supply chain security", or "build provenance".
2026-01-05
creating-kubernetes-deployments.md
2
1
export
creating-kubernetes-deployments
2
from
"jeremylongshore/claude-code-plugins-nixtla"
from
"jeremylongshore/claude-code-plugins-nixtla"
3
This skill enables Claude to generate Kubernetes deployment manifests, services, and related configurations following best practices. It should be used when the user asks to create a new Kubernetes deployment, service, ingress, or other related resources. Claude will generate YAML files for Deployments, Services, ConfigMaps, Secrets, Ingress, and Horizontal Pod Autoscalers. Use this skill when the user mentions "Kubernetes deployment", "K8s deployment", "create service", "define ingress", or asks for a manifest for any K8s resource.
2026-01-05
cpp-oop-fundamentals.md
2
1
export
cpp-oop-fundamentals
2
from
"pluginagentmarketplace/custom-plugin-cpp-developer"
from
"pluginagentmarketplace/custom-plugin-cpp-developer"
3
Comprehensive guide to Object-Oriented Programming in C++. Covers classes, constructors, destructors, encapsulation, and member functions. Use when designing classes or teaching OOP principles.
2026-01-05
agent-lifecycle-management.md
2
1
export
agent-lifecycle-management
2
from
"daishiman/AIWorkflowOrchestrator"
from
"daishiman/AIWorkflowOrchestrator"
3
Agent lifecycle management specialist skill. Ensures continuous quality through startup, execution, state management, shutdown, versioning, and maintenance.• The Pragmatic Programmer (Andrew Hunt, David Thomas) / Apply: Lifecycle management and maintenance strategies / Purpose: Practical agent operations and versioning philosophyTrigger: Use when designing agent initialization strategies, implementing agent state management mechanisms, developing agent versioning strategies, planning agent maintenance, implementing agent shutdown and cleanup, coordinating multi-agent system lifecycles. initialization, state management, versioning, maintenance, shutdown, cleanup, monitoring, logging
2026-01-05
api-design.md
2
1
export
api-design
2
from
"cosmix/claude-code-setup"
from
"cosmix/claude-code-setup"
3
Designs RESTful APIs, GraphQL schemas, and RPC interfaces following best practices for consistency, usability, and scalability. Trigger keywords: api design, rest api, graphql, openapi, swagger, endpoint, schema design.
2026-01-05
component-aesthetic-checker.md
2
1
export
component-aesthetic-checker
2
from
"hirefrank/hirefrank-marketplace"
from
"hirefrank/hirefrank-marketplace"
3
Validates shadcn/ui component customization depth, ensuring components aren't used with default props and checking for consistent design system implementation across Tanstack Start applications
2026-01-05
mvp-builder.md
2
1
export
mvp-builder
2
from
"daffy0208/ai-dev-standards"
from
"daffy0208/ai-dev-standards"
3
Rapid MVP development and feature prioritization for fast product validation. Use when building minimum viable products, prioritizing features, validating ideas quickly, or when users need to ship products fast while avoiding over-engineering.
2026-01-05
preview-environments-builder.md
2
1
export
preview-environments-builder
2
from
"patricio0312rev/skillset"
from
"patricio0312rev/skillset"
3
Creates ephemeral preview deployments for each pull request with automatic deployment, unique URLs, and cleanup on PR close. Use for "preview deployments", "PR environments", "ephemeral environments", or "review apps".
2026-01-05
decomp-fixup.md
2
1
export
decomp-fixup
2
from
"itsgrimetime/melee-decomp"
from
"itsgrimetime/melee-decomp"
3
Fix build issues for matched functions in the Melee decompilation project. Use this skill when builds are failing due to header mismatches, signature issues, or caller updates needed after a function has been matched. Invoked with /decomp-fixup [function_name] or automatically when diagnosing build failures.
2026-01-05
data-seeding-fixtures-builder.md
2
1
export
data-seeding-fixtures-builder
2
from
"patricio0312rev/skillset"
from
"patricio0312rev/skillset"
3
Generates deterministic seed data for development and testing with factory functions, realistic fixtures, and database reset scripts. Use for "data seeding", "test fixtures", "database seeding", or "mock data generation".
2026-01-05
brainstorming.md
2
1
export
brainstorming
2
from
"cipherstash/cipherpowers"
from
"cipherstash/cipherpowers"
3
Use when creating or developing, before writing code or implementation plans - refines rough ideas into fully-formed designs through collaborative questioning, alternative exploration, and incremental validation. Don't use during clear 'mechanical' processes
2026-01-05
claude-skill-creator.md
2
1
export
claude-skill-creator
2
from
"ManuelKugelmann/BitBot"
from
"ManuelKugelmann/BitBot"
3
Guide for creating effective skills. This skill should be used when users want to create a new skill (or update an existing skill) that extends Claude's capabilities with specialized knowledge, workflows, or tool integrations.
2026-01-05
running-integration-tests.md
2
1
export
running-integration-tests
2
from
"jeremylongshore/claude-code-plugins-nixtla"
from
"jeremylongshore/claude-code-plugins-nixtla"
3
This skill enables Claude to run and manage integration test suites. It automates environment setup, database seeding, service orchestration, and cleanup. Use this skill when the user asks to "run integration tests", "execute integration tests", or any command that implies running integration tests for a project, including specifying particular test suites or options like code coverage. It is triggered by phrases such as "/run-integration", "/rit", or requests mentioning "integration tests". The plugin handles database creation, migrations, seeding, and dependent service management.
2026-01-05
building-recommendation-systems.md
2
1
export
building-recommendation-systems
2
from
"jeremylongshore/claude-code-plugins-nixtla"
from
"jeremylongshore/claude-code-plugins-nixtla"
3
This skill empowers Claude to construct recommendation systems using collaborative filtering, content-based filtering, or hybrid approaches. It analyzes user preferences, item features, and interaction data to generate personalized recommendations. Use this skill when the user requests to build a recommendation engine, needs help with collaborative filtering, wants to implement content-based filtering, or seeks to rank items based on relevance for a specific user or group of users. It is triggered by requests involving "recommendations", "collaborative filtering", "content-based filtering", "ranking items", or "building a recommender".
2026-01-05
brainstorming-ideas-into-designs.md
2
1
export
brainstorming-ideas-into-designs
2
from
"robertpelloni/workspace"
from
"robertpelloni/workspace"
3
Interactive idea refinement using Socratic method to develop fully-formed designs
2026-01-05
pptx.md
2
1
export
pptx
2
from
"Bbeierle12/Skill-MCP-Claude"
from
"Bbeierle12/Skill-MCP-Claude"
3
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
2026-01-05
fosmvvm-viewmodel-generator.md
2
1
export
fosmvvm-viewmodel-generator
2
from
"foscomputerservices/FOSUtilities"
from
"foscomputerservices/FOSUtilities"
3
Generate FOSMVVM ViewModels - the bridge between server-side data and client-side Views. Use when creating new screens, pages, components, or any UI that displays data.
2026-01-05
spelling-grammar-checker.md
2
1
export
spelling-grammar-checker
2
from
"warpcode/dotfiles"
from
"warpcode/dotfiles"
3
Analyze documentation, UI strings, comments, and user-facing text for spelling, grammar, clarity, and style. Scope: validation reports with severity, location, original/corrected text, rationale; external tooling recommendations. Triggers: "check spelling", "grammar", "proofread", "review text", "validate documentation".
2026-01-05
brokle-domain-architecture.md
2
1
export
brokle-domain-architecture
2
from
"brokle-ai/brokle"
from
"brokle-ai/brokle"
3
Use this skill when working with Brokle's domain-driven architecture, including creating new domains, modifying domain entities, designing cross-domain interactions, refactoring domain boundaries, or implementing complex domain logic. This is a specialized architectural skill.
2026-01-05
performing-security-code-review.md
2
1
export
performing-security-code-review
2
from
"jeremylongshore/claude-code-plugins-nixtla"
from
"jeremylongshore/claude-code-plugins-nixtla"
3
This skill enables Claude to conduct a security-focused code review using the security-agent plugin. It analyzes code for potential vulnerabilities like SQL injection, XSS, authentication flaws, and insecure dependencies. Claude uses this skill when the user explicitly requests a security audit, asks for a code review with a focus on security, or mentions security concerns related to code. The security-agent plugin then provides structured security findings with severity ratings, code locations, impact assessments, and remediation guidance.
2026-01-05
graphql-schema-generator.md
2
1
export
graphql-schema-generator
2
from
"Dexploarer/hyper-forge"
from
"Dexploarer/hyper-forge"
3
Generates GraphQL schemas with type definitions, resolvers, queries, mutations, and subscriptions. Use when building GraphQL APIs.
2026-01-05