- Home
- /
- Categories
- /
- Debugging
Debugging
Find and fix bugs, error analysis
cf-sys-debug
by dinhanhthi
Use when diagnosing bugs, investigating failures, or fixing broken behavior
merge-sweep
by OmniNode-ai
Org-wide PR sweep — enables GitHub auto-merge on ready PRs and runs pr-polish on PRs with blocking issues (CI failures, conflicts, changes requested)
ai-sdk-core
by BjornMelin
Expert guidance for AI SDK Core: text generation, structured data, tool calling (tool/dynamicTool), MCP integration (createMCPClient, Experimental_StdioMCPTransport), embeddings/reranking, provider setup, middleware, telemetry, and error handling. Use when building with generateText/streamText, generateObject/streamObject, tools (needsApproval, strict, inputExamples, activeTools, toolChoice, experimental_context), embeddings (embed/embedMany/rerank), or MCP tools/resources/prompts/elicitation.
gap
by OmniNode-ai
Cross-repo integration health audit with detect, fix, and cycle modes
git-workflow
by nicholasgriffintn
A skill that outlines best practices for using Git in a collaborative development environment, including branching strategies, commit conventions, and pull request workflows.
ruby-on-rails
by display-design-studio
Comprehensive Ruby on Rails 8.1 best-practices skill covering MVC, Active Record, routing, views, background jobs, storage, security, testing, and performance. Use when the user mentions Rails, Ruby on Rails, ActiveRecord, ActiveJob, ActionMailer, ActionCable, Active Storage, rails generate, rails routes, Hotwire, Turbo, Stimulus, or asks to build, review, debug, or migrate a Rails application or API.
cli-design
by MichaelVessia
Design and build agent-first CLIs with JSON envelopes, contextual next_actions, context-safe output, and optional NDJSON streaming. Use when creating CLI tools, adding commands, or reviewing command interfaces for agent consumption.
n8n-validation-expert
by echoleesong
Interpret validation errors and guide fixing them. Use when encountering validation errors, validation warnings, false positives, operator structure issues, or need help understanding validation results. Also use when asking about validation profiles, error types, or the validation loop process.
deploy-local-plugin
by OmniNode-ai
Deploy local plugin files from repository source to Claude Code plugin cache for immediate testing
git-committing
by MolcajeteAI
This skill should be used when creating git commits, amending commits, or reviewing commit messages. It defines commit message standards: imperative verbs, 50-character limit, conventional commit prefixes adapted to the project's existing style, and absolutely no AI or tool attribution.
ci-watch
by OmniNode-ai
Poll GitHub Actions CI for a PR, auto-fix failures, and report terminal state
tui-design
by yarlson
Build clean, distinctive, production-ready Terminal UIs (TUIs) under terminal limits (monospace grid, fixed line height, limited styles). Use for screens, components, flows, and full TUI apps.
go-testing
by MolcajeteAI
This skill should be used when writing, reviewing, or debugging Go tests. It covers table-driven tests, test organization, assertions, mocking patterns, coverage analysis, benchmarking, integration tests, race detection, and test quality standards.
debug-loop
by MichaelVessia
Autonomous debugging loop with up to 5 fix attempts
model-router
by oyi77
Intelligent model routing via subagents - automatically spawn the right model for each task complexity
bd-add
by MichaelVessia
Create a new bead with provided arguments
defense-in-depth
by OmniNode-ai
Use when invalid data causes failures deep in execution, requiring validation at multiple system layers - validates at every layer data passes through to make bugs structurally impossible
track-session
by AntJanus
Track, stop, resume, verify, and save progress on long-running work. Use when asked to "start a work session", "track this work", "save progress", "stop session", "resume work", "continue where we left off", "verify work", "check if we're done", "validate progress", "let's get to work on something big", or when planning multi-phase implementations, complex refactoring, or tasks spanning multiple sessions.
swift-concurrency-expert
by pondorasti
Swift Concurrency review and remediation for Swift 6.2+. Use when asked to review Swift Concurrency usage, improve concurrency compliance, or fix Swift concurrency compiler errors in a feature or file.
intelligence
by OmniNode-ai
Request intelligence from the OmniIntelligence service for pattern discovery, code analysis, and context enrichment
core-data-patterns
by Kaakati
"Expert Core Data decisions for iOS/tvOS: when Core Data vs alternatives, context architecture for multi-threading, migration strategy selection, and performance optimization trade-offs. Use when choosing persistence layer, debugging save failures, or optimizing fetch performance. Trigger keywords: Core Data, NSManagedObject, NSPersistentContainer, NSFetchRequest, FetchRequest, migration, lightweight migration, background context, merge policy, faulting"
swift-fundamentals
by pluginagentmarketplace
Master Swift programming fundamentals - syntax, types, optionals, protocols, error handling
Rails Error Prevention
by Kaakati
"Comprehensive checklist and prevention strategies for common Ruby on Rails errors. Use this skill BEFORE writing any Rails code to prevent ViewComponent template errors, ActiveRecord query mistakes, method exposure issues, N+1 queries, and other common Rails pitfalls."
swift-ios-basics
by pluginagentmarketplace
Build iOS applications - project setup, app lifecycle, Info.plist, capabilities