Browse Skills
44756 skills found
long-task-execution-framework.md
0
1
export
long-task-execution-framework
2
from
"Girolino/rs-news"
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
from
"majiayu000/claude-skill-registry"
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
from
"junseokandylee/ClaudeAutomate"
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
from
"frankdevlabs/compilothq"
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
from
"metasaver/metasaver-marketplace"
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
from
"BenderFendor/Thesis"
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
from
"majiayu000/claude-skill-registry"
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
from
"sayali-ingle-pdl/adusa-ai-vuejs-app-template"
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
from
"Tietve/Lawweb"
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
from
"majiayu000/claude-skill-registry"
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
from
"majiayu000/claude-skill-registry"
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
from
"majiayu000/claude-skill-registry"
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
from
"majiayu000/claude-skill-registry"
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
from
"mattppal/shipping-szn"
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
from
"majiayu000/claude-skill-registry"
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
pattern-migrator.md
0
1
export
pattern-migrator
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Systematic approach for migrating patterns between directories in Storybook-based design systems while maintaining cross-references and documentation integrity. Use this skill when reorganizing Storybook structure, moving patterns to new categories, refactoring documentation hierarchy, or performing bulk pattern migrations that require careful tracking of Meta titles, URLs, and cross-references.
2026-01-05
avoiding-non-null-assertions.md
0
1
export
avoiding-non-null-assertions
2
from
"djankies/claude-configs"
from
"djankies/claude-configs"
3
Avoid non-null assertion operator (!) and use type-safe alternatives instead
2026-01-05
config-audit.md
0
1
export
config-audit
2
from
"amhuppert/my-ai-resources"
from
"amhuppert/my-ai-resources"
3
This skill should be used when auditing or comparing Claude Code and Cursor IDE configurations to identify feature gaps, equivalencies, and migration opportunities. Useful when managing AI development tooling across both platforms or deciding how to structure AI workflows.
2026-01-05
wt-status.md
0
1
export
wt-status
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Show comprehensive status of current and all git worktrees. Use when checking uncommitted changes, sync status, or getting overview of all active worktrees.
2026-01-05
component-definition-builder.md
0
1
export
component-definition-builder
2
from
"euCann/OSCAL-GRC-SKILLS"
from
"euCann/OSCAL-GRC-SKILLS"
3
Create and manage OSCAL component definitions for reusable security control implementations. Inspired by CivicActions components and community patterns. Use for building component libraries and shared control implementations.
2026-01-05
python.md
0
1
export
python
2
from
"anntnzrb/.claude"
from
"anntnzrb/.claude"
3
Develop Python applications using modern patterns, uv, and functional-first design. Activate when working with .py files, pyproject.toml, uv commands, or user mentions Python, itertools, functools, pytest, mypy, ruff, async, or functional programming patterns.
2026-01-05
frontend-design.md
0
1
export
frontend-design
2
from
"eoinmurray/neonfeedback.com"
from
"eoinmurray/neonfeedback.com"
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
githubpages.md
0
1
export
githubpages
2
from
"julianobarbosa/claude-code-skills"
from
"julianobarbosa/claude-code-skills"
3
Complete GitHub Pages deployment and management system. Static site hosting with Jekyll, custom domains, and GitHub Actions. USE WHEN user mentions 'github pages', 'deploy static site', 'host website on github', 'jekyll site', 'custom domain for github', OR wants to publish a website from a repository.
2026-01-05
fastapi-jwt-auth.md
0
1
export
fastapi-jwt-auth
2
from
"MuhammedSuhaib/LevelUpSpeckit-Plus"
from
"MuhammedSuhaib/LevelUpSpeckit-Plus"
3
Expert skill for implementing JWT-based authentication in FastAPI applications. Handles token generation, verification, user authentication, protected routes, and security best practices. Includes setup for password hashing, OAuth2 schemes, and user data isolation. Use when implementing JWT authentication in FastAPI applications, securing API endpoints with token-based authentication, or implementing user registration and login functionality.
2026-01-05