Browse Skills
20307 skills found
your-skill-name.md
0
1
export
your-skill-name
2
from
"rgbussell/pine_scripts"
from
"rgbussell/pine_scripts"
3
Brief description of what this skill does and when to use it. Be specific with trigger keywords so Claude knows when to apply this skill.
2026-01-05
gap-analysis.md
0
1
export
gap-analysis
2
from
"jschulte/claude-plugins"
from
"jschulte/claude-plugins"
3
Route-aware gap analysis. For Brownfield - uses /speckit.analyze to compare specs against implementation. For Greenfield - validates spec completeness and asks about target tech stack for new implementation. This is Step 4 of 6 in the reverse engineering process.
2026-01-05
docs-auto-sync.md
0
1
export
docs-auto-sync
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Automatically update repository documentation whenever code changes (add/edit/refactor) occur. Use when modifying source code, public APIs/contracts, rendering/interaction/data/compute logic, diagnostics, or build/release/CI flows so docs stay consistent without asking.
2026-01-05
hummbl-framework.md
0
1
export
hummbl-framework
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Complete HUMMBL Base120 mental models framework with all 120 models across 6 transformations (Perspective, Inversion, Composition, Decomposition, Recursion, Meta-Systems). Includes model selection guidance, evidence standards, quality criteria, and application methodology. Essential reference for HUMMBL-based development, analysis, and problem-solving.
2026-01-05
dev-implement.md
0
1
export
dev-implement
2
from
"edwinhu/claude-plugins"
from
"edwinhu/claude-plugins"
3
This skill should be used when the user asks to "implement with TDD", "write tests first", "do test-driven development", or as Phase 3 of the /dev workflow. Enforces RED-GREEN-REFACTOR cycle with mandatory test-first approach.
2026-01-05
voice-agent.md
0
1
export
voice-agent
2
from
"josh-cooper/.claude"
from
"josh-cooper/.claude"
3
Add OpenAI Realtime API voice agent to a Next.js presentation. Use when adding voice interactivity, realtime audio, AI presenter, or voice navigation to slides. Triggers on "voice agent", "realtime API", "audio presentation", "AI presenter", "voice navigation".
2026-01-05
jelly-go-backend-skill.md
0
1
export
jelly-go-backend-skill
2
from
"dev-jelly/jelly-dotclaude"
from
"dev-jelly/jelly-dotclaude"
3
Go backend development assistant for building production-ready services with modern 2025 best practices. Supports project initialization, framework selection (Gin/Chi/Echo/Fiber), database layer (pgx/sqlc/GORM), and API development. Activated when users mention "Go", "Golang", "고랭", "백엔드", or need Go service development help.
2026-01-05
openai-chatkit-frontend-embed.md
0
1
export
openai-chatkit-frontend-embed
2
from
"Hamza123545/Todo_giaic_five_phases"
from
"Hamza123545/Todo_giaic_five_phases"
3
Integrate and embed OpenAI ChatKit UI into TypeScript/JavaScript frontends (Next.js, React, or vanilla) using either hosted workflows or a custom backend (e.g. Python with the Agents SDK). Use this Skill whenever the user wants to add a ChatKit chat UI to a website or app, configure api.url, auth, domain keys, uploadStrategy, or debug blank/buggy ChatKit widgets.
2026-01-05
reply-to-text.md
0
1
export
reply-to-text
2
from
"arlenagreer/claude_configuration_docs"
from
"arlenagreer/claude_configuration_docs"
3
Review text message conversations with a specified contact and send appropriate replies with cheerful tone and humor using Arlen's authentic writing style. This skill should be used when the user says "reply to [name]'s text", "respond to [name]", "text [name] back", or wants to send contextual replies to contacts. Automatically handles contact lookup and conversation review via subagent delegation. Integrates email skill writing style guide for authentic voice. Considers ALL messages received from contact since last reply (not just latest). TRIGGER PHRASES - "reply to", "respond to", "text back", "answer [name]'s message".
2026-01-05
mcp-setup.md
0
1
export
mcp-setup
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Use when converting an existing Python project into an MCP server via the web editor: create an mcp_{server} folder, build a facade service.py with @mcp_service, auto-pick key functions to expose, seed tool_definition_templates.py with defaults, and wire editor_config.json so the tool editor can generate tool_definitions.py/server.py.
2026-01-05
capital-proportional-limits.md
0
1
export
capital-proportional-limits
2
from
"smith6jt-cop/Skills_Registry"
from
"smith6jt-cop/Skills_Registry"
3
Use percentage-based capital limits, not hard-coded dollar amounts. Trigger when: (1) trades blocked on small accounts, (2) min_cash_buffer is absolute dollars, (3) capital allocation doesn't scale with account size, (4) fixed dollar thresholds in risk code.
2026-01-05
go-concurrency.md
0
1
export
go-concurrency
2
from
"jovermier/cc-stack-marketplace"
from
"jovermier/cc-stack-marketplace"
3
Go concurrency patterns including goroutines, channels, context propagation, and sync primitives. Use when working with goroutines, channels, context.Context, or any concurrent Go code.
2026-01-05
task-rsid.md
0
1
export
task-rsid
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Recursive Self-Improvement Development. Continually improve the codebase.
2026-01-05
search.md
0
1
export
search
2
from
"minukHwang/claude-plugins"
from
"minukHwang/claude-plugins"
3
Use when performing any web search (WebSearch, WebFetch).Trigger phrases: "검색해봐", "알아봐", "찾아봐", "분석해봐", "search", "look up", "find"Ensures Claude uses the current year instead of defaulting to outdated years (e.g., 2024).
2026-01-05
git-version-control.md
0
1
export
git-version-control
2
from
"josephkirk/ArtReactor-Core"
from
"josephkirk/ArtReactor-Core"
3
Provides Git version control operations for managing code repositories. Allows agents to check repository status, view commit history, and perform basic Git operations.
2026-01-05
bun-expert.md
0
1
export
bun-expert
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Comprehensive Bun runtime expertise covering all major features.Use when working with Bun projects, migrating from Node.js, or leveraging Bun-specific APIs.Activates for: Bun.serve, Bun.file, bun:test, bun:sqlite, bun install, bun build,bunfig.toml, TypeScript in Bun, package manager operations, bundler configuration,and Node.js compatibility questions.
2026-01-05
rn-visual-testing.md
0
1
export
rn-visual-testing
2
from
"johanruttens/paddle-battle"
from
"johanruttens/paddle-battle"
3
Visual testing skill for React Native apps across iPhone models. Use when testing app appearance on iPhone 11 through 17 (all variants including Pro, Pro Max, Plus, Mini, Air, and SE). Covers screenshot capture, simulator configuration, screen dimension validation, safe area handling, Dynamic Island/notch compatibility, and pixel-perfect verification across all iPhone screen sizes and resolutions.
2026-01-05
testflight.md
0
1
export
testflight
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
TestFlight and App Store distribution guide. Use when preparing app for TestFlight, creating production builds, or submitting to App Store Connect.
2026-01-05
baml-codegen.md
0
1
export
baml-codegen
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Generates production-ready BAML applications from natural language requirements. Creates complete type definitions, functions, clients, tests, and framework integrations for data extraction, classification, RAG, and agent workflows. Queries official BoundaryML repositories via MCP for real-time patterns. Supports multimodal inputs (images, audio), 6 programming languages (Python, TypeScript, Ruby, Java, Go, C#), 10+ frameworks, 50-70% token optimization, and 95%+ compilation success.
2026-01-05
swift-executor.md
0
1
export
swift-executor
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Rapid task execution without hesitation or deterrence. Expert in overcoming blockers, making quick decisions, and maintaining forward momentum. Use for urgent tasks, breaking through impediments, decisive action. Activates on 'swift', 'execute quickly', 'undeterred', 'overcome blocker', 'just do it'. NOT for strategic planning, careful analysis, or research tasks.
2026-01-05
mova-wf-cycle-scaffold-basic-wrapper.md
0
1
export
mova-wf-cycle-scaffold-basic-wrapper
2
from
"Leryk1981/mova_wf_cycle"
from
"Leryk1981/mova_wf_cycle"
3
Bootstrap a wf_cycle experiment scaffold (rules, inputs, attempts) with A/B/C templates in one deterministic run.
2026-01-05
local-settings-updater.md
0
1
export
local-settings-updater
2
from
"shiiman/claude-code-plugins"
from
"shiiman/claude-code-plugins"
3
プロジェクトの .claude/settings.local.json を更新する。「ローカル設定を更新して」「local settings を変更」「個人用設定を変えて」「自分だけの設定」「ローカル permissions を追加」「個人設定ファイルを編集」「settings.local を更新」などで起動。Git にコミットされない個人用の Claude Code 設定を管理。
2026-01-05
image-processor-guidelines.md
0
1
export
image-processor-guidelines
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Development guidelines for Quantum Skincare's Python FastAPI image processor microservice. Covers FastAPI patterns, Perfect Corp API integration, MediaPipe FaceMesh validation, correlation headers, access control (CIDR + X-Internal-Secret), error handling, Pydantic models, structured logging, mock mode, provider normalization, and testing strategies. Use when working with image-processor code, routes, validation pipeline, Perfect Corp integration, or Python/FastAPI patterns.
2026-01-05
hr-network-analyst.md
0
1
export
hr-network-analyst
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Professional network graph analyst identifying Gladwellian superconnectors, mavens, and influence brokers using betweenness centrality, structural holes theory, and multi-source network reconstruction. Activate on 'superconnectors', 'network analysis', 'who knows who', 'professional network', 'influence mapping', 'betweenness centrality'. NOT for surveillance, discrimination, stalking, privacy violation, or speculation without data.
2026-01-05