Browse Skills
44915 skills found
composing-components.md
0
1
export
composing-components
2
from
"djankies/claude-configs"
from
"djankies/claude-configs"
3
Teaches component composition patterns in React 19 including children prop, compound components, and render props. Use when designing component APIs, creating reusable components, or avoiding prop drilling.
2026-01-05
nano-banana-illustrator.md
0
1
export
nano-banana-illustrator
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Generate illustrations using Google's Nano Banana (Gemini Image) API. Use when creating images, illustrations, visual content from text prompts, or illustrating documents/stories. Defaults to Pro model with landscape (16:9) aspect ratio. Requires GOOGLE_API_KEY in environment.
2026-01-05
git-worktree.md
0
1
export
git-worktree
2
from
"v1truv1us/ai-eng-system"
from
"v1truv1us/ai-eng-system"
3
Manage Git worktrees for parallel development
2026-01-05
zero-to-hero.md
0
1
export
zero-to-hero
2
from
"j0KZ/mcp-agents"
from
"j0KZ/mcp-agents"
3
Go from zero knowledge to codebase expert in ANY project, ANY size, ANY language
2026-01-05
source-detection.md
0
1
export
source-detection
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Detect document source type (Zoom, Slack, JIRA, Confluence, email, meeting notes) from content patterns. Use when processing raw documents during intake or when identifying document types.
2026-01-05
forth-ai-brand.md
0
1
export
forth-ai-brand
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Apply Forth AI brand guidelines when creating frontends. Use for UI components, pages, applications, and design systems. Enforces radical simplicity, polymorphic interfaces, and the Forth AI visual identity.
2026-01-05
alert-system.md
0
1
export
alert-system
2
from
"huifer/drug-discovery-skills"
from
"huifer/drug-discovery-skills"
3
Automated alert system for key events in drug discovery. Use for trackingcompetitor milestones, clinical trial updates, regulatory decisions, andpublications of interest.Keywords: alerts, monitoring, tracking, notifications, competitive intelligence
2026-01-05
i18n.md
0
1
export
i18n
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Write internationalization-friendly HTML pages. Use when creating multilingual content, setting lang attributes, handling RTL languages, or preparing content for translation.
2026-01-05
puzzle-fetcher.md
0
1
export
puzzle-fetcher
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Download and parse Advent of Code puzzles using aoc-cli. Extracts examples, expected outputs, and problem requirements from puzzle descriptions. Use when needing to fetch AoC puzzles, parse puzzle examples, or when user mentions downloading or reading AoC puzzle data.
2026-01-05
risk-assessment.md
0
1
export
risk-assessment
2
from
"mgd34msu/goodvibes-plugin"
from
"mgd34msu/goodvibes-plugin"
3
Identifies, evaluates, and mitigates project and task-level risks during planning. Use when assessing technical risks, evaluating complexity, identifying blockers, planning contingencies, or determining project confidence levels.
2026-01-05
find-for-designs-scopes-for-a-project.md
0
1
export
find-for-designs-scopes-for-a-project
2
from
"boetro/dotclaude"
from
"boetro/dotclaude"
3
Find relevant designs and scopes for a project. Should be used whenever a user mentions a design / scope doc for a project.
2026-01-05
micro-task-workflow.md
0
1
export
micro-task-workflow
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Micro-task development patterns with 50% context budget. Use for task decomposition, context management, escape hatch protocols, and orchestration patterns.
2026-01-05
unocss-onmax.md
0
1
export
unocss-onmax
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Use when writing UnoCSS with presetOnmax workflow - covers attribute mode patterns, fluid spacing (f- prefix), scale-to-pixel (1px base), custom variants (hocus, reka-*, data-state), nimiq-css design system (nq-* utilities), and Reka UI integration. Apply when editing .vue files with UnoCSS attributes or configuring uno.config.ts.
2026-01-05
argocd-generator.md
0
1
export
argocd-generator
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Generates ArgoCD Application manifests following the App-of-Apps pattern.
2026-01-05
api-endpoint.md
0
1
export
api-endpoint
2
from
"Holo00/IdeaForge"
from
"Holo00/IdeaForge"
3
Create or modify API endpoints in IdeaForge backend. Triggers: new route, controller, service, repository, CRUD operation, Zod validation, API debugging. Pattern: Routes → Controller → Service → Repository.
2026-01-05
evaluator.md
0
1
export
evaluator
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Skill evaluation and telemetry framework. Collects anonymous usage data and feedback via GitHub Issues and Projects. Privacy-first, opt-in, transparent. Helps improve ClaudeShack skills based on real-world usage. Integrates with oracle and guardian.
2026-01-05
cgl-consulting-planning.md
0
1
export
cgl-consulting-planning
2
from
"creativegluelab/cgl-claude-plugins"
from
"creativegluelab/cgl-claude-plugins"
3
Creates implementation plans using GOAP (goal-oriented action planning) and Pareto prioritization. Auto-activates when user wants to implement, build, create, or develop something. Analyzes gaps backward from goal and sequences tasks by dependencies.
2026-01-05
dependency-security.md
0
1
export
dependency-security
2
from
"IvanTorresEdge/molcajete.ai"
from
"IvanTorresEdge/molcajete.ai"
3
Dependency security scanning. Use when auditing npm packages for vulnerabilities.
2026-01-05
better-chatbot.md
0
1
export
better-chatbot
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
This skill provides project-specific coding conventions, architectural principles, repository structure standards, testing patterns, and contribution guidelines for the better-chatbot project (https://github.com/cgoinglove/better-chatbot). Use this skill when contributing to or working with better-chatbot to understand the design philosophy and ensure code follows established patterns.Includes: API architecture deep-dive, three-tier tool system (MCP/Workflow/Default), component design patterns, database repository patterns, architectural principles (progressive enhancement, defensive programming, streaming-first), practical templates for adding features (tools, routes, repositories).Use when: working in better-chatbot repository, contributing features/fixes, understanding architectural decisions, following server action validators, implementing tools/workflows, setting up Playwright tests, adding API routes, designing database queries, building UI components, handling multi-AI provider integrationKeywor
2026-01-05
duckdb-lakehouse.md
0
1
export
duckdb-lakehouse
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
DuckDB data lakehouse development with Dagster orchestration and Apache Iceberg integrationfor floe-platform. Use when: (1) Building data pipelines with DuckDB as compute engine,(2) Configuring dbt-duckdb with Polaris plugin, (3) Reading/writing Iceberg tables viaPolaris catalog, (4) Creating Dagster assets with DuckDB, (5) Designing catalog-firstlakehouse architecture, (6) Connecting to REST catalogs with inline credentials.
2026-01-05
frontend-design.md
0
1
export
frontend-design
2
from
"jmmarotta/dotfiles"
from
"jmmarotta/dotfiles"
3
Create distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, artifacts, posters, or applications (examples include websites, landing pages, dashboards, React components, HTML/CSS layouts, or when styling/beautifying any web UI). Generates creative, polished code and UI design that avoids generic AI aesthetics.
2026-01-05
cloudflare-worker-deployment.md
0
1
export
cloudflare-worker-deployment
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Use this skill whenever the user wants to deploy, configure, or refine deployment of a Hono/TypeScript backend (or similar Worker) to Cloudflare Workers/Pages using Wrangler, including wrangler.toml, environments, bindings, and basic release workflows.
2026-01-05
new-quotation.md
0
1
export
new-quotation
2
from
"christopheryeo/claude-skills"
from
"christopheryeo/claude-skills"
3
Generate a Sentient.io-branded quotation by gathering client inputs, filling the Sentient Quotation template, and delivering the document into the correct Work Day Google Drive folder via the work-day skill.
2026-01-05
data-engineer.md
0
1
export
data-engineer
2
from
"violetio/violet-ai-plugins"
from
"violetio/violet-ai-plugins"
3
Data pipelines and analytics infrastructure
2026-01-05