Browse Skills

44915 skills found

zod-extract.md
0
1 export zod-extract
2 cerico from "cerico/macfair"
3 Find inline Zod schemas and move them to validations/ directory
2026-01-05
dotfiles-config.md
0
1 export dotfiles-config
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Use when editing ANY configuration file in this dotfiles repository. Ensures files are edited in the repo (not symlinks), identifies correct file locations, and tracks the repository structure.
2026-01-05
molecule-init.md
0
1 export molecule-init
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Initialize Molecule testing framework for Ansible roles with Docker-based TDD setup. Use when creating new Ansible roles, setting up molecule scenarios, or when user asks to initialize molecule testing.
2026-01-05
operating-production-services.md
0
1 export operating-production-services
2 Asmayaseen from "Asmayaseen/hackathon-2"
3 SRE patterns for production service reliability: SLOs, error budgets, postmortems, and incident response.Use when defining reliability targets, writing postmortems, implementing SLO alerting, or establishingon-call practices. NOT for initial service development (use scaffolding skills instead).
2026-01-05
payload-collections.md
0
1 export payload-collections
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Use when designing, creating, or modifying Payload CMS collections in db.sb - covers field patterns, relationships, hooks, access control, and how collections map to Nouns in the business-as-code system
2026-01-05
openrewrite.md
0
1 export openrewrite
2 motlin from "motlin/claude-code-plugins"
3 OpenRewrite recipe development and test maintenance. Use when writing OpenRewrite recipes, fixing test failures, or working with import ordering in recipe tests.
2026-01-05
security.md
0
1 export security
2 YosrBennagra from "YosrBennagra/3SC"
3 Apply security practices for the .NET 8 WPF widget host app: authN/authZ, secrets, encryption at rest, and secure local storage. Use when handling credentials, tokens, user data, or integrating identity providers.
2026-01-05
competitive-research-brightdata.md
0
1 export competitive-research-brightdata
2 SeanECurrie from "SeanECurrie/MaiaLearningResearch"
3 Enterprise-grade company research, competitive analysis, and market intelligence using Bright Data's professional web scraping and search capabilities. Use this skill when asked to research companies, conduct competitive analysis, create market reports, analyze industries, compare products/services, or gather business intelligence. Triggers include requests like "research [company]", "competitive analysis of X vs Y", "create a market report", "analyze the [industry] landscape", or "compare [products/companies]".
2026-01-05
moai-library-toon.md
0
1 export moai-library-toon
2 majiayu000 from "majiayu000/claude-skill-registry"
3 TOON Format Specialist - Token-efficient data encoding for LLM communication optimized per TOON Spec v2.0
2026-01-05
integration-helpers.md
0
1 export integration-helpers
2 vanman2024 from "vanman2024/ai-dev-marketplace"
3 Integration templates for FastAPI endpoints, Next.js UI components, and Supabase schemas for ML model deployment. Use when deploying ML models, creating inference APIs, building ML prediction UIs, designing ML database schemas, integrating trained models with applications, or when user mentions FastAPI ML endpoints, prediction forms, model serving, ML API deployment, inference integration, or production ML deployment.
2026-01-05
design-system-implementation.md
0
1 export design-system-implementation
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Build or update frontend components and pages that strictly adhere to the project design system defined in design/design-system.json (and design/design.json when present).
2026-01-05
skill-analyzer.md
0
1 export skill-analyzer
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Analyzes project requirements in CLAUDE.md and identifies relevant skills from SkillOS library. Populates the "Available Skills" section with indexed skills and usage guidance, and the "Missing Skills" section with project-specific skills that should be created. Use this after project-context-generator creates the initial CLAUDE.md, or when project requirements change and skill selection needs updating.
2026-01-05
trpc-docs.md
0
1 export trpc-docs
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Query and manage local tRPC documentation mirror (25 docs). Search tRPC topics for end-to-end typesafe APIs, routers, procedures, React Query integration, and Next.js setup. Use when implementing tRPC features or answering tRPC-related questions. (user)
2026-01-05
astro-i18n.md
0
1 export astro-i18n
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Internationalization patterns for Astro sites. Multi-language routing, content translation, locale switching, RTL support. Use for multi-market lead generation.
2026-01-05
skill-finder.md
0
1 export skill-finder
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Full-featured Agent Skills management: Search 35+ skills, install locally, star favorites, update from sources. Supports tag search (#azure #bicep), category filtering, and similar skill recommendations.
2026-01-05
testing-patterns.md
0
1 export testing-patterns
2 emvnuel from "emvnuel/SKILL.md"
3 REST integration testing patterns with JUnit 5, Mockito, RestAssured. Use when writing integration tests that mock external dependencies, use Testcontainers/H2 for databases, and test endpoints with raw JSON bodies.
2026-01-05
google-adk.md
0
1 export google-adk
2 cuba6112 from "cuba6112/researchagent"
3 Guide for building AI agents with Google ADK (Agent Development Kit). Use when creating multi-agent pipelines, implementing conditional agent branching, designing agent tools with FunctionTool, or debugging agent data flow issues. Covers SequentialAgent, LoopAgent, ParallelAgent patterns, session.state management, output_key chaining, and transfer_to_agent for control flow. Essential for understanding non-obvious ADK behaviors like why SequentialAgent runs ALL agents even after rejection.
2026-01-05
webpack-config-builder.md
0
1 export webpack-config-builder
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Generate Webpack configuration files for bundling JavaScript/TypeScript applications with loaders, plugins, and optimization settings. Triggers on "create webpack config", "generate webpack configuration", "webpack setup for", "bundle config".
2026-01-05
policyengine-api.md
0
1 export policyengine-api
2 PolicyEngine from "PolicyEngine/policyengine-claude"
3 PolicyEngine API - Flask REST service powering policyengine.org and programmatic access
2026-01-05
repomix-package-builder.md
0
1 export repomix-package-builder
2 paunchygent from "paunchygent/skriptoteket"
3 Create targeted repomix XML packages for AI code analysis. Suggests templates (metadata-flow, code-review, architecture, context) and file patterns based on task objectives. See reference.md for detailed workflows and patterns.
2026-01-05
backend-core.md
0
1 export backend-core
2 timequity from "timequity/vibe-coder"
3 Language-agnostic backend patterns: API design, authentication, security, databases.Use when: designing APIs, implementing auth, securing endpoints, modeling data.Triggers: "api design", "rest api", "graphql", "authentication", "jwt", "oauth","security", "owasp", "database schema", "migrations", "sql".
2026-01-05
web-qa-exploration.md
0
1 export web-qa-exploration
2 bryonjacob from "bryonjacob/aug"
3 Perform exploratory QA testing on web applications using Playwright. Navigate flows, analyze pages, find issues, and generate actionable reports with evidence.
2026-01-05
checkvist.md
0
1 export checkvist
2 kappa from "kappa/checkvist-cli"
3 Manage Checkvist tasks, checklists, and notes using checkvist-cli. Use when the user wants to work with Checkvist.com data, including viewing/creating/updating checklists, hierarchical tasks, or task notes.
2026-01-05
obsidian-worklog.md
0
1 export obsidian-worklog
2 clempat from "clempat/nix-config"
3 Ensures project worklogs and documentation are written to an Obsidian vault with proper naming conventions
2026-01-05