Browse Skills
22656 skills found
skill-creator.md
0
1
export
skill-creator
2
from
"TakSung/python-katas"
from
"TakSung/python-katas"
3
Claude 스킬을 생성하고 작성하는 것을 도와줍니다. 새로운 스킬 만들기, 스킬 작성 가이드, 베스트 프랙티스 적용 등의 키워드에 반응합니다.
2026-01-05
markdown-adrs.md
0
1
export
markdown-adrs
2
from
"madskilling/madskills"
from
"madskilling/madskills"
3
Create and maintain MADR-format Architectural Decision Records in Markdown under `docs/decisions`. Use when the user wants to document important decisions.
2026-01-05
database-migrations.md
0
1
export
database-migrations
2
from
"matt-riley/mjrwtf"
from
"matt-riley/mjrwtf"
3
Create, apply, and rollback goose migrations for SQLite using the embedded migrate tool.
2026-01-05
thesys-generative-ui.md
0
1
export
thesys-generative-ui
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Production-ready skill for integrating TheSys C1 Generative UI API into React applications. This skill should be used when building AI-powered interfaces that stream interactive components (forms, charts, tables) instead of plain text responses. Covers complete integration patterns for Vite+React, Next.js, and Cloudflare Workers with OpenAI, Anthropic Claude, and Cloudflare Workers AI. Includes tool calling with Zod schemas, theming, thread management, and production deployment. Prevents 12+ common integration errors and provides working templates for chat interfaces, data visualization, and dynamic forms. Use this skill when implementing conversational UIs, AI assistants, search interfaces, or any application requiring real-time generative user interfaces with streaming LLM responses.Keywords: TheSys C1, TheSys Generative UI, @thesysai/genui-sdk, generative UI, AI UI, streaming UI components, interactive components, AI forms, AI charts, AI tables, conversational UI, AI assistants UI, React generative UI, V
2026-01-05
ai-anti-patterns.md
0
1
export
ai-anti-patterns
2
from
"edwinhu/workflows"
from
"edwinhu/workflows"
3
This skill should be used when reviewing AI-generated text, checking for AI writing patterns, detecting undisclosed AI content, or before finalizing any written content. Covers 12 categories of AI writing indicators from Wikipedia's comprehensive guide.
2026-01-05
code-review-assistant.md
0
1
export
code-review-assistant
2
from
"fusionet24/AISkills"
from
"fusionet24/AISkills"
3
Activates when reviewing code to identify quality issues, security vulnerabilities, and suggest improvements
2026-01-05
uimatch-compare.md
0
1
export
uimatch-compare
2
from
"kosaki08/uimatch"
from
"kosaki08/uimatch"
3
Run a single-shot visual comparison between a Figma design node and an implementation URL (local app, Storybook iframe, or deployed page) using @uimatch/cli, then read the generated report to explain design fidelity and quality gate status. Use this skill when the user wants to check whether one specific UI component or page matches its Figma design or debug a particular mismatch.
2026-01-05
julien-infra-hostinger-core.md
0
1
export
julien-infra-hostinger-core
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Core server management for Hostinger VPS srv759970 - SSH access, system status, maintenance tasks, and disk space reclamation. Use for any server operation, connection issues, or maintenance tasks.
2026-01-05
skill-creator.md
0
1
export
skill-creator
2
from
"tylermorganme/bgf"
from
"tylermorganme/bgf"
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
verbalized-sampling.md
0
1
export
verbalized-sampling
2
from
"glnds/claude-config"
from
"glnds/claude-config"
3
Prompt engineering technique to overcome mode collapse in LLM responses by generating multiple answers with probabilities. Use when you want to see alternative responses beyond the top-ranked answer, explore the full distribution of possible responses, discover unexpected solutions, or understand the probability range of different answers. Particularly useful for creative tasks, complex decision-making, brainstorming, and situations where conventional top-ranked answers may be limiting.
2026-01-05
rag-wrapper.md
0
1
export
rag-wrapper
2
from
"mindmorass/reflex"
from
"mindmorass/reflex"
3
Patterns for wrapping any agent with RAG context from ChromaDB. Use to add persistent memory to imported or external agents.
2026-01-05
global-coding-style.md
0
1
export
global-coding-style
2
from
"devmatrix-ai/devmatrix-mvp"
from
"devmatrix-ai/devmatrix-mvp"
3
Write clean, consistent, maintainable code following established naming conventions, formatting standards, and the DRY principle across all files in the codebase. Use this skill when writing or refactoring any code file regardless of language or framework to ensure consistent style. Use this skill when naming variables, functions, classes, and files, when formatting code with proper indentation, when creating small focused functions, or when removing dead code and unused imports. Use this skill for Python files, JavaScript/TypeScript files, CSS files, configuration files, or any programming language file. Use this skill when establishing code formatting standards with tools like Prettier, ESLint, Black, or RuboCop, or when applying the DRY principle to eliminate code duplication.
2026-01-05
backend-migrations.md
0
1
export
backend-migrations
2
from
"Software-Design-Club/todo-app"
from
"Software-Design-Club/todo-app"
3
Create and manage database migrations with reversible changes, zero-downtime deployments, and proper version control practices. Use this skill when creating database migration files, schema change scripts, or any files that modify database structure. Use this when writing migration files with up/down methods, implementing rollback strategies, creating or modifying database tables, adding or removing columns, creating indexes, or handling data migrations separately from schema changes. Use this when working on files in migration directories like db/migrate/, migrations/, or database/migrations/, or when modifying schema definition files.
2026-01-05
container-registry-setup.md
0
1
export
container-registry-setup
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Эксперт по container registry. Используй для настройки ECR, Harbor, Docker Hub, image security и CI/CD интеграции.
2026-01-05
translation-sync.md
0
1
export
translation-sync
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Expert assistant for managing Finnish/English content translations in the KR92 Bible Voice project. Use when syncing topic translations, managing translation cache, validating translation completeness, or importing/exporting CSV translations.
2026-01-05
abp-framework-patterns.md
0
1
export
abp-framework-patterns
2
from
"thapaliyabikendra/ai-artifacts"
from
"thapaliyabikendra/ai-artifacts"
3
Master ABP Framework patterns including repository pattern, unit of work, domain services, application services, authorization, multi-tenancy, background jobs, and distributed events. Use when: (1) building ABP-based applications with DDD architecture, (2) creating CRUD services with Entity, AppService, DTOs, validators, (3) handling authorization/permissions, (4) generating ABP module code.
2026-01-05
vault-context.md
0
1
export
vault-context
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Understand vault organization, weekly writing pipeline (Mon-Sun stages), file conventions, and Make commands. Use when working with vault files, daily notes, blog posts, projects, or referencing vault structure and workflows.
2026-01-05
csv-data-auditor.md
0
1
export
csv-data-auditor
2
from
"aig787/agpm"
from
"aig787/agpm"
3
Validate and audit CSV data for quality, consistency, and completeness. Use when you need to check CSV files for data issues, missing values, or format inconsistencies.
2026-01-05
moai-cc-mcp-builder.md
0
1
export
moai-cc-mcp-builder
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
AI-powered enterprise MCP (Model Context Protocol) server development orchestrator with Context7 integration, intelligent code generation, automated architecture design, and enterprise-grade server deployment patterns for advanced LLM service integration
2026-01-05
web-search.md
0
1
export
web-search
2
from
"0xKahi/dotfiles"
from
"0xKahi/dotfiles"
3
search the web for information when user explicitly requests web searches, by identifying the nature of the request and delegating to appropriate subagents (@code-researcher for documentation/code examples, @web-researcher for general information)
2026-01-05
skill-gemini-file-search-tool.md
0
1
export
skill-gemini-file-search-tool
2
from
"dnvriend/gemini-file-search-tool"
from
"dnvriend/gemini-file-search-tool"
3
Manage Gemini RAG stores with Code-RAG support
2026-01-05
pytest-test-generator.md
0
1
export
pytest-test-generator
2
from
"gptprojectmanager/liquidations"
from
"gptprojectmanager/liquidations"
3
Generate pytest test templates for UTXOracle modules following TDD patterns. Automatically creates RED phase tests with async fixtures, coverage markers, and integration test stubs.
2026-01-05
integracao-odoo.md
0
1
export
integracao-odoo
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Skill para CRIAR novas integracoes com Odoo. Cobre lancamento de CTes, despesas extras e documentos fiscais seguindo o processo de 16 etapas. Use quando precisar IMPLEMENTAR novos fluxos de lancamento ou MODIFICAR existentes. Para CONSULTAS use a skill rastreando-odoo.
2026-01-05
fvtt-data-storage.md
0
1
export
fvtt-data-storage
2
from
"ImproperSubset/hh-agentics"
from
"ImproperSubset/hh-agentics"
3
This skill should be used when choosing between flags, settings, or files for data storage, implementing document flags, registering module settings, handling file uploads, or migrating data between storage types. Covers namespacing, scope types, and performance optimization.
2026-01-05