Browse Skills

20307 skills found

cass.md
0
1 export cass
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Always search before starting any work across all coding agent session histories (Claude Code, Codex, Cursor, Gemini CLI, Aider, ChatGPT) to find whatever we've discussed before.
2026-01-05
skill-creator.md
0
1 export skill-creator
2 AlexisLaporte from "AlexisLaporte/agent-helpers"
3 Guide for creating custom Claude Code skills. Use when user wants to create a new skill, understand skill structure, or extend Claude's capabilities with custom tools.
2026-01-05
gemini-imagegen.md
0
1 export gemini-imagegen
2 majiayu000 from "majiayu000/claude-skill-registry"
3 This skill should be used when generating and editing images using the Gemini API (Nano Banana Pro). It applies when creating images from text prompts, editing existing images, applying style transfers, generating logos with text, creating stickers, product mockups, or any image generation/manipulation task. Supports text-to-image, image editing, multi-turn refinement, and composition from multiple reference images.
2026-01-05
shadcn.md
0
1 export shadcn
2 alizain from "alizain/wizard-wheezes"
3 Use for React component implementation with shadcn/ui - accessible, customizable components
2026-01-05
harness-cd.md
0
1 export harness-cd
2 Lobbi-Docs from "Lobbi-Docs/claude"
3 Harness NextGen CD for continuous deployment including pipeline YAML structure, deployment strategies (rolling, blue-green, canary), GitOps workflows, approval gates, triggers, environments, services, manifests, Kubernetes deployments, Terraform integration, and secrets management. Activate for Harness pipeline creation, deployment automation, and GitOps configuration.
2026-01-05
trpc-type-safety.md
0
1 export trpc-type-safety
2 bobmatnyc from "bobmatnyc/termpilot"
3 tRPC end-to-end type-safe APIs for TypeScript with React Query integration and full-stack type safety. Use when building Next.js applications requiring type-safe API calls, implementing React Query patterns, or eliminating API schema duplication.
2026-01-05
artifacts-builder.md
0
1 export artifacts-builder
2 michaeldubu from "michaeldubu/Nexus-Code-CLI"
3 Suite of tools for creating elaborate, multi-component claude.ai HTML artifacts using modern frontend web technologies (React, Tailwind CSS, shadcn/ui). Use for complex artifacts requiring state management, routing, or shadcn/ui components - not for simple single-file HTML/JSX artifacts.
2026-01-05
web-artifacts-builder.md
0
1 export web-artifacts-builder
2 yurake from "yurake/skills"
3 Suite of tools for creating elaborate, multi-component Codex CLI HTML artifacts using modern frontend web technologies (React, Tailwind CSS, shadcn/ui). Use for complex artifacts requiring state management, routing, or shadcn/ui components - not for simple single-file HTML/JSX artifacts.
2026-01-05
page-diff.md
0
1 export page-diff
2 j-r-beckett from "j-r-beckett/SpeedReader"
3 Visual regression testing for web pages. Compares screenshots to detect UI changes, generates overlay images highlighting differences. Use after making frontend changes to verify visual correctness, catch unintended side effects, or validate that changes look as expected.
2026-01-05
repo-initialization.md
0
1 export repo-initialization
2 KellerAI-Plugins from "KellerAI-Plugins/version-control"
3 Use when creating new repositories or initializing existing directories with KellerAI standards. Provides step-by-step workflow for TaskMaster setup, Claude Code configuration, MCP server integration, and standard directory structure.
2026-01-05
anthropic-web-artifacts-builder.md
0
1 export anthropic-web-artifacts-builder
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Suite of tools for creating elaborate, multi-component claude.ai HTML artifacts using modern frontend web technologies (React, Tailwind CSS, shadcn/ui). Use for complex artifacts requiring state management, routing, or shadcn/ui components - not for simple single-file HTML/JSX artifacts.
2026-01-05
prd-readme-v1-standard.md
0
1 export prd-readme-v1-standard
2 hculap from "hculap/better-code"
3 This skill should be used when the user asks to "write a readme", "create readme", "generate readme", "improve readme", "audit readme", "review readme", "fix readme", "readme best practices", "readme standard", "perfect readme", or mentions README quality, documentation standards, or developer experience documentation.
2026-01-05
skill-management.md
0
1 export skill-management
2 Doyajin174 from "Doyajin174/myskills"
3 Create, update, test, and manage Agent Skills. Use when creating new skills, debugging existing ones, or organizing skill libraries. Based on official Claude Code documentation.
2026-01-05
tasks-feature-implementation.md
0
1 export tasks-feature-implementation
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Use when implementing new features or enhancements requiring multi-layer changes (Domain, Application, Persistence, API, Frontend).
2026-01-05
terraform-infra-ops.md
0
1 export terraform-infra-ops
2 salieri from "salieri/resume"
3 Operate and update the Terraform infrastructure in ops/infra, including init/apply flows, formatting, and linting. Use when modifying Cloudflare Pages/R2 resources, updating Terraform state config, or running infra operations.
2026-01-05
code-review.md
0
1 export code-review
2 Lobbi-Docs from "Lobbi-Docs/claude"
3 Comprehensive code review knowledge including security, performance, accessibility, and quality standards across multiple languages and frameworks
2026-01-05
github-cli.md
0
1 export github-cli
2 BinkyTwin from "BinkyTwin/ReviewXiv"
3 Use GitHub CLI (gh) to manage issues and pull requests from Claude Code. Use when the user wants to create PRs, link commits to issues, fetch PR context, or automate GitHub workflows. Includes install/auth checks, safe branching, clean commits, and PR creation templates.
2026-01-05
project-analyzer.md
0
1 export project-analyzer
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Systematically analyze a codebase to understand its structure, purpose, technologies, and architecture. Use this skill when users ask to "analyze this project", "explain this codebase", "what does this project do", or need a comprehensive overview of repository contents.
2026-01-05
typescript-reviewer.md
0
1 export typescript-reviewer
2 majiayu000 from "majiayu000/claude-skill-registry"
3 WHEN: TypeScript code review, type safety audit, tsconfig analysis, TS migration reviewWHAT: Type safety checks + any usage audit + generic patterns + strict mode + compiler options analysisWHEN NOT: React specific → nextjs-reviewer, Node.js backend → nodejs-reviewer, General code → code-reviewer
2026-01-05
type-hints-for-ml-code.md
0
1 export type-hints-for-ml-code
2 apassuello from "apassuello/multimodal_insight_engine"
3 Apply appropriate type hints for ML/PyTorch code. Use when adding type annotations to ML code or addressing mypy errors.
2026-01-05
cli-tool.md
0
1 export cli-tool
2 timequity from "timequity/vibe-coder"
3 Build command-line tools with argument parsing, subcommands, and nice UX.Use when: creating CLI, terminal app, command-line utility.Triggers: "cli", "command line", "terminal", "clap", "typer", "commander".
2026-01-05
launch-planner.md
0
1 export launch-planner
2 AIBPM42 from "AIBPM42/hodgesfooshee-site-spark"
3 Transform app ideas into shippable MVPs with speed and focus. Use when: (1) evaluating new app or product ideas, (2) creating PRDs or product specs, (3) scoping features for an MVP, (4) generating starter code or prompts for Claude Code, (5) making product decisions during development, or (6) the user needs help staying focused on shipping rather than over-engineering. Applies product philosophy of shipping fast, validating with real users, and avoiding feature creep.
2026-01-05
fix-merge-conflicts.md
0
1 export fix-merge-conflicts
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Resolve git merge conflicts in dependency files, source code, and configuration. Use when merge conflicts are detected.
2026-01-05
omeka-s.md
0
1 export omeka-s
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Expert Omeka S developer assistant for Docker-based installations. Covers theme development (SCSS/CSS, templates), module creation (PHP, events, database), configuration management, and troubleshooting. Use for Omeka S customization from simple CSS tweaks to advanced module development.
2026-01-05