Debugging

Find and fix bugs, error analysis

Showing 2329-2352 of 4970 skills
massimodeluisa

recursive-decomposition

by massimodeluisa

Based on the Recursive Language Models (RLM) research by Zhang, Kraska, and Khattab (2025), this skill provides strategies for handling tasks that exceed comfortable context limits through programmatic decomposition and recursive self-invocation. Triggers on phrases like "analyze all files", "process this large document", "aggregate information from", "search across the codebase", or tasks involving 10+ files or 50k+ tokens.

Automation 46 7mo ago
neurofoo

redteam

by neurofoo

Red team adversarial analysis to find weaknesses, vulnerabilities, and failure modes. Use before launches, for security review, or when a plan feels too perfect.

Debugging 111 8mo ago
neurofoo

eos-usage

by neurofoo

Strunk & White grammar review using the 11 elementary rules from "Elements of Style" Chapter I. Use when checking mechanics, punctuation, and grammatical correctness.

Code Review 111 7mo ago
aRustyDev

convert-fsharp-elm

by aRustyDev

Convert F# code to idiomatic Elm. Use when migrating F# projects to Elm, translating backend F# to frontend Elm, refactoring .NET backends with Elm frontends, or exploring functional patterns across backend and frontend domains. Extends meta-convert-dev with F#-to-Elm specific patterns.

Debugging 8 7mo ago
aRustyDev

cicd-bitbucket-pipes-dev

by aRustyDev

Develop custom Bitbucket Pipes for reusable CI/CD components. Use when creating pipes for organization-wide use, building Docker-based automation steps, packaging pipes for the Atlassian Marketplace, or designing reusable pipeline components.

CLI Tools 8 7mo ago
aRustyDev

convert-erlang-clojure

by aRustyDev

Convert Erlang code to idiomatic Clojure. Use when migrating Erlang/OTP applications to Clojure/JVM, translating BEAM processes to JVM concurrency, or refactoring distributed systems from OTP to Clojure patterns. Extends meta-convert-dev with Erlang-to-Clojure specific patterns.

Processing 8 7mo ago
aRustyDev

convert-fsharp-erlang

by aRustyDev

Convert F# code to idiomatic Erlang. Use when migrating F# projects to Erlang/OTP, translating .NET functional patterns to BEAM/OTP patterns, or refactoring F# codebases to leverage Erlang's fault-tolerance and distribution. Extends meta-convert-dev with F#-to-Erlang specific patterns.

Processing 8 7mo ago
farming-labs

middleware-patterns

by farming-labs

Explains middleware concepts, patterns, and implementations. Covers server middleware, edge middleware, request/response pipelines, and common use cases like auth, logging, and CORS. Use when implementing middleware or understanding request processing pipelines.

Auth 35 7mo ago
farming-labs

state-management-patterns

by farming-labs

Explains state management in web applications including client state, server state, URL state, and caching strategies. Use when discussing where to store state, choosing between local and global state, or implementing data fetching patterns.

Processing 35 7mo ago
maxvaega

git-helper

by maxvaega

Generate git commit messages and help with git workflows

Debugging 146 10mo ago
julianromli

next-best-practices

by julianromli

Next.js best practices - file conventions, RSC boundaries, data patterns, async APIs, metadata, error handling, route handlers, image/font optimization, bundling

Debugging 142 7mo ago
julianromli

systematic-debugging

by julianromli

Use when encountering any bug, test failure, or unexpected behavior, before proposing fixes

Code Gen 142 7mo ago
julianromli

dispatching-parallel-agents

by julianromli

Use when facing 2+ independent tasks that can be worked on without shared state or sequential dependencies

Agents 142 7mo ago
julianromli

receiving-code-review

by julianromli

Use when receiving code review feedback, before implementing suggestions, especially if feedback seems unclear or technically questionable - requires technical rigor and verification, not performative agreement or blind implementation

Code Review 142 7mo ago
julianromli

code-review

by julianromli

Automated code review for pull requests using specialized review patterns. Analyzes code for quality, security, performance, and best practices. Use when reviewing code changes, PRs, or doing code audits.

Code Review 142 7mo ago
julianromli

javascript-typescript

by julianromli

JavaScript and TypeScript development with ES6+, Node.js, React, and modern web frameworks. Use for frontend, backend, or full-stack JavaScript/TypeScript projects.

Processing 142 7mo ago
julianromli

windows-safe-grep

by julianromli

Use when grep/ripgrep fails on Windows due to paths with backslash-space sequences creating malformed paths like 'nul' from \n+ul

CLI Tools 142 7mo ago
julianromli

test-driven-development

by julianromli

Use when implementing any feature or bugfix, before writing implementation code

Debugging 142 7mo ago
neonwatty

bug-interview

by neonwatty

Deeply interviews the user about a bug before investigating or fixing it. Use this when the user says "interview me about [bug]", "I have a bug to report", "let's work on this bug", "found a bug", "there's a bug", or describes a bug they encountered. Asks probing questions about reproduction steps, environment, patterns, impact, and context that help isolate the root cause. Continues until the bug is well-understood, then writes a detailed investigation/fix plan.

Processing 25 8mo ago
neonwatty

ios-workflow-executor

by neonwatty

Executes web app workflows in Safari on the iOS Simulator from /workflows/ios-workflows.md. Use this when the user says "run ios workflows", "execute ios workflows", or "test ios workflows". Tests each workflow step by step in mobile Safari, captures before/after screenshots, documents issues, and generates HTML reports with visual evidence of fixes.

Agents 25 6mo ago
neonwatty

browser-workflow-executor

by neonwatty

Executes browser-based user workflows from /workflows/browser-workflows.md using Claude-in-Chrome MCP. Use this when the user says "run browser workflows", "execute browser workflows", or "test browser workflows". Tests each workflow step by step, captures before/after screenshots, documents issues, and generates HTML reports with visual evidence of fixes.

Agents 25 6mo ago
noartem

laravel-debugging-prompts

by noartem

Create effective debugging prompts—include error messages, stack traces, expected vs actual behavior, logs, and attempted solutions

Processing 11 7mo ago
cnwzhu

gpui-entities

by cnwzhu

Entity and context patterns for state management in GPUI. Use when managing component state, implementing entity lifecycle, handling subscriptions, or avoiding common entity access pitfalls.

Code Gen 32 7mo ago
cnwzhu

gpui-elements

by cnwzhu

UI element creation and composition with GPUI. Use when building element trees, creating custom components, implementing layouts, or working with conditional rendering.

Code Gen 32 7mo ago