💻 Development
2539 skills found
kubernetes-debugger.md
2
1
export
kubernetes-debugger
2
from
"rodrigodelmonte/k8s-debugging-plugin"
from
"rodrigodelmonte/k8s-debugging-plugin"
3
Kubernetes debugging and troubleshooting best practices using MCP kubernetes tools.Use when: (1) Pods are failing, pending, or in CrashLoopBackOff/ImagePullBackOff states,(2) Services are unreachable or DNS resolution fails, (3) Deployments aren't rolling out,(4) Nodes are unhealthy or unschedulable, (5) Resource issues (OOM, CPU throttling),(6) Any "why isn't my Kubernetes workload working?" questions.Provides systematic debugging workflows using kubectl_get, kubectl_describe, kubectl_logs,exec_in_pod, and other MCP kubernetes tools.
2026-01-02
expert-debugging-and-lint-fixing.md
2
1
export
expert-debugging-and-lint-fixing
2
from
"auldsyababua/instructor-workflow"
from
"auldsyababua/instructor-workflow"
3
Systematic debugging workflow to reproduce, isolate, and fix hard software bugs, resolve related lint issues, and add tests and guardrails to prevent regressions. This skill should be used for complex bugs that teams struggle to fix, flaky/intermittent failures, production-only bugs, and environment-specific issues where code changes must be lint-clean.
2026-01-13
deno-debugger.md
2
1
export
deno-debugger
2
from
"willkelly/deno-debug-skill"
from
"willkelly/deno-debug-skill"
3
An attempt to get claude code connected to a remote debugger to troubleshoot typescript problems in deno
2025-12-11
using-the-block-collection-and-block-party.md
2
1
export
using-the-block-collection-and-block-party
2
from
"aemsites/da-blog-tools"
from
"aemsites/da-blog-tools"
3
The Block Collection and Block Party are repositories for existing AEM blocks, build tools, code snippets, integration patterns, plugins, and more. Use this skill anytime you are developing something and want to find a reference to use as a starting point.
2026-02-25
gemini-cli-plugin.md
2
1
export
gemini-cli-plugin
2
from
"Whamp/whamp-claude-plugins"
from
"Whamp/whamp-claude-plugins"
3
a collection of [3] plugins for Claude Code that might be helpful for others
2025-12-22
bugfixforever.md
2
1
export
bugfixforever
2
from
"ships/eden"
from
"ships/eden"
3
configuration files
2025-12-19
patent-drafter.md
2
1
export
patent-drafter
2
from
"travishsu/patent-lawer-space"
from
"travishsu/patent-lawer-space"
3
Autonomous patent application drafting agent. Drafts complete patent applications including claims, specification, and abstract from invention descriptions.
2026-02-09
sparze.md
2
1
export
sparze
2
from
"glassesneo/sparze"
from
"glassesneo/sparze"
3
Expert guidance for Sparze ECS apps including systems, queries, components, resources, events, and performance trade-offs.
2026-01-05
go-uber-style.md
2
1
export
go-uber-style
2
from
"nhlongnguyen/dotfiles"
from
"nhlongnguyen/dotfiles"
3
Use this skill when writing Go code following the Uber Go Style Guide. Provides comprehensive guidance on idiomatic Go patterns, error handling, concurrency safety, performance optimization, and test-driven development. Covers all critical Uber Go rules including channel sizing, goroutine management, interface design, and proper error handling. Appropriate for any task involving .go files, Go code reviews, refactoring, or implementing Go best practices.
2026-02-24
brand-writing.md
2
1
export
brand-writing
2
from
"mattppal/shipping-szn"
from
"mattppal/shipping-szn"
3
Code for auto-generating changelogs on a Mintlify site from messages in a Slack Channel, using the Claude Agent SDK
2026-02-13
workers-runtime-validator.md
2
1
export
workers-runtime-validator
2
from
"hirefrank/hirefrank-marketplace"
from
"hirefrank/hirefrank-marketplace"
3
Automatically validates Cloudflare Workers runtime compatibility during development, preventing Node.js API usage and ensuring proper Workers patterns
2025-12-10
frontend-dev.md
2
1
export
frontend-dev
2
from
"jungai/dotfiles"
from
"jungai/dotfiles"
3
my dotfiles
2026-02-23
enterprise-readiness.md
2
1
export
enterprise-readiness
2
from
"netresearch/enterprise-readiness-skill"
from
"netresearch/enterprise-readiness-skill"
3
Agent Skill for enterprise readiness assessment - security, quality, and automation | Claude Code compatible
2026-02-25
test-helper.md
2
1
export
test-helper
2
from
"majiayu000/Claude-Code-Monitor"
from
"majiayu000/Claude-Code-Monitor"
3
Generate and run tests for TypeScript/JavaScript code using Bun test runner. Use this skill when you need to write tests, check coverage, or debug test failures.
2026-02-17
github-content.md
2
1
export
github-content
2
from
"krmcbride/claude-plugins"
from
"krmcbride/claude-plugins"
3
Claude Code plugin marketplace
2026-01-03
exa-websets-search.md
2
1
export
exa-websets-search
2
from
"benjaminjackson/exa-skills"
from
"benjaminjackson/exa-skills"
3
Claude Code skills for using Exa.ai.
2025-12-12
frontend-dev-guidelines.md
2
1
export
frontend-dev-guidelines
2
from
"NerionSoft/nuit-de-l-info"
from
"NerionSoft/nuit-de-l-info"
3
Project built during Nuit de l’Info: a Linux simulation designed to help new students learn how a Linux system works.
2026-02-06
get-web-page-raw.md
2
1
export
get-web-page-raw
2
from
"dudarev/ai-assisted-software-development"
from
"dudarev/ai-assisted-software-development"
3
Capture a web page as raw material (extracted text/Markdown) with metadata, storing it in the raw/ directory for later distillation.
2026-02-21
baseline-check.md
2
1
export
baseline-check
2
from
"spiralhouse/cycletime"
from
"spiralhouse/cycletime"
3
Context Management for Claude Code
2026-01-24
sinusitis-care.md
2
1
export
sinusitis-care
2
from
"milsonson/--claude-skill"
from
"milsonson/--claude-skill"
3
Expert sinusitis consultant. IMMEDIATELY search 10+ authoritative sources (UpToDate, AAO-HNS, EPOS, Mayo, PubMed/PMC, Cleveland Clinic, Hopkins, Springer, NORD, ENT Today, USA Sinus) for ANY sinus question. Use WebFetch to read sources deeply. Mark uncertainty explicitly.
2026-02-22
fuzzy-edit.md
2
1
export
fuzzy-edit
2
from
"dbarnett/dotfiles"
from
"dbarnett/dotfiles"
3
This skill should be used when Edit tool fails with "old_string not found", "string not found", or indentation mismatch errors. Also use when editing files with tab indentation (Python, Go, Makefiles, TypeScript) or when the Edit tool has failed multiple times on the same edit. Provides the agents-fuzzy-edit-args utility to fix Edit arguments by re-reading actual files.
2026-01-04
ruby-idioms.md
2
1
export
ruby-idioms
2
from
"stephendolan/dotfiles"
from
"stephendolan/dotfiles"
3
Dotfiles using DotBot
2026-02-23
digital-samba.md
2
1
export
digital-samba
2
from
"digitalsamba/digital-samba-skill"
from
"digitalsamba/digital-samba-skill"
3
Build video conferencing integrations using Digital Samba's API and SDK. Use when creating meeting rooms, embedding video calls, generating participant tokens, managing recordings, or integrating real-time collaboration features. Triggers include "Digital Samba", "video conferencing API", "embed video calls", "meeting room integration", "WebRTC iframe", "participant tokens".
2026-02-25
ui-ux-design-patterns.md
2
1
export
ui-ux-design-patterns
2
from
"endo-ava/harmonic-orbit"
from
"endo-ava/harmonic-orbit"
3
音楽理論を円と地図で表現
2026-02-11