Browse Skills
44915 skills found
doc-convert-pandoc.md
0
1
export
doc-convert-pandoc
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Pandocでドキュメント変換(md→docx/pptx等)を自動化する。納品形式の変換が必要な時に使う。
2026-01-05
software-architect.md
0
1
export
software-architect
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Expert software architecture guidance for system design, design patterns, architectural decisions, code reviews, scalability planning, and technical leadership. Use when discussing architecture, design patterns, system design, refactoring, technical decisions, or code structure.
2026-01-05
constitutional-compliance.md
0
1
export
constitutional-compliance
2
from
"kelleysd-apps/sdd-agentic-framework"
from
"kelleysd-apps/sdd-agentic-framework"
3
Validate constitutional compliance for specifications, plans, tasks, code, and operationsusing the SDD Framework Constitution v1.5.0 (14 principles). Use when checking if workfollows constitutional requirements or executing compliance validation.This skill provides guidance on applying all 14 constitutional principles and runningautomated compliance checks. It ensures all work adheres to immutable, critical, andstandard principles governing architecture, quality, workflow, and safety.Triggered by: User request for "constitutional check", "compliance validation","does this follow the constitution?", or before major milestones (commit, PR, release).
2026-01-05
frontend-design.md
0
1
export
frontend-design
2
from
"Alfredo-Sandoval/prismatica"
from
"Alfredo-Sandoval/prismatica"
3
Create distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.
2026-01-05
webapp-testing.md
0
1
export
webapp-testing
2
from
"JoaquinCampo/codex-skills"
from
"JoaquinCampo/codex-skills"
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
firebase-testing.md
0
1
export
firebase-testing
2
from
"janisto/fastify-playground"
from
"janisto/fastify-playground"
3
Guide for testing Firebase Admin SDK with Vitest mocks. Use when writing tests that involve Firebase Auth, Firestore, or Firebase App.
2026-01-05
ai-engineering-guide.md
0
1
export
ai-engineering-guide
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Practical guide for building production ML systems based on Chip Huyen's AI Engineering book. Use when users ask about model evaluation, deployment strategies, monitoring, data pipelines, feature engineering, cost optimization, or MLOps. Covers metrics, A/B testing, serving patterns, drift detection, and production best practices.
2026-01-05
onboarding-ms.md
0
1
export
onboarding-ms
2
from
"semicolon-devteam/sax-ms"
from
"semicolon-devteam/sax-ms"
3
마이크로서비스 개발자 온보딩 실습 (SAX-MS 패키지 전용). Use when (1) sax-core/skill:onboarding에서 호출,(2) 마이크로서비스 개발자 온보딩 실습 필요 시. 마이크로서비스 설계 및 개발 워크플로우 체험.
2026-01-05
klipper.md
0
1
export
klipper
2
from
"MasonRhodesDev/dotfiles"
from
"MasonRhodesDev/dotfiles"
3
Manage Klipper 3D printer configuration and troubleshooting. Use when working with Ender 3 V2 Klipper configs, analyzing printer logs, modifying printer.cfg, or troubleshooting print issues.
2026-01-05
nodes-credentials-patterns.md
0
1
export
nodes-credentials-patterns
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Implement n8n credential types including API key, OAuth2, and header-based authentication patterns. Use this skill when creating *.credentials.ts files, implementing ICredentialType interfaces, configuring OAuth2 flows, setting up credential testing, injecting authentication headers, or following credential security best practices. Apply when building any n8n node that requires API authentication, token management, or secure credential handling.
2026-01-05
write-route.md
0
1
export
write-route
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Write routes following the Epic architecture patterns. Use when creating HTTP endpoints for behaviors, webhooks, or streaming. Triggers on "create a route", "add a webhook", or "write a route for".
2026-01-05
project-moc-generator.md
0
1
export
project-moc-generator
2
from
"mpazaryna/rss-agent"
from
"mpazaryna/rss-agent"
3
Generates comprehensive Map of Content (MOC) documentation for software projects using standard markdown links, analyzing current implementation state from codebase and devlog notes
2026-01-05
rag-optimization.md
0
1
export
rag-optimization
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
RAG 파이프라인 최적화 스킬. 검색 품질, 리랭킹, 쿼리 확장, 하이브리드 검색 관련 작업에서 자동으로 활성화됩니다. retrieval, rerank, embedding, vector search, semantic search 키워드에 반응합니다.
2026-01-05
mcp-workflow-composition.md
0
1
export
mcp-workflow-composition
2
from
"j0KZ/mcp-agents"
from
"j0KZ/mcp-agents"
3
Teaches effective composition of multiple @j0kz MCP tools into cohesive workflows using MCPPipeline and orchestrator-mcp, including dependency management, error handling strategies, and pre-built w...
2026-01-05
market-brief.md
0
1
export
market-brief
2
from
"dceoy/financial-market-analyst"
from
"dceoy/financial-market-analyst"
3
Create a 24-hour tactical market brief from the latest macro and financial news, covering equities, commodities, and macro/FX. Use when asked for a market brief, daily/24h outlook, short-term drivers, or a structured multi-asset summary with JST timestamps and strict short-line formatting.
2026-01-05
backend-queries.md
0
1
export
backend-queries
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Write optimized and secure database queries using parameterized queries, eager loading, and proper indexing strategies. Use this skill when writing database queries, constructing SQL statements, using ORM query methods, implementing data fetching logic, preventing SQL injection attacks, optimizing query performance, avoiding N+1 query problems, selecting specific columns instead of all data, implementing transactions for related operations, setting query timeouts, caching expensive queries, or working with WHERE clauses, JOINs, and ORDER BY statements. Apply this skill when fetching data from databases, optimizing slow queries, refactoring data access code, or reviewing query security and performance.
2026-01-05
cucumber-gherkin.md
0
1
export
cucumber-gherkin
2
from
"el-feo/ai-context"
from
"el-feo/ai-context"
3
Comprehensive BDD testing with Cucumber and Gherkin syntax. Use when writing feature files (.feature), step definitions, hooks, or implementing Behaviour-Driven Development. Covers Gherkin keywords (Feature, Scenario, Given/When/Then, Background, Scenario Outline, Rule), step definition patterns for Ruby/JavaScript/Java/Python, hooks (Before/After/BeforeAll/AfterAll), tags, data tables, doc strings, and best practices. Triggers on cucumber, gherkin, BDD, feature files, step definitions, acceptance testing, executable specifications.
2026-01-05
recommendation-letters.md
0
1
export
recommendation-letters
2
from
"sysylvia/ssylvia-website"
from
"sysylvia/ssylvia-website"
3
Generate high-quality recommendation letters for graduate school (MS/PhD), academic positions (faculty/postdoc), and industry/government/NGO roles. Uses template-based approach with context-aware customization. USE WHEN user says 'write recommendation letter', 'letter of recommendation', 'reference letter', or requests academic/professional recommendations.
2026-01-05
react-code-review.md
0
1
export
react-code-review
2
from
"bsj-fujimoto/next"
from
"bsj-fujimoto/next"
3
Review React/TypeScript code against established coding guidelines. Use when reviewing React components, performing code audits, checking for React best practices, anti-patterns, performance issues, or when the user asks to review React code, check code quality, or audit React implementation.
2026-01-05
sequelize-models.md
0
1
export
sequelize-models
2
from
"francanete/fran-marketplace"
from
"francanete/fran-marketplace"
3
Sequelize ORM model definition patterns and best practices for PostgreSQL. Use when defining models, setting up associations, configuring validations, or optimizing Sequelize usage.
2026-01-05
deploy.md
0
1
export
deploy
2
from
"ChakshuGautam/games"
from
"ChakshuGautam/games"
3
Enforces local testing before any deployment. MUST be used before running vercel, git push, or any deployment command. Prevents deploying untested code.
2026-01-05
education-verification.md
0
1
export
education-verification
2
from
"babdulhakim2/scolo-app"
from
"babdulhakim2/scolo-app"
3
Verify educational credentials, degrees, and academic history
2026-01-05
unit-test-writing.md
0
1
export
unit-test-writing
2
from
"boetro/dotclaude"
from
"boetro/dotclaude"
3
This skill should be used when the user asks to "write tests", "add unit tests", "create test cases", "test this function", "add test coverage", or discusses testing strategies and test implementation.
2026-01-05
sharepoint-audit.md
0
1
export
sharepoint-audit
2
from
"Aqualia/Skills-Library"
from
"Aqualia/Skills-Library"
3
Guide and run a SharePoint audit locally. Collect inputs, confirm PowerShell 7.4+ and Python 3.10+ are available, call PowerShell with certificate auth via wrapper, parse audit.json, and render Markdown/HTML. Use only local shell commands.
2026-01-05