Browse Skills
20307 skills found
session-summary.md
0
1
export
session-summary
2
from
"austinjamesrose/claude-skills-work"
from
"austinjamesrose/claude-skills-work"
3
End-of-session summary that logs work completed to Obsidian. Run this at the end of any Claude Code session to capture what you accomplished. Creates or appends to the daily session log.
2026-01-05
codex-taskloop-plugin.md
0
1
export
codex-taskloop-plugin
2
from
"canxin121/codex-taskloop-plugin"
from
"canxin121/codex-taskloop-plugin"
3
Run in-session task loops via the codex-taskloop-plugin MCP server and stop hook.
2026-01-05
data-fundamentals.md
0
1
export
data-fundamentals
2
from
"pluginagentmarketplace/custom-plugin-devrel-engineer"
from
"pluginagentmarketplace/custom-plugin-devrel-engineer"
3
Master data science fundamentals. Learn Python for data, statistics, pandas, data visualization, and exploratory data analysis.
2026-01-05
idb-state-persistence.md
0
1
export
idb-state-persistence
2
from
"matthewharwood/fantasy-phonics"
from
"matthewharwood/fantasy-phonics"
3
IndexedDB patterns for local-first state persistence using the idb library. Use when implementing features that require persistent state across navigation and sessions. Covers data modeling, defaults, CRUD operations, state managers, and reset patterns. Integrates with web-components for reactive UI updates.
2026-01-05
adb-android-control.md
0
1
export
adb-android-control
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Comprehensive Android device control via ADB (Android Debug Bridge). Use when user asks about: Android device management, app installation/uninstallation, APK operations, package management, file transfer (push/pull), screenshots, screen recording, input simulation (tap/swipe/text/keyevents), shell commands, logcat viewing, device info (battery/memory/storage), automation scripts, wireless ADB connection, scrcpy mirroring. Keywords: adb, android, phone, tablet, device, apk, install app, uninstall app, screenshot, screen record, tap, swipe, type text, keyevent, logcat, push file, pull file, shell, package, activity, intent, broadcast, dumpsys, getprop, settings, input, sendevent, monkey, am start, pm list, device info, battery status, wireless adb, connect device.
2026-01-05
rust-error-handling.md
0
1
export
rust-error-handling
2
from
"gar-ai/mallorn"
from
"gar-ai/mallorn"
3
Design error types using thiserror for libraries and anyhow for applications. Use when defining error hierarchies or handling fallible operations.
2026-01-05
code-standards.md
0
1
export
code-standards
2
from
"chekos/bns-marketplace"
from
"chekos/bns-marketplace"
3
Load when reviewing code, writing code examples, or ensuring code quality.Contains coding standards for Python, JavaScript, SQL, and general bestpractices for publication-quality code.
2026-01-05
workflow-ui-generator.md
0
1
export
workflow-ui-generator
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Generate React Flow workflow UIs with nodes, edges, execution orchestration, and chat interfaces. Use when creating workflow visualizations, multi-step processes, DAG systems, or orchestrated task flows.
2026-01-05
component-manager.md
0
1
export
component-manager
2
from
"nathanvale/dotfiles"
from
"nathanvale/dotfiles"
3
Manage component registry for task categorization. List, find, and add components. State stored in .claude/state/task-streams/component-manager.json (gitignored). Auto-initializes with C00 "General / Cross-Cutting" on first use. Returns component codes like C01, C02. Use when user says 'list components', 'add component', 'find component', 'categorize tasks by component', or when organizing tasks by system module. (project, gitignored)
2026-01-05
code-reviewer.md
0
1
export
code-reviewer
2
from
"a-ariff/Ariff-code-config"
from
"a-ariff/Ariff-code-config"
3
Performs thorough code reviews focusing on quality, best practices, security, and maintainability. Use when user asks for code review, feedback on code quality, or wants suggestions for improvements.
2026-01-05
react.md
0
1
export
react
2
from
"segersniels/dotfiles"
from
"segersniels/dotfiles"
3
React best practices and patterns
2026-01-05
backend-python-testing.md
0
1
export
backend-python-testing
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Implement comprehensive testing strategies with pytest, fixtures, mocking, and test-driven development for FastAPI applications. Use when writing Python tests, setting up test suites, or implementing testing best practices.
2026-01-05
lsp-agent.md
0
1
export
lsp-agent
2
from
"nbarthelemy/claudenv"
from
"nbarthelemy/claudenv"
3
Automatically detects, installs, and configures Language Server Protocol (LSP) servers for enhanced code intelligence. Provides go-to-definition, find-references, hover docs, and symbol navigation.TRIGGERS - Keywords: lsp, language server, code intelligence, go to definition, find references, hover, symbols, diagnostics, autocomplete, intellisense, code navigation, jump to definition, find usages, type info.TRIGGERS - Phrases: "set up lsp", "install language server", "enable code intelligence", "configure lsp", "go to definition not working", "find references", "show type", "navigate to symbol", "code navigation".TRIGGERS - Automatic: After tech-detection completes, when opening new file types, when LSP operations fail.
2026-01-05
managing-mcps.md
0
1
export
managing-mcps
2
from
"thoeltig/claude-code-toolkit"
from
"thoeltig/claude-code-toolkit"
3
Creates, analyzes, updates, and evaluates Model Context Protocol (MCP) servers including architecture assessment, security validation, and connection configuration. Use when user asks if current context or logic should be MCP, requests MCP creation/improvement/update, mentions MCP is outdated, or asks how MCPs work, what MCPs are, explaining MCP concepts, understanding MCP architecture, protocol specification, server implementation, client integration, or connecting MCP servers to Claude Code.
2026-01-05
project-context-analyzer.md
0
1
export
project-context-analyzer
2
from
"orakitine/claude-code-lab"
from
"orakitine/claude-code-lab"
3
Analyzes project structure, dependencies, and patterns to generate comprehensive context documentation. Uses parallel agent execution for faster analysis. Helps understand unfamiliar codebases quickly.
2026-01-05
fastmcp.md
0
1
export
fastmcp
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Use this skill when building MCP (Model Context Protocol) servers with FastMCP in Python. FastMCP is a framework for creating servers that expose tools, resources, and prompts to LLMs like Claude. The skill covers server creation, tool/resource definitions, storage backends (memory/disk/Redis/DynamoDB), server lifespans, middleware system (8 built-in types), server composition (import/mount), OAuth Proxy, authentication patterns, icons, OpenAPI integration, client configuration, cloud deployment (FastMCP Cloud), error handling, and production patterns. It prevents 25+ common errors including storage misconfiguration, lifespan issues, middleware order errors, circular imports, module-level server issues, async/await confusion, OAuth security vulnerabilities, and cloud deployment failures. Includes templates for basic servers, storage backends, middleware, server composition, OAuth proxy, API integrations, testing, and self-contained production architectures.Keywords: FastMCP, MCP server Python, Model Context
2026-01-05
security-audit.md
0
1
export
security-audit
2
from
"ils15/copilot-global-config"
from
"ils15/copilot-global-config"
3
Audit code for security vulnerabilities using OWASP Top 10, STRIDE threat modeling, and secure coding practices. Identifies SQL injection, XSS, CSRF, auth issues, and secrets exposure. Returns prioritized findings with remediation.
2026-01-05
research-methodology.md
0
1
export
research-methodology
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
This skill should be used when the user asks about "how to research", "research best practices", "evaluate sources", "source credibility", "academic research", "find reliable information", "cite sources", "research methodology", or needs guidance on conducting thorough web research and evaluating information quality.
2026-01-05
whatsapp-flows.md
0
1
export
whatsapp-flows
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Authoring WhatsApp Business Flows with validation, component guidance, and server integration patterns. Use when building conversational experiences, collecting user data, implementing conditional logic, or integrating with backend endpoints.
2026-01-05
unity-catalog-tagger.md
0
1
export
unity-catalog-tagger
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Manage Unity Catalog metadata tags for data governance and classification. Use when applying tags to tables and columns, classifying data sensitivity (PII, PHI), marking data quality attributes, or when user mentions Unity Catalog tagging, metadata management, data governance, or compliance workflows.
2026-01-05
generating-unit-tests.md
0
1
export
generating-unit-tests
2
from
"jhlee0409/inner-lens"
from
"jhlee0409/inner-lens"
3
Generate Vitest unit tests following project conventions. Use when user asks to create tests, write test cases, or add test coverage for TypeScript functions.
2026-01-05
code-review-simplify.md
0
1
export
code-review-simplify
2
from
"negi524/dotfiles"
from
"negi524/dotfiles"
3
複雑な実装をシンプルにする方法を提案し、よりエレガントなコードへの改善案をGitHub PR形式で出力するスキル
2026-01-05
coolify-manager.md
0
1
export
coolify-manager
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Manage and troubleshoot Coolify deployments using the official CLI and API. Use this skill when the user needs help with Coolify server management, WordPress troubleshooting on Coolify, debugging service issues, checking SSL certificates, accessing containers, or managing applications and databases through Coolify. Particularly useful for diagnosing down services, fixing .htaccess issues, REST API problems, and performing deployment operations.
2026-01-05
read-webpage-content-as-markdown.md
0
1
export
read-webpage-content-as-markdown
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Read a webpage into cleaned markdown using curl + markitdown + codex exec. Use whenever asked to read a webpage or extract article content from a URL. Static HTML only; JS/client-rendered pages require a Playwright workflow.
2026-01-05