Browse Skills

20307 skills found

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
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
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
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
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
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
pattern-migrator.md
0
1 export pattern-migrator
2 majiayu000 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
config-audit.md
0
1 export config-audit
2 amhuppert 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
python.md
0
1 export python
2 anntnzrb 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 eoinmurray 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 julianobarbosa 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 MuhammedSuhaib 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
javascript-pragmatic-rules.md
0
1 export javascript-pragmatic-rules
2 matthewharwood from "matthewharwood/fantasy-phonics"
3 30 pragmatic rules for production JavaScript covering async operations, V8 optimization, memory management, testing, error handling, and performance. Use when writing JavaScript, optimizing performance, handling promises, or building production-grade applications. Includes promise rejection handling, V8 hidden classes, memory leak prevention, and structured testing patterns.
2026-01-05
security-scanner.md
0
1 export security-scanner
2 a-ariff from "a-ariff/Ariff-code-config"
3 Scans code for security vulnerabilities and suggests fixes. Use when checking for security issues, validating input handling, or performing security audits.
2026-01-05
ux-prototyping.md
0
1 export ux-prototyping
2 Emz1998 from "Emz1998/avaris-ai"
3 Create interactive single-file HTML prototypes for UX validation. Use when the user asks to create a prototype, mockup, or interactive wireframe based on specs/architecture/ux.md or any UX specification. Triggers include requests like "create a prototype", "build a prototype from the UX spec", "make an interactive mockup", "prototype the user flow", or "validate the UX".
2026-01-05
type-safety-validation.md
0
1 export type-safety-validation
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Achieve end-to-end type safety with Zod runtime validation, tRPC type-safe APIs, Prisma ORM, exhaustive type checking, and TypeScript 5.7+ features. Build fully type-safe applications from database to UI for 2025+ development.
2026-01-05
gap-tracker.md
0
1 export gap-tracker
2 durdan from "durdan/dd-sdlc-ai"
3 Track and update progress on system design gap implementation. Use when implementing patterns, marking items complete, checking progress, viewing remaining items, or updating the implementation plan. Triggers on "mark complete", "check progress", "show gaps", "update tracker", "what's next", "implementation status".
2026-01-05
react-ui.md
0
1 export react-ui
2 surfdeeper from "surfdeeper/surfing-game"
3 Apply React patterns and conventions when working on UI components. Use when editing files in src/ui/, creating React components, or discussing state management. Auto-apply for JSX files.
2026-01-05
docs-snippets.md
0
1 export docs-snippets
2 keithdv from "keithdv/ClaudeSkills"
3 Documentation snippet synchronization. Use when adding code examples to documentation, syncing snippets from samples to docs, verifying docs are in sync with code, or working with the
2026-01-05
frontend-responsive.md
0
1 export frontend-responsive
2 DevanB from "DevanB/lucidlog"
3 Implement mobile-first responsive designs with fluid layouts, breakpoints, relative units, and touch-friendly interfaces that work across all device sizes. Use this skill when writing or modifying React components (.tsx, .jsx files), when implementing CSS or Tailwind responsive utilities (sm:, md:, lg:, xl: breakpoints), when working on layout components, navigation menus, grid systems, when optimizing for mobile devices, tablets, or desktop screens, when implementing media queries, when ensuring touch-friendly UI elements, or when testing cross-device compatibility.
2026-01-05