Browse Skills

44655 skills found

pillbox-pattern.md
0
1 export pillbox-pattern
2 majiayu000 from "majiayu000/claude-skill-registry"
3 User interface pattern. When Claude needs to create an editable text region that contains inline pills or tokens, along with the ability to add them using a mention menu.
2026-01-05
ai-optimization.md
0
1 export ai-optimization
2 reedom from "reedom/claude-code-commands"
3 Optimize input context for AI consumption using context engineering principles. Use when: (1) User wants to optimize content for AI/Claude explicitly, (2) User invokes with --foryou flag.
2026-01-05
llm-context.md
0
1 export llm-context
2 motlin from "motlin/claude-code-plugins"
3 Guidelines for working with LLM context stored in the .llm/ directory.
2026-01-05
vs-coverage-check.md
0
1 export vs-coverage-check
2 tikazyq from "tikazyq/agentic-spec-forge"
3 检查每个US是否有对应的VS,生成覆盖率报告和修复建议。当设计文档创建后、CONSTRAINT验收前使用,避免US→VS覆盖率<100%导致验收失败。
2026-01-05
gitea.md
0
1 export gitea
2 ETeissonniere from "ETeissonniere/dotfiles"
3 Gitea operations via tea CLI. Use when user mentions: gitea, tea, or when git remote shows a Gitea instance.
2026-01-05
build-pipeline.md
0
1 export build-pipeline
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Execute complete build pipeline with dead code detection, formatting, linting, type checking, testing, and production build. Use when the user mentions building, running the full pipeline, checking code quality, or preparing for deployment. Auto-triggers on phrases like "build the project", "run all checks", "prepare for production", or "validate code quality".
2026-01-05
openiddict-authorization.md
0
1 export openiddict-authorization
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Master OAuth 2.0 authorization patterns with OpenIddict and ABP Framework including permission-based authorization, role-based access control, custom claims, and multi-tenant security. Use when implementing authentication/authorization for ABP applications.
2026-01-05
kubernetes-patterns.md
0
1 export kubernetes-patterns
2 randalmurphal from "randalmurphal/claude-config"
3 Kubernetes deployment patterns including Deployments, Services, Ingress, ConfigMaps, Secrets, resource management, health checks, and horizontal pod autoscaling. Covers kubectl commands, YAML manifests, and GitOps workflows. Use when deploying to Kubernetes, managing containers, setting up services, or troubleshooting pod issues.
2026-01-05
data-analysis.md
0
1 export data-analysis
2 w2112515 from "w2112515/exo-protocol"
3 分析结构化数据并生成统计报告和可视化建议
2026-01-05
knowledge-management.md
0
1 export knowledge-management
2 fumierecedric from "fumierecedric/Tesa_System"
3 Manages a local knowledge base for storing, retrieving, updating, and organizing structured knowledge entries about methodologies, client systems, tools, and other topics with zero hallucinations
2026-01-05
arcgis-utility-networks.md
0
1 export arcgis-utility-networks
2 SaschaBrunnerCH from "SaschaBrunnerCH/arcgis-maps-sdk-js-ai-context"
3 Work with ArcGIS Utility Networks for modeling and analyzing connected infrastructure. Use for network tracing, associations, and utility asset management.
2026-01-05
architecture-guardian.md
0
1 export architecture-guardian
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Review architecture decisions and code changes against documented architecture principles. Use this skill before implementing new features or refactoring existing code to ensure compliance with layer boundaries, separation of concerns, and design patterns. Should be invoked when user requests "architecture review" or before making significant changes.
2026-01-05
azure-ai-services-expert.md
0
1 export azure-ai-services-expert
2 frankxai from "frankxai/ai-architect"
3 Build AI applications on Azure using Azure OpenAI, Cognitive Services, and ML services with enterprise patterns
2026-01-05
exercise-designer.md
0
1 export exercise-designer
2 khanaleema from "khanaleema/PhysicalAI-Book"
3 Designs deliberate practice exercises applying evidence-based learning strategies like retrievalpractice, spaced repetition, and interleaving. Activate when educators need varied exercise types(fill-in-blank, debug-this, build-from-scratch, extend-code, AI-collaborative) targeting learningobjectives with appropriate difficulty progression. Creates exercise sets that apply cognitivescience principles to maximize retention and skill development. Use when designing practiceactivities for Python concepts, creating homework assignments, generating problem sets, orevaluating exercise quality.
2026-01-05
my-indexer.md
0
1 export my-indexer
2 enviodev from "enviodev/envio-plugins"
3 This skill should be used when the user asks to "migrate from subgraph", "convert subgraph to hyperindex", "migrate from thegraph", "port subgraph", "convert subgraph handlers", "migrate assemblyscript to typescript", or mentions TheGraph, subgraph migration, subgraph.yaml conversion, or converting from TheGraph to Envio. For core HyperIndex development patterns, refer to the hyperindex-development skill.
2026-01-05
test-mcp-connector.md
0
1 export test-mcp-connector
2 majiayu000 from "majiayu000/claude-skill-registry"
3 ONLY trigger this skill when the user EXPLICITLY asks for MCP-based testing:**Required triggers (ALL must mention "MCP" explicitly):**- "test connector with mcp"- "test mcp connector"- "test [provider] with mcp"- "use mcp to test [provider]"- "run mcp connector test"- "mcp test for [provider]"**DO NOT trigger for:**- Generic "test the connector" requests (use stackone run / test_actions instead)- "test [provider]" without explicit MCP mention- Regular validation or testing requests- Any testing that doesn't explicitly mention MCPThis skill builds a REAL agent with Claude Agent SDK that sends natural language prompts to evaluate if action descriptions are agent-friendly. It's more intensive than regular testing and should only be used when explicitly requested.
2026-01-05
scaffold-analysis.md
0
1 export scaffold-analysis
2 tikazyq from "tikazyq/agentic-spec-forge"
3 识别项目技术栈、测试框架和环境依赖,为 Compile ExecSpec 提供基础上下文。当需要编译 ExecSpec 前,识别项目类型(Node/Python/Go)、测试框架(Jest/Pytest/RSpec)、环境变量依赖(dotenv/os.getenv)时使用。
2026-01-05
just.md
0
1 export just
2 majiayu000 from "majiayu000/claude-skill-registry"
3 just is a handy command runner for saving and running project-specific commands. Features include recipe parameters, .env file loading, shell completion, cross-platform support, and recipes in arbitrary languages. This skill is triggered when the user says things like "create a justfile", "write a just recipe", "run just commands", "set up project automation with just", "understand justfile syntax", or "add a task to the justfile".
2026-01-05
forge-lang-python.md
0
1 export forge-lang-python
2 martimramos from "martimramos/claude-forge"
3 Python development standards including pytest, ruff, black, and mypy. Use when working with Python files, tests, or dependencies.
2026-01-05
nextjs.md
0
1 export nextjs
2 gavanduffy from "gavanduffy/better-chat-bot"
3 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.
2026-01-05
guideline-library-usage.md
0
1 export guideline-library-usage
2 negi524 from "negi524/dotfiles"
3 ライブラリ選定、既存ライブラリの活用、自前実装を避けるべき場面のガイド。機能実装、ユーティリティ作成、新機能追加の際に自動参照し、適切なライブラリ使用を促す。
2026-01-05
webapp-testing.md
0
1 export webapp-testing
2 timbuchinger from "timbuchinger/loadout"
3 Toolkit for interacting with and testing local web applications using Playwright. Supports verifying frontend functionality, debugging UI behavior, capturing browser screenshots, and viewing browser logs.
2026-01-05
stan-fundamentals.md
0
1 export stan-fundamentals
2 choxos from "choxos/BayesianAgent"
3 Foundational knowledge for writing Stan 2.37 models including program structure, type system, distributions, and best practices. Use when creating or reviewing Stan models.
2026-01-05
slide-gen-content.md
0
1 export slide-gen-content
2 davistroy from "davistroy/slide-generator"
3 AI-powered content drafting, quality analysis, and optimization for presentation slides. Generates titles, bullets, speaker notes, and graphics descriptions.
2026-01-05