- Home
- /
- Categories
- /
- Debugging
Debugging
Find and fix bugs, error analysis
calling-rust-from-tauri-frontend
by dchuk
Guides the user through calling Rust backend functions from the Tauri frontend using the invoke function, defining commands with the #[tauri::command] attribute, passing arguments, returning values, handling errors, and implementing async IPC communication.
deployment-automation
by qodex-ai
Automate deployment to Vercel platform. Manages deployment configuration, environment setup, and CI/CD integration.
diagnose-generation-failure
by speakeasy-api
Use when SDK generation failed or seeing errors. Triggers on "generation failed", "speakeasy run failed", "SDK build error", "workflow failed", "Step Failed", "why did generation fail"
improve-sdk-naming
by speakeasy-api
Use when you want AI-powered suggestions for SDK naming improvements via the speakeasy suggest command (not manual overlay creation). Triggers on "suggest improvements", "speakeasy suggest", "AI suggestions", "suggest operation-ids", "suggest error-types", "auto-improve naming", "get AI recommendations".
test-driven-development
by Jst-Well-Dan
Use when implementing any feature or bugfix, before writing implementation code - write the test first, watch it fail, write minimal code to pass; ensures tests actually verify behavior by requiring failure first
test-fixing
by Jst-Well-Dan
Run tests and systematically fix all failing tests using smart error grouping. Use when user asks to fix failing tests, mentions test failures, runs test suite and failures occur, or requests to make tests pass.
fish-functions
by gwenwindflower
Write Fish shell functions in idiomatic fish syntax with delightful UX. Use when (1) Creating new Fish functions, (2) Refactoring or improving existing functions, (3) Adding flags, help text, or error handling, (4) Working with any *.fish files, (5) Converting bash/zsh scripts to Fish, (6) Debugging Fish syntax issues
x-ipe-task-based-bug-fix
by Young-Z
Diagnose and fix bugs in existing code. Use when something is broken, not working as expected, or producing errors. Triggers on requests like "fix bug", "something is broken", "not working".
youtube-watcher
by wubaiqing
Fetch and read transcripts from YouTube videos. Use when you need to summarize a video, answer questions about its content, or extract information from it.
excel-lbo-modeler
by Jst-Well-Dan
Build leveraged buyout (LBO) models in Excel with debt schedules and IRR analysis. Use when structuring LBO transactions or analyzing PE returns. Trigger with phrases like 'excel lbo', 'build lbo model', 'calculate pe returns'.
neovim-plugin-development
by gwenwindflower
Write Neovim plugins in Lua. Use in conjunction with LuaLS LSP and activate any available Lua skills as well. This skill provides extra context on Neovim specifics like vim.api, custom plugin logic, buffer/window management, the nvim event system, and where to find deeper documentation as needed.
excel-pivot-wizard
by Jst-Well-Dan
Create advanced Excel pivot tables with calculated fields and slicers. Use when building data summaries or creating interactive dashboards. Trigger with phrases like 'excel pivot', 'create pivot table', 'data summary'.
swarm-troubleshooting
by Und3rf10w
Diagnostic and recovery guidance for swarm coordination issues. Use this skill when you encounter 'spawn failed', need to 'diagnose team', 'fix swarm', resolve 'status mismatch', perform 'recovery', troubleshoot kitty/tmux issues, or deal with session crashes, multiplexer problems, or teammate failures. Covers diagnostics, spawn failures, status mismatches, recovery procedures, and common error patterns.
git-workflows
by miles990
Git version control, branching strategies, and collaboration patterns
go
by miles990
Go programming patterns and idioms
backend
by miles990
Backend development with Node.js, Express, NestJS, and server patterns
swift
by miles990
Swift programming patterns for iOS and macOS
rust
by miles990
Rust programming patterns and ownership concepts
reliability-engineering
by miles990
SRE principles, observability, and incident management
shell-bash
by miles990
Shell scripting and Bash programming patterns
typescript-code-review
by jpoutrin
TypeScript and React code review guidelines (type safety, React patterns, performance). Auto-loads when reviewing TypeScript/React code.
bl-record
by jpoutrin
Record changes as a new commit in git-branchless workflow
drupal-contribute-fix
by scottfalconer
REQUIRED when user mentions a Drupal module + error/bug/issue - even without stack traces. Trigger on: (1) "<module_name> module has an error/bug/issue", (2) "Acquia/Pantheon/Platform.sh" + module problem, (3) any contrib module name (metatag, webform, mcp, paragraphs, etc.) + problem description. Searches drupal.org BEFORE you write any patch. NOT just for upstream contributions - use for ALL local fixes to contrib/core.
git-commits
by jpoutrin
Git commit best practices with conventional commits format and atomic commit principles. Use when committing code to ensure clear, meaningful commit history with proper type prefixes and semantic versioning support.