Browse Skills

22656 skills found

defense-in-depth.md
0
1 export defense-in-depth
2 arturas-bes from "arturas-bes/kainuguru-api"
3 Use when invalid data causes failures deep in execution, requiring validation at multiple system layers - validates at every layer data passes through to make bugs structurally impossible
2026-01-05
splynx-mysql.md
0
1 export splynx-mysql
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Direct MySQL access to Splynx ISP management database.Use when querying or modifying Splynx tables: customers, leads (category='lead'), services, tariffs, invoices, payments, tickets, network.Faster than REST API for bulk operations. Reference: src/migration/loaders/splynx_mysql/
2026-01-05
data-quality-test-generator.md
0
1 export data-quality-test-generator
2 zazu-22 from "zazu-22/ff_data_analytics"
3 Generate comprehensive dbt test suites following FF Analytics data quality standards and dbt 1.10+ syntax. This skill should be used when creating tests for new dbt models, adding tests to existing models, standardizing test coverage, or implementing data quality gates. Covers grain uniqueness, FK relationships, enum validation, and freshness tests.
2026-01-05
worktree-cleanup.md
0
1 export worktree-cleanup
2 naroga from "naroga/eggsnmilk"
3 Remove a git worktree after agent completes work. Use this after merging a sub-issue PR or on failure to cleanup all associated resources including Docker containers, volumes, and git metadata.
2026-01-05
daisy-ui.md
0
1 export daisy-ui
2 ifont21 from "ifont21/ui-sma2"
3 A Tailwind CSS component library that provides a set of pre-designed UI components. Use for accessible, themed components that match Williamstown SC brand.
2026-01-05
example-projects.md
0
1 export example-projects
2 vanman2024 from "vanman2024/ai-dev-marketplace"
3 Provides three production-ready ML training examples (sentiment classification, text generation, RedAI trade classifier) with complete training scripts, deployment configs, and datasets. Use when user needs example projects, reference implementations, starter templates, or wants to see working code for sentiment analysis, text generation, or financial trade classification.
2026-01-05
atft-pipeline.md
0
1 export atft-pipeline
2 wer-inc from "wer-inc/gogooku3"
3 Manage J-Quants ingestion, feature graph generation, and cache hygiene for the ATFT-GAT-FAN dataset pipeline.
2026-01-05
pr-worker.md
0
1 export pr-worker
2 schmug from "schmug/karkinos"
3 Spawn a Claude worker to address PR feedback, fix CI failures, or continue work on a pull request. Use when a PR needs updates based on review comments or failing checks.
2026-01-05
create-use-case.md
0
1 export create-use-case
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Create a new business use case (Request + UseCase + Test) following TDD workflow. Use when user asks to implement new business logic, domain operations, or create commands/queries. Always follow Red-Green-Refactor cycle.
2026-01-05
session-refiner.md
0
1 export session-refiner
2 amite from "amite/personal-triage-agent"
3 Automatically bridge long technical sessions to keep context window small and costs low. Extracts key technical decisions, resolved bugs, active tasks, and essential code snippets from conversation history into a compact markdown summary (2,000–5,000 tokens). Use when reaching a project phase milestone, when Claude warns the context window is getting full, or to start a fresh session with minimal token cost while maintaining continuity.
2026-01-05
disabler.md
0
1 export disabler
2 shiiman from "shiiman/claude-code-plugins"
3 指定したプラグインを無効化する。「プラグインを無効化」「〇〇をオフにして」「〇〇を無効にして」「プラグインを無効に」「〇〇を止めて」「プラグインをオフに」「〇〇を無効化して」などで起動。claude plugin disable コマンドを使用して無効化。
2026-01-05
integrate-road-network.md
0
1 export integrate-road-network
2 dudusoar from "dudusoar/VRP-Toolkit"
3 Integrate real-world street networks into VRP problems using OpenStreetMap data. Use when loading real map data, creating instances from actual locations, computing network-based distances, or building tutorials with real-world scenarios. Guides through installation, loading areas, extracting nodes, computing distance matrices, and creating PDPTW instances from map data.
2026-01-05
layer-01-motiv.md
0
1 export layer-01-motiv
2 tinkermonkey from "tinkermonkey/documentation_robotics"
3 Expert knowledge for Motivation Layer modeling in Documentation Robotics
2026-01-05
email-resend.md
0
1 export email-resend
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Email sending via Resend API for contact forms and booking requests with locale-aware templates. Use when implementing email notifications, contact form submissions, or transactional emails.
2026-01-05
architecture.md
0
1 export architecture
2 majiayu000 from "majiayu000/claude-skill-registry"
3 分层架构规范 / Architecture and layering rules (v0.3.1)。在设计新组件、修改导入、检查分层时使用。核心约束:cli → flows → data,core 向内不向外。Use when designing components, changing imports, or reviewing layering decisions. Enforces cli/flows/core/data separation.
2026-01-05
backend-dev-guidelines.md
0
1 export backend-dev-guidelines
2 ZeroGravitySkin-Ron from "ZeroGravitySkin-Ron/Claude"
3 Comprehensive backend development guide for Node.js/Express/TypeScript microservices. Use when creating routes, controllers, services, repositories, middleware, or working with Express APIs, Prisma database access, Sentry error tracking, Zod validation, unifiedConfig, dependency injection, or async patterns. Covers layered architecture (routes → controllers → services → repositories), BaseController pattern, error handling, performance monitoring, testing strategies, and migration from legacy patterns.
2026-01-05
agent-api-guide.md
0
1 export agent-api-guide
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Guide for the inter-host agent API system. Use when adding capabilities to hosts, writing handlers, understanding the GC protocol, or debugging agent call issues.
2026-01-05
roadmap-integration.md
0
1 export roadmap-integration
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Standard Operating Procedure for /roadmap usage. Manage product roadmap via GitHub Issues (brainstorm, prioritize, track). Auto-validates features against project vision (from overview.md) before adding to roadmap. Triggers when user runs /roadmap or mentions 'roadmap', 'add feature', 'brainstorm ideas', or 'prioritize features'.
2026-01-05
wsc-entities.md
0
1 export wsc-entities
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Create, validate, and query WSC world entities (polities, agents, regions, forces, locales, holdings). Use when working with entity JSON files, checking entity consistency, or finding entities by type, tag, or relationship.
2026-01-05
py-async-patterns.md
0
1 export py-async-patterns
2 CJHarmath from "CJHarmath/claude-agents-skills"
3 Async/await patterns for FastAPI and SQLAlchemy. Use when working with async code, database sessions, concurrent operations, or debugging async issues in Python.
2026-01-05
research.md
0
1 export research
2 nera0875 from "nera0875/blv_htmx"
3 Documentation and code examples research expert using Exa AI and Context7. Finds official docs, production code examples, technology comparisons, and best practices. Auto-activates when new libraries mentioned or user requests "docs", "examples", "best practices", or technology comparisons.
2026-01-05
plugin-dev.md
0
1 export plugin-dev
2 majiayu000 from "majiayu000/claude-skill-registry"
3 This skill should be used when creating extensions for Claude Code or OpenCode, including plugins, commands, agents, skills, and custom tools. Covers both platforms with format specifications, best practices, and the ai-eng-system build system.
2026-01-05
sveltia-cms.md
0
1 export sveltia-cms
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Complete Sveltia CMS skill for lightweight, Git-backed content management.Sveltia is the modern successor to Decap/Netlify CMS with 5x smaller bundle (300 KB),faster GraphQL-based performance, and solves 260+ predecessor issues.Use this skill when setting up Git-based CMS for static sites (Hugo, Jekyll,11ty, Gatsby, Astro, SvelteKit, Next.js), blogs, documentation sites, marketingsites, or migrating from Decap/Netlify CMS. Framework-agnostic with first-classi18n support and mobile-friendly editing interface.Prevents 8+ common errors including OAuth authentication failures, TOML formattingissues, YAML parse errors, CORS/COOP policy problems, content not listing, scriptloading errors, image upload failures, and deployment problems. Includes completeKeywords: Sveltia CMS, Git-backed CMS, Decap CMS alternative, Netlify CMS alternative, headless CMS, static site CMS, Hugo CMS, Jekyll CMS, 11ty CMS, Gatsby CMS, Astro CMS, SvelteKit CMS, Next.js CMS, content management, visual editing, markdown CMS, YAM
2026-01-05
skill-creator.md
0
1 export skill-creator
2 timequity from "timequity/vibe-coder"
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