Browse Skills
44969 skills found
Unnamed Skill.md
10
1
export
Unnamed Skill
2
from
"chaingraphlabs/chaingraph"
from
"chaingraphlabs/chaingraph"
3
Executor package architecture for ChainGraph flow execution engine. Use when working on packages/chaingraph-executor, execution services, DBOS workflows, event bus, task queues, tRPC routes, or execution-related database operations. Triggers: executor, execution, service, worker, queue, event bus, dbos, workflow, tRPC execution, execution-api, execution-worker.
2026-01-05
writing-quickstarts.md
10
1
export
writing-quickstarts
2
from
"auth0/docs-v2"
from
"auth0/docs-v2"
3
Guides technical writers through creating Auth0 QuickStart guides that address known usability patterns. Use when writing new QuickStarts, improving existing integration guides, clarifying navigation, structuring prerequisites, or simplifying external service setup.
2026-01-05
agent-flutter-expert.md
10
1
export
agent-flutter-expert
2
from
"Tony363/SuperClaude"
from
"Tony363/SuperClaude"
3
Expert Flutter specialist mastering Flutter 3+ with modern architecture patterns. Specializes in cross-platform development, custom animations, native integrations, and performance optimization with focus on creating beautiful, native-performance applications.
2026-01-05
api-design.md
10
1
export
api-design
2
from
"akaszubski/autonomous-dev"
from
"akaszubski/autonomous-dev"
3
REST API design best practices, versioning strategies, error handling, pagination, and OpenAPI documentation. Use when designing or implementing REST APIs, HTTP endpoints, or API documentation.
2026-01-05
php-modernization.md
10
1
export
php-modernization
2
from
"netresearch/claude-code-marketplace"
from
"netresearch/claude-code-marketplace"
3
Agent Skill: PHP 8.x modernization patterns. Use when upgrading to PHP 8.1/8.2/8.3/8.4/8.5, implementing type safety, or achieving PHPStan level 10. By Netresearch.
2026-01-05
mooncheat.md
10
1
export
mooncheat
2
from
"mizchi/npm_typed.mbt"
from
"mizchi/npm_typed.mbt"
3
Moonbit cheatsheet to check syntax and corelibrary usages
2026-01-05
agent-debugger.md
10
1
export
agent-debugger
2
from
"Tony363/SuperClaude"
from
"Tony363/SuperClaude"
3
Expert debugger specializing in complex issue diagnosis, root cause analysis, and systematic problem-solving. Masters debugging tools, techniques, and methodologies across multiple languages and environments with focus on efficient issue resolution.
2026-01-05
command-creator.md
10
1
export
command-creator
2
from
"basher83/lunar-claude"
from
"basher83/lunar-claude"
3
This skill should be used when the user asks to "create a slash command", "write a command file", "add command to plugin", "create /command", "write command frontmatter", "add command arguments", "configure command tools", needs guidance on command structure, YAML frontmatter fields (description, argument-hint, allowed-tools), markdown command body, or wants to add custom slash commands to Claude Code plugins with proper argument handling and tool restrictions.
2026-01-05
enact/hello-js.md
10
1
export
enact/hello-js
2
from
"EnactProtocol/enact"
from
"EnactProtocol/enact"
3
A simple JavaScript greeting tool
2026-01-05
crawl4ai.md
10
1
export
crawl4ai
2
from
"basher83/lunar-claude"
from
"basher83/lunar-claude"
3
This skill should be used when users need to scrape websites, extract structured data, handle JavaScript-heavy pages, crawl multiple URLs, or build automated web data pipelines. Includes optimized extraction patterns with schema generation for efficient, LLM-free extraction.
2026-01-05
agent-terraform-engineer.md
10
1
export
agent-terraform-engineer
2
from
"Tony363/SuperClaude"
from
"Tony363/SuperClaude"
3
Expert Terraform engineer specializing in infrastructure as code, multi-cloud provisioning, and modular architecture. Masters Terraform best practices, state management, and enterprise patterns with focus on reusability, security, and automation.
2026-01-05
agent-iot-engineer.md
10
1
export
agent-iot-engineer
2
from
"Tony363/SuperClaude"
from
"Tony363/SuperClaude"
3
Expert IoT engineer specializing in connected device architectures, edge computing, and IoT platform development. Masters IoT protocols, device management, and data pipelines with focus on building scalable, secure, and reliable IoT solutions.
2026-01-05
jira-integration.md
10
1
export
jira-integration
2
from
"netresearch/claude-code-marketplace"
from
"netresearch/claude-code-marketplace"
3
Agent Skill: Comprehensive Jira integration through lightweight Python scripts. AUTOMATICALLY TRIGGER when user mentions Jira URLs like 'https://jira.*/browse/*', 'https://*.atlassian.net/browse/*', or issue keys like 'PROJ-123'. Use when searching issues (JQL), getting/updating issue details, creating issues, transitioning status, adding comments, logging worklogs, managing sprints and boards, creating issue links, or formatting Jira wiki markup. If authentication fails, offer to configure credentials interactively. Supports both Jira Cloud and Server/Data Center with automatic authentication detection. By Netresearch.
2026-01-05
tmux.md
10
1
export
tmux
2
from
"sourcegraph/amp-contrib"
from
"sourcegraph/amp-contrib"
3
Instructions for using tmux to spawn multiple processes, inspect them, and capture their output. Useful for running servers or long-running tasks in the background.
2026-01-05
code-quality.md
10
1
export
code-quality
2
from
"RicherTunes/Brainarr"
from
"RicherTunes/Brainarr"
3
Enforce code quality standards, test coverage, and static analysis. Use when working with code coverage thresholds, mutation testing, linting, code formatting, or quality gates. Maintains high code quality standards through automation.
2026-01-05
mcp-builder.md
10
1
export
mcp-builder
2
from
"basher83/lunar-claude"
from
"basher83/lunar-claude"
3
Guide for creating high-quality MCP (Model Context Protocol) servers that enable LLMs to interact with external services through well-designed tools. Use when building MCP servers to integrate external APIs or services, whether in Python (FastMCP) or Node/TypeScript (MCP SDK).
2026-01-05
ts-morph-analyzer.md
10
1
export
ts-morph-analyzer
2
from
"ratacat/claude-skills"
from
"ratacat/claude-skills"
3
Use when debugging TypeScript/JavaScript bugs by tracing call chains, understanding unfamiliar codebases quickly, making architectural decisions, or reviewing code quality. Extract function signatures and JSDoc without full file reads, trace call hierarchies up/down, detect code smells, and follow data flow. Triggers on debugging, understanding codebase, architectural analysis, signature extraction, call tracing.
2026-01-05
slash-command-creator.md
10
1
export
slash-command-creator
2
from
"basher83/lunar-claude"
from
"basher83/lunar-claude"
3
Create custom slash commands for Claude Code with complete frontmatter, arguments, and advanced features. Use when creating /commands, writing command .md files, configuring allowed-tools, adding argument placeholders ($ARGUMENTS, $1, $2), embedding bash execution with !`command`, using file references with @path, setting up plugin commands with namespacing, or deciding between slash commands vs skills.
2026-01-05
bigquery.md
10
1
export
bigquery
2
from
"sourcegraph/amp-contrib"
from
"sourcegraph/amp-contrib"
3
Instructions for querying Google BigQuery using the bq command-line tool. Useful for running SQL queries, exploring datasets, and exporting results.
2026-01-05
writing-documentation.md
10
1
export
writing-documentation
2
from
"ratacat/claude-skills"
from
"ratacat/claude-skills"
3
Produces concise, clear documentation by applying Elements of Style principles. Use when writing or improving any technical documentation (READMEs, guides, API docs, architecture docs). Not for code comments.
2026-01-05
github-pr-review-operation.md
10
1
export
github-pr-review-operation
2
from
"sushichan044/dotfiles"
from
"sushichan044/dotfiles"
3
GitHub Pull Requestのレビュー操作を行うスキル。PR情報取得、差分確認、コメント取得・投稿、インラインコメント、コメント返信をghコマンドで実行する。PRレビュー、コードレビュー、PR操作が必要な時に使用。
2026-01-05
agent-product-manager.md
10
1
export
agent-product-manager
2
from
"Tony363/SuperClaude"
from
"Tony363/SuperClaude"
3
Expert product manager specializing in product strategy, user-centric development, and business outcomes. Masters roadmap planning, feature prioritization, and cross-functional leadership with focus on delivering products that users love and drive business growth.
2026-01-05
typo3-core-contributions.md
10
1
export
typo3-core-contributions
2
from
"netresearch/claude-code-marketplace"
from
"netresearch/claude-code-marketplace"
3
Agent Skill: TYPO3 Core contribution workflow. Use when working with Forge issues, submitting patches to Gerrit, or contributing docs. By Netresearch.
2026-01-05
Unnamed Skill.md
10
1
export
Unnamed Skill
2
from
"chaingraphlabs/chaingraph"
from
"chaingraphlabs/chaingraph"
3
DBOS durable execution patterns and CRITICAL constraints for ChainGraph executor. Use when working on workflows, steps, execution, or any DBOS-related code. Contains MUST-FOLLOW constraints about what can be called from workflows vs steps. Triggers: dbos, workflow, step, durable, execution, startWorkflow, writeStream, recv, send, runStep, atomic, checkpoint, WorkflowQueue, queue, cancelWorkflow, Promise.allSettled. (project)
2026-01-05