Browse Skills

44656 skills found

documentation.md
0
1 export documentation
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Documentation creation and modification rules (docs/develop/ design documents, abstraction principles, structure). Use when creating documentation, updating design documents, writing architecture docs, asking about documentation structure, design principles, or working with files in docs/develop/.
2026-01-05
create-agent.md
0
1 export create-agent
2 jpoutrin from "jpoutrin/product-forge"
3 Create a new Claude Code agent with proper YAML frontmatter structure. Use when the user wants to add a specialized agent to a plugin. Handles agent file creation with name, description, tools, model selection, and color configuration.
2026-01-05
career-biographer.md
0
1 export career-biographer
2 majiayu000 from "majiayu000/claude-skill-registry"
3 AI-powered career biographer that conducts empathetic interviews, extracts structured career narratives, and transforms professional stories into portfolios, CVs, and personal brand assets. This skill should be used when users want to document their career journey, create professional portfolios, generate CVs, or craft compelling career narratives.
2026-01-05
value-based-methods.md
0
1 export value-based-methods
2 tachyon-beep from "tachyon-beep/hamlet"
3 Master DQN, Double DQN, Dueling DQN, Rainbow - value-based methods for discrete actions
2026-01-05
lint-typecheck.md
0
1 export lint-typecheck
2 AppleLamps from "AppleLamps/web-term"
3 Run ESLint and TypeScript type checking on the frontend codebase. Use when user mentions "lint", "type check", "check code", "eslint", "tsc", or before committing changes.
2026-01-05
terraphim-hooks.md
0
1 export terraphim-hooks
2 terraphim from "terraphim/codex-skills"
3 Knowledge graph-based text replacement using Terraphim hooks.Intercepts commands and text to apply transformations defined in the knowledge graph.Works with Claude Code PreToolUse hooks and Git prepare-commit-msg hooks.
2026-01-05
spec-interview.md
0
1 export spec-interview
2 cfircoo from "cfircoo/claude-code-toolkit"
3 Interviews users to build comprehensive project specifications. Use when starting a new project, feature, or when user needs help defining requirements through guided discovery.
2026-01-05
cloudwatch-alarm-creator.md
0
1 export cloudwatch-alarm-creator
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Эксперт по CloudWatch алармам. Используй для настройки мониторинга AWS, метрик, порогов и уведомлений.
2026-01-05
github-issue-filer.md
0
1 export github-issue-filer
2 majiayu000 from "majiayu000/claude-skill-registry"
3 File AnyPod GitHub issues (bug or feature) with the official templates and publish them through the gh CLI.
2026-01-05
long-task-execution-framework.md
0
1 export long-task-execution-framework
2 Girolino from "Girolino/rs-news"
3 Protocol for reliable multi-hour task execution with automatic checkpointing, validation, and recovery
2026-01-05
electron-scaffold.md
0
1 export electron-scaffold
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Scaffold a native-looking, effective Electron app with best practices baked in. Creates a production-ready Electron application with security hardening, modern tooling, proper IPC patterns, auto-updates, native UI elements, and optimal build configuration. Use this skill when users want to start a new Electron project or modernize an existing one.
2026-01-05
moai-domain-frontend.md
0
1 export moai-domain-frontend
2 junseokandylee from "junseokandylee/ClaudeAutomate"
3 Frontend development specialist covering React 19, Next.js 16, Vue 3.5, and modern UI/UX patterns with component architecture
2026-01-05
backend-trpc.md
0
1 export backend-trpc
2 frankdevlabs from "frankdevlabs/compilothq"
3 Design and implement end-to-end type-safe APIs using tRPC with proper router organization, procedure definitions, input validation with Zod schemas, context management, and middleware. Use this skill when creating or modifying tRPC router files like server/routers/*.ts, src/server/api/routers/*.ts, *.router.ts, or any files containing tRPC procedure definitions, queries, and mutations. Use this when defining tRPC routers with .query() for read operations and .mutation() for write operations, implementing input validation using Zod schemas with .input(z.object({...})) for type-safe runtime validation of all procedure parameters, creating and organizing reusable sub-routers by feature or domain (user router, post router, comment router) and composing them into a main app router using mergeRouters or router nesting, setting up tRPC context in createContext functions to provide request-scoped data like user sessions, database connections, or authentication state to all procedures, implementing tRPC middleware wit
2026-01-05
prisma-database.md
0
1 export prisma-database
2 metasaver from "metasaver/metasaver-marketplace"
3 Use when scaffolding, auditing, or validating Prisma database packages in MetaSaver monorepos. Covers package structure, Prisma schema setup, database client initialization, and seed scripts. File types: .prisma, .ts, package.json.
2026-01-05
cloudflare-aware-scrape.md
0
1 export cloudflare-aware-scrape
2 BenderFendor from "BenderFendor/Thesis"
3 Detect and document Cloudflare or anti-bot challenge responses while scraping. Use when a site returns "Just a moment...", /cdn-cgi/ pages, or requires JS verification; provides detection heuristics, retry steps, and fallback capture methods.
2026-01-05
drupal-frontend.md
0
1 export drupal-frontend
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Drupal Front End Specialist skill for theme development, Twig templates, and rendering system (Drupal 8-11+). Use when working with Drupal themes, Twig syntax, preprocessing, CSS/JS libraries, or template suggestions.
2026-01-05
husky.md
0
1 export husky
2 sayali-ingle-pdl from "sayali-ingle-pdl/adusa-ai-vuejs-app-template"
3 Generates Husky Git hooks configuration with pre-commit checks. Creates .husky/pre-commit file for running linting, testing, and formatting before commits.
2026-01-05
planning.md
0
1 export planning
2 Tietve from "Tietve/Lawweb"
3 Use when you need to plan technical solutions that are scalable, secure, and maintainable.
2026-01-05
world-building.md
0
1 export world-building
2 majiayu000 from "majiayu000/claude-skill-registry"
3 World-building assistant for maintaining canonical lore of imaginary countries. Use when Saul wants to create new countries, add historical events, create biographies of figures, expand existing canon, correct errors in canon, or ask questions about the world-building repository. Manages git repository of markdown files with validation for internal consistency.
2026-01-05
write-component.md
0
1 export write-component
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Write React components following the Epic architecture patterns. Use when creating page components, UI components, or refactoring components to follow the three-layer architecture. Triggers on "create a component", "add a component", or "write a component for".
2026-01-05
client-interviewing.md
0
1 export client-interviewing
2 majiayu000 from "majiayu000/claude-skill-registry"
3 This skill should be used when conducting live client discovery interviews for brand identity projects. It provides guidelines for structured interviewing based on predefined questionnaire workflows for Express Brand (2-week) and Full Brand Identity (6-week) engagements.
2026-01-05
database-operations.md
0
1 export database-operations
2 majiayu000 from "majiayu000/claude-skill-registry"
3 A skill for performing database CRUD operations following best practices. Includes guidance on session management, query building (filters, joins, aggregations), transaction handling, bulk operations, error handling, connection pooling, and query optimization. Provides reusable templates for database session dependencies, CRUD service classes, and transaction context managers.
2026-01-05
changelog-formatting.md
0
1 export changelog-formatting
2 mattppal from "mattppal/shipping-szn"
3 Format changelog content according to Replit's changelog template structure. Use when converting raw changelog content into properly structured documentation with correct frontmatter, sections, and media formatting.
2026-01-05
chatkit-botbuilder.md
0
1 export chatkit-botbuilder
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Guide for creating production-grade ChatKit chatbots that integrate OpenAI Agents SDK with MCP tools and custom backends. Use when building AI-powered chatbots with specialized capabilities, real-time task execution, and user isolation for any application.
2026-01-05