Browse Skills
44969 skills found
user-config-management.md
3
1
export
user-config-management
2
from
"melodic-software/claude-code-plugins"
from
"melodic-software/claude-code-plugins"
3
Central authority for managing Claude Code user configuration directories (~/.claude/ and ~/.claude.json). Covers storage cleanup, backup/restore, reset workflows, MCP server preservation, history management, plan management, session statistics, and configuration health auditing. Delegates to docs-management skill for official documentation. Use when managing user config, cleaning up storage, backing up settings, resetting Claude Code, or auditing configuration health.
2026-01-05
wake-word-detection.md
3
1
export
wake-word-detection
2
from
"martinholovsky/claude-skills-generator"
from
"martinholovsky/claude-skills-generator"
3
Expert skill for implementing wake word detection with openWakeWord. Covers audio monitoring, keyword spotting, privacy protection, and efficient always-listening systems for JARVIS voice assistant.
2026-01-05
probability-theory-expert.md
3
1
export
probability-theory-expert
2
from
"sandraschi/advanced-memory-mcp"
from
"sandraschi/advanced-memory-mcp"
3
Rigorous probability theorist covering measure-theoretic probability, stochastic processes, and advanced probability
2026-01-05
database-optimization-guru.md
3
1
export
database-optimization-guru
2
from
"sandraschi/advanced-memory-mcp"
from
"sandraschi/advanced-memory-mcp"
3
Database expert for query optimization, indexing, schema design, and performance tuning
2026-01-05
how-to-publish-paks.md
3
1
export
how-to-publish-paks
2
from
"stakpak/community-paks"
from
"stakpak/community-paks"
3
A practical guide for creating and publishing Agent Skills (paks) to the Paks registry. Covers SKILL.md format, frontmatter structure, validation, versioning, and publishing workflow.
2026-01-05
performance-optimization.md
3
1
export
performance-optimization
2
from
"melodic-software/claude-code-plugins"
from
"melodic-software/claude-code-plugins"
3
Best practices for Claude Code performance optimization, context management, storage cleanup, and troubleshooting slowdowns
2026-01-05
test.md
3
1
export
test
2
from
"rxtech-lab/argo-trading"
from
"rxtech-lab/argo-trading"
3
Run code quality checks and tests for the argo-trading project. Use this skill when: (1) User asks to test the code or run tests, (2) User asks to lint or check code quality, (3) User wants to verify code changes work correctly, (4) User says "/test" or asks to run the test suite.
2026-01-05
docling.md
3
1
export
docling
2
from
"enuno/claude-command-and-control"
from
"enuno/claude-command-and-control"
3
Python document processing library for parsing PDF, DOCX, and 10+ formats with advanced layout understanding, unified document representation, and AI ecosystem integrations (LangChain, LlamaIndex, MCP server)
2026-01-05
pr-review-integration.md
3
1
export
pr-review-integration
2
from
"lambda-curry/devagent"
from
"lambda-curry/devagent"
3
Review pull requests by integrating GitHub operations with Linear issue tracking. Use when: (1) Validating PR changes against Linear issue requirements, (2) Checking if PR addresses all acceptance criteria from Linear issues, (3) Creating comprehensive PR reviews that link code changes to project requirements, (4) Identifying gaps between PR changes and issue requirements, or (5) Posting review findings to both GitHub PRs and Linear issues. Combines GitHub CLI operations with Linear MCP functions for end-to-end PR review workflows.
2026-01-05
code-review-communication.md
3
1
export
code-review-communication
2
from
"melodic-software/claude-code-plugins"
from
"melodic-software/claude-code-plugins"
3
Frameworks for giving and receiving code review feedback effectively. Use for PR comments, review strategies, handling disagreements, and balancing thoroughness with kindness.
2026-01-05
brand-values-development.md
3
1
export
brand-values-development
2
from
"mike-coulbourn/claude-vibes"
from
"mike-coulbourn/claude-vibes"
3
Provides brand values frameworks, differentiation tests, discovery questions, and behavior mapping templates. Auto-activates during values definition, core values curation, and values testing. Use when discussing brand values, core values, Lencioni's four categories, opposite test, antivalue, fire someone test, operationalizing values, Brene Brown values process, values discovery, or permission-to-play values.
2026-01-05
exploring-knowledge-graph.md
3
1
export
exploring-knowledge-graph
2
from
"ScottRBK/context-hub-plugin"
from
"ScottRBK/context-hub-plugin"
3
Use when user asks "what do you know about X", when planning complex work that spans multiple topics, when investigating how concepts connect across projects, or when simple memory queries don't provide enough context. Deep traversal of Forgetful MCP knowledge graph (mcp__forgetful__* tools).
2026-01-05
closed-loop-design.md
3
1
export
closed-loop-design
2
from
"melodic-software/claude-code-plugins"
from
"melodic-software/claude-code-plugins"
3
Design closed-loop prompts with Request-Validate-Resolve structure for reliable agentic workflows. Use when creating self-validating agents, adding feedback loops, or improving agent reliability through verification.
2026-01-05
vue-composable-testing.md
3
1
export
vue-composable-testing
2
from
"alexanderop/workoutTracker"
from
"alexanderop/workoutTracker"
3
Test Vue 3 composables with Vitest following best practices. Use when writing tests for composables, creating test helpers for Vue reactivity, or when asked to "test a composable", "write tests for use*", or "help test Vue composition functions". Covers independent composables (direct testing) and dependent composables (lifecycle/inject testing with helpers).
2026-01-05
agent-development.md
3
1
export
agent-development
2
from
"OshanKHZ/cc-swiss-knife"
from
"OshanKHZ/cc-swiss-knife"
3
This skill should be used when the user asks to "create an agent", "add an agent", "write a subagent", "agent frontmatter", "when to use description", "agent examples", "agent tools", "agent colors", "autonomous agent", or needs guidance on agent structure, system prompts, triggering conditions, or agent development best practices for Claude Code plugins.
2026-01-05
jtbd-analysis.md
3
1
export
jtbd-analysis
2
from
"melodic-software/claude-code-plugins"
from
"melodic-software/claude-code-plugins"
3
Jobs to Be Done (JTBD) framework by Clayton Christensen. Analyzes requirements through the lens of what 'job' customers hire products to do. Covers functional, emotional, and social jobs. Use when understanding underlying customer motivations or reframing features as outcomes.
2026-01-05
sbom-management.md
3
1
export
sbom-management
2
from
"melodic-software/claude-code-plugins"
from
"melodic-software/claude-code-plugins"
3
Software Bill of Materials management including generation, formats, vulnerability tracking, and supply chain security
2026-01-05
writing-pull-requests.md
3
1
export
writing-pull-requests
2
from
"stephendolan/dotfiles"
from
"stephendolan/dotfiles"
3
Draft concise PR descriptions with summary and problem statement. Use when creating pull requests, writing PR descriptions, or using gh pr create. Avoids verbose sections like technical details, testing notes, and implementation specifics.
2026-01-05
s-lint.md
3
1
export
s-lint
2
from
"Falkicon/Mechanic"
3
Ensure code quality using Luacheck linting and StyLua formatting. Covers common warnings, style rules, and auto-formatting. Use when checking code quality, fixing style issues, or preparing code for review. Triggers: lint, format, style, luacheck, stylua, code quality, warnings.
2026-01-05
skill-creator.md
3
1
export
skill-creator
2
from
"d-o-hub/rust-self-learning-memory"
from
"d-o-hub/rust-self-learning-memory"
3
Create new Claude Code skills with proper directory structure, SKILL.md file, and YAML frontmatter. Use this skill when you need to create a new reusable knowledge module for Claude Code.
2026-01-05
tmux.md
3
1
export
tmux
2
from
"iamhenry/ai-project-starter-kit"
from
"iamhenry/ai-project-starter-kit"
3
Manage concurrent background processes using tmux. Use when spawning dev servers, running long-running tasks, monitoring multiple processes, or capturing output from background commands without blocking the main session.
2026-01-05
scheduling.md
3
1
export
scheduling
2
from
"wayne930242/weihung-pai"
from
"wayne930242/weihung-pai"
3
排程任務管理。Use when 用戶要建立定時任務、排程、cron job、提醒、或查詢/管理現有排程。
2026-01-05
ar-io-build.md
3
1
export
ar-io-build
2
from
"enuno/claude-command-and-control"
from
"enuno/claude-command-and-control"
3
Comprehensive assistance with ar-io-build
2026-01-05
system-prompt-engineering.md
3
1
export
system-prompt-engineering
2
from
"melodic-software/claude-code-plugins"
from
"melodic-software/claude-code-plugins"
3
Design effective system prompts for custom agents. Use when creating agent system prompts, defining agent identity and rules, or designing high-impact prompts that shape agent behavior.
2026-01-05