Browse Skills
17720 skills found
claude-code-github-workflows.md
6
1
export
claude-code-github-workflows
2
from
"laurigates/dotfiles"
from
"laurigates/dotfiles"
3
Claude Code workflow design and automation patterns for PR reviews, issue triage, and CI/CD integration. Use when creating or modifying GitHub Actions workflows that integrate Claude Code.
2026-01-05
building-mcp-server-on-cloudflare.md
6
1
export
building-mcp-server-on-cloudflare
2
from
"cloudflare/skills"
from
"cloudflare/skills"
3
Builds remote MCP (Model Context Protocol) servers on Cloudflare Workerswith tools, OAuth authentication, and production deployment. Generatesserver code, configures auth providers, and deploys to Workers.Use when: user wants to "build MCP server", "create MCP tools", "remoteMCP", "deploy MCP", add "OAuth to MCP", or mentions Model Context Protocolon Cloudflare. Also triggers on "MCP authentication" or "MCP deployment".
2026-01-05
konflux-is-a-build-tool.md
6
1
export
konflux-is-a-build-tool
2
from
"konflux-ci/skills"
from
"konflux-ci/skills"
3
Use this skill to query Konflux objects from the Kubernetes cluster. Konflux objects are application, component, pipelinerun, taskrun, snapshot and release. The skill can be used to query logs from failed or removed pipelines and pods.
2026-01-05
git-workflow.md
6
1
export
git-workflow
2
from
"jkomoros/community-patterns"
from
"jkomoros/community-patterns"
3
Git operations and pull request workflows. Create PRs, rebase branches, resolve conflicts, merge to upstream. Use when ready to create PR or when working with git branches and upstream.
2026-01-05
create-skill.md
6
1
export
create-skill
2
from
"dlants/dotfiles"
from
"dlants/dotfiles"
3
Guide for creating new skills in magenta.nvim, including file structure, frontmatter format, and TypeScript script execution
2026-01-05
jujutsu.md
6
1
export
jujutsu
2
from
"mybuddymichael/dotfiles"
from
"mybuddymichael/dotfiles"
3
Use Jujutsu (jj) for version control operations. Provides guidance on jj commands, revsets, commit messages, and workflow. Use when working with version control, making commits, or when git/jj/Jujutsu is mentioned.
2026-01-05
dev-swarm-install-ai-code-agent.md
6
1
export
dev-swarm-install-ai-code-agent
2
from
"X-School-Academy/ai-dev-swarm"
from
"X-School-Academy/ai-dev-swarm"
3
Install AI code agent CLI tools including claude-code, gemini-cli, codex, and github copilot-cli. Use when setting up AI coding assistants or when the user asks to install an AI code agent.
2026-01-05
create-worktree.md
6
1
export
create-worktree
2
from
"jeffh/claude-plugins"
from
"jeffh/claude-plugins"
3
Creates a new git/jj worktree for development work with proper setup, dependencies, and optional thoughts initialization. Use when user needs to create a new worktree for feature development or bug fixes.
2026-01-05
awslabs-aws-api-mcp-server-call-aws.md
6
1
export
awslabs-aws-api-mcp-server-call-aws
2
from
"X-School-Academy/ai-dev-swarm"
from
"X-School-Academy/ai-dev-swarm"
3
To run an exact AWS CLI command, execute a validated `aws ...` command for direct AWS operations when you already know the precise service and parameters; use instead of suggesting commands.
2026-01-05
consolidate-transcripts.md
6
1
export
consolidate-transcripts
2
from
"dparedesi/YTScribe"
from
"dparedesi/YTScribe"
3
Consolidate transcripts from a channel into a single file, sorted by date (newest first), up to 800K tokens. Use when preparing transcripts for LLM context or bulk analysis.
2026-01-05
git-cd-pr.md
6
1
export
git-cd-pr
2
from
"atournayre/claude-marketplace"
from
"atournayre/claude-marketplace"
3
Crée une Pull Request en mode Continuous Delivery avec workflow complet : QA, labels version (major/minor/patch), feature flags, code review automatique.
2026-01-05
embedded-systems.md
6
1
export
embedded-systems
2
from
"laurigates/dotfiles"
from
"laurigates/dotfiles"
3
Embedded systems programming with ESP32/ESP-IDF, STM32, FreeRTOS, real-time systems,and hardware abstraction. Covers low-level development, RTOS patterns, peripheraldrivers, and firmware workflows.Use when user mentions ESP32, ESP-IDF, STM32, FreeRTOS, embedded, microcontroller,firmware, RTOS, or hardware programming.
2026-01-05
hive-mcp.md
6
1
export
hive-mcp
2
from
"intertwine/hive-orchestrator"
from
"intertwine/hive-orchestrator"
3
Use the Agent Hive MCP (Model Context Protocol) server for programmatic project management. Use this skill when working with MCP tools to list projects, claim/release projects, update status, add notes, or query dependencies through the MCP interface.
2026-01-05
godot-compatibility-checker.md
6
1
export
godot-compatibility-checker
2
from
"hhhh124hhhh/godot-mcp"
from
"hhhh124hhhh/godot-mcp"
3
自动检测和修复Godot 3.x与4.x之间的API兼容性问题,基于实际项目经验提供针对性解决方案
2026-01-05
playwright-browser-click.md
6
1
export
playwright-browser-click
2
from
"X-School-Academy/ai-dev-swarm"
from
"X-School-Academy/ai-dev-swarm"
3
To click a page element in the browser, perform a click on buttons, links, or controls during Playwright automation.
2026-01-05
shannot.md
6
1
export
shannot
2
from
"corv89/shannot"
from
"corv89/shannot"
3
Run diagnostic scripts in sandbox with human approval (MCP tool)
2026-01-05
dart-set-widget-selection-mode.md
6
1
export
dart-set-widget-selection-mode
2
from
"X-School-Academy/ai-dev-swarm"
from
"X-School-Academy/ai-dev-swarm"
3
To enable or disable widget selection mode in a running Flutter app, set selection mode after connecting to the Dart Tooling Daemon.
2026-01-05
typescript-type-safety.md
6
1
export
typescript-type-safety
2
from
"marcioaltoe/claude-craftkit"
from
"marcioaltoe/claude-craftkit"
3
TypeScript type safety including type guards and advanced type system features. **ALWAYS use when writing ANY TypeScript code (frontend AND backend)** to ensure strict type safety, avoid `any` types, and leverage the type system. Examples - "create function", "implement class", "define interface", "type guard", "discriminated union", "type narrowing", "conditional types", "handle unknown types".
2026-01-05
git-commit-workflow.md
6
1
export
git-commit-workflow
2
from
"laurigates/dotfiles"
from
"laurigates/dotfiles"
3
Commit message conventions, staging practices, and commit best practices.Covers conventional commits, explicit staging workflow, logical change grouping,and humble fact-based communication style.Use when user mentions committing changes, writing commit messages, git add,git commit, staging files, or conventional commit format.
2026-01-05
python-testing.md
6
1
export
python-testing
2
from
"laurigates/dotfiles"
from
"laurigates/dotfiles"
3
Python testing with pytest, coverage, fixtures, parametrization, and mocking.Covers test organization, conftest.py, markers, async testing, and TDD workflows.Use when user mentions pytest, unit tests, test coverage, fixtures, mocking,or writing Python tests.
2026-01-05
mcp-chrome-devtools.md
6
1
export
mcp-chrome-devtools
2
from
"s-hiraoku/vscode-sidebar-terminal"
from
"s-hiraoku/vscode-sidebar-terminal"
3
This skill provides guidance for using Chrome DevTools MCP for browser debugging and automation. Use when debugging web pages, analyzing performance, inspecting network requests, viewing console messages, or interacting with Chrome DevTools features programmatically.
2026-01-05
type-driven-development.md
6
1
export
type-driven-development
2
from
"OutlineDriven/odin-claude-plugin"
from
"OutlineDriven/odin-claude-plugin"
3
Run validation-first Idris 2 workflows with tiered commands (CHECK/VALIDATE/GENERATE/REMEDIATE) and strict exit codes. Comprehensive skill handling both design (planning) and execution (verification) through dependent types.
2026-01-05
update-changelog.md
6
1
export
update-changelog
2
from
"Wizard1209/letta-client-bot"
from
"Wizard1209/letta-client-bot"
3
Updates notes/changelog.md based on git history. Use when user says "update changelog", "changelog entry", "release version", "release X.Y.Z", or runs /update-changelog.
2026-01-05
ai4pkm-helper.md
6
1
export
ai4pkm-helper
2
from
"jykim/claude-obsidian-skills"
from
"jykim/claude-obsidian-skills"
3
AI4PKM helper for onboarding guidance, quick help, and Gobi Desktop/CLI workflow integration.
2026-01-05