Browse Skills

20307 skills found

ai-engineering-guide.md
0
1 export ai-engineering-guide
2 majiayu000 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
nodes-credentials-patterns.md
0
1 export nodes-credentials-patterns
2 majiayu000 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 majiayu000 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 mpazaryna 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
backend-queries.md
0
1 export backend-queries
2 majiayu000 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 el-feo 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 sysylvia 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 bsj-fujimoto 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
deploy.md
0
1 export deploy
2 ChakshuGautam 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
sharepoint-audit.md
0
1 export sharepoint-audit
2 Aqualia 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
migration-guide.md
0
1 export migration-guide
2 astoeffer from "astoeffer/plugin-marketplace"
3 Migrate existing plugins to proper Claude Code format. Use when converting flat skill files, adding missing frontmatter, restructuring plugin directories, or upgrading plugin structure.
2026-01-05
shadcn-aesthetic.md
0
1 export shadcn-aesthetic
2 Dieshen from "Dieshen/claude_marketplace"
3 Modern CSS/SCSS architecture based on shadcn/ui design principles. Use this when generating any CSS, SCSS, or styling code to ensure modern, refined, and accessible design patterns.
2026-01-05
claude-session-migrate.md
0
1 export claude-session-migrate
2 kevintraver from "kevintraver/dotfiles"
3 Migrate Claude Code session storage when directories are moved or renamed. Use when user mentions moving folders, renaming directories, relocating projects, or needs to update Claude session paths after filesystem changes.
2026-01-05
vanilla-rails-hotwire.md
0
1 export vanilla-rails-hotwire
2 ZempTime from "ZempTime/zemptime-marketplace"
3 Use when writing Hotwire (Turbo/Stimulus) code in Rails - enforces dom_id helpers, morph updates, focused Stimulus controllers, and JavaScript private methods
2026-01-05
planning.md
0
1 export planning
2 metjm from "metjm/planning-agent"
3 Expert technical analyst for comprehensive codebase analysis and strategic implementation planning. Use when planning features, designing architecture, analyzing complex tasks, or when you need a detailed plan.md before implementation.
2026-01-05
backend-development.md
0
1 export backend-development
2 untangledfinance from "untangledfinance/untangled-web"
3 Build robust backend systems with modern technologies (Node.js, Python, Go, Rust), frameworks (NestJS, FastAPI, Django), databases (PostgreSQL, MongoDB, Redis), APIs (REST, GraphQL, gRPC), authentication (OAuth 2.1, JWT), testing strategies, security best practices (OWASP Top 10), performance optimization, scalability patterns (microservices, caching, sharding), DevOps practices (Docker, Kubernetes, CI/CD), and monitoring. Use when designing APIs, implementing authentication, optimizing database queries, setting up CI/CD pipelines, handling security vulnerabilities, building microservices, or developing production-ready backend systems.
2026-01-05
backend-api.md
0
1 export backend-api
2 pdovhomilja from "pdovhomilja/dovhomilja-cz"
3 Design and implement RESTful API endpoints following REST principles with clear resource-based URLs and appropriate HTTP methods. Use this skill when creating API routes, defining API endpoints, implementing HTTP request handlers, working on route files (routes.ts, route.ts, api/*, controllers/*, handlers/*), building REST APIs, designing API versioning strategies, setting up query parameters for filtering and pagination, implementing rate limiting, or returning appropriate HTTP status codes. Apply this skill when structuring backend API architecture, creating new API endpoints, refactoring existing endpoints, or reviewing API design for consistency and best practices.
2026-01-05
code-patterns.md
0
1 export code-patterns
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Enforce consistent implementation patterns across the codebase. Use when reviewing code, fixing inconsistencies, or implementing new features to ensure they follow established patterns.
2026-01-05
mcpkit-guide.md
0
1 export mcpkit-guide
2 Sunalamye from "Sunalamye/MCPKit"
3 Guide for using MCPKit Swift package to build MCP (Model Context Protocol) tool servers. Use when creating new MCP servers, defining tools, or integrating MCP into Swift projects.
2026-01-05
plugin-author.md
0
1 export plugin-author
2 eli0shin from "eli0shin/.dotfiles"
3 Guide for creating, configuring, and distributing Claude Code plugins with hooks, skills, commands, and MCP servers. Use when user asks to create a plugin, set up hooks, add plugin functionality, create a marketplace, or distribute custom Claude Code extensions.
2026-01-05
claudekit-updater.md
0
1 export claudekit-updater
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Update ClaudeKit Engineer projects to the latest version. Capabilities include update single projects (safe mode with test branches), batch update multiple projects, find all ClaudeKit projects in home directory, verify updates with automated checks, preserve user settings and code, create timestamped backups, handle git workflows (branch, commit, merge), and rollback if needed. Use when user wants to update ClaudeKit framework, upgrade to latest version, apply new features/skills/commands, or maintain multiple ClaudeKit projects.
2026-01-05
containerization.md
0
1 export containerization
2 pluginagentmarketplace from "pluginagentmarketplace/custom-plugin-data-engineer"
3 Docker, Kubernetes, and container orchestration for data applications
2026-01-05
git-release.md
0
1 export git-release
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Git 项目版本发布自动化工具。支持语义化版本号升级 (major/minor/patch),基于 Angular commit 规范自动生成 CHANGELOG,创建 git tag 并推送到远程仓库。触发关键词:- "发布版本"、"升级版本"、"更新版本"、"版本发布"、"发新版"- "更新版本并提交"、"升级并提交"、"发布并推送"- "bump version"、"release"、"new release"- "打tag"、"创建发布"、"创建tag"- "大版本更新"、"小版本更新"、"补丁版本"- "major release"、"minor release"、"patch release"
2026-01-05
firebase.md
0
1 export firebase
2 MemoryReload from "MemoryReload/mySkillConfigs"
3 Google's mobile and web application development platform.
2026-01-05