Browse Skills

22656 skills found

categorizing-files.md
0
1 export categorizing-files
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Defines the standard 8-category taxonomy for classifying project files: Config, Tests, Docs, Scripts, Source Code, Data, AI Tooling, and Other. REFERENCE THIS SKILL whenever categorizing files, auditing project structure, or answering 'what types of files are here.' Apply these categories and patterns whether using the bundled script or manual analysis.
2026-01-05
work-issue.md
0
1 export work-issue
2 shwilliamson from "shwilliamson/a-test"
3 Core implementation logic for working on a single GitHub issue. Used by both /work command and /work-all subagents to ensure consistent behavior.
2026-01-05
your-skill-name.md
0
1 export your-skill-name
2 rgbussell 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 jschulte 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
rag-chatbot.md
0
1 export rag-chatbot
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Build the FastAPI-based RAG service using OpenAI Agents/ChatKit, Neon Postgres, and Qdrant for the textbook. Use when creating ingestion pipelines, query endpoints, or configuring vector storage for book content.
2026-01-05
docs-auto-sync.md
0
1 export docs-auto-sync
2 majiayu000 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 majiayu000 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
voice-agent.md
0
1 export voice-agent
2 josh-cooper 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 dev-jelly 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
adr-writing.md
0
1 export adr-writing
2 echohello-dev from "echohello-dev/wingman"
3 Write and maintain ADRs under docs/adrs when architecture decisions are made
2026-01-05
openai-chatkit-frontend-embed.md
0
1 export openai-chatkit-frontend-embed
2 Hamza123545 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
skill-maker.md
0
1 export skill-maker
2 jwynia from "jwynia/agent-skills"
3 Guide agents through creating skills that follow the agentskills.io specification. This skill should be used when the user asks to "create a skill", "make a new skill", "scaffold a skill", "help with skill structure", "write a SKILL.md", "skill frontmatter", or needs help with progressive disclosure, skill validation, or skill best practices.
2026-01-05
workflow-orchestration.md
0
1 export workflow-orchestration
2 metasaver from "metasaver/claude-marketplace"
3 Standard agent pipelines for audit, coding, new project, refactor, and simple workflows. Defines 5 workflow types with specific agent sequences (AUDIT: BA→PM→Workers→Reviewer→PM, CODING: Architect→PM→Workers→Validator→Reviewer→PM, NEW_PROJECT and REFACTOR follow coding pipeline, SIMPLE: direct processing). Includes agent contracts, workflow detection logic, and orchestration best practices. Use when /ms command needs to determine workflow type and coordinate multi-agent execution.
2026-01-05
reply-to-text.md
0
1 export reply-to-text
2 arlenagreer 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
search.md
0
1 export search
2 minukHwang 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 josephkirk 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 majiayu000 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 johanruttens 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
observability-review.md
0
1 export observability-review
2 x86txt from "x86txt/portfolio_sre_agent"
3 AI agent that analyzes operational signals (metrics, logs, traces, alerts, SLO/SLI reports) from observability platforms (Prometheus, Datadog, New Relic, CloudWatch, Grafana, Elastic) and produces practical, risk-aware triage and recommendations. Use when reviewing system health, investigating performance issues, analyzing monitoring data, evaluating service reliability, or providing SRE analysis of operational metrics. Distinguishes between critical issues requiring action, items needing investigation, and informational observations requiring no action.
2026-01-05
baml-codegen.md
0
1 export baml-codegen
2 majiayu000 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
chief-prompt-officer.md
0
1 export chief-prompt-officer
2 Claymore-Q from "Claymore-Q/SAVVY"
3 Chief Prompt Officer - Master of instruction crafting and AI communication optimization
2026-01-05
producing-innovation-demos.md
0
1 export producing-innovation-demos
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Create compelling demo narratives, flows, and presenter scripts for CustomGPT.ai Labs projects using existing demo links, project docs, and Innovation context.
2026-01-05
swift-executor.md
0
1 export swift-executor
2 majiayu000 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
local-settings-updater.md
0
1 export local-settings-updater
2 shiiman from "shiiman/claude-code-plugins"
3 プロジェクトの .claude/settings.local.json を更新する。「ローカル設定を更新して」「local settings を変更」「個人用設定を変えて」「自分だけの設定」「ローカル permissions を追加」「個人設定ファイルを編集」「settings.local を更新」などで起動。Git にコミットされない個人用の Claude Code 設定を管理。
2026-01-05