Coding & Dev Tools
9,772 skillscritique-swarm
Launches four parallel adversarial review agents covering security, scope, fidelity, and test gaps, then synthesizes findings into a ranked verdict for plans or feature branches.
0
scaffold-context
Generates a CONTEXT.md routing file for a specified project subdirectory, following the canonical anatomy and ensuring it meets size and content constraints.
0
paper-review-sim
Simulates a NeurIPS/SC/ICSE-style peer review with five reviewer personas (HPC, ML, Stats, Reproducibility, Devil's Advocate) that verify every claim against actual result data before submission.
0
hpc-code-reviewer
Reviews CUDA, OpenMP, and OpenCL code for parallel correctness, covering data races, memory model violations, synchronization bugs, numerical precision issues, and API-specific pitfalls.
0
cuda-omp-translator
Reference guide for evaluating LLM-generated translations between CUDA and OpenMP, covering memory model mapping, kernel launch patterns, shared memory, atomics, and common failure modes.
0
auto-paper-improvement-loop
Iteratively improves a compiled LaTeX paper through two rounds of external LLM review, fix implementation, and recompilation.
0
tdd
Guides test-driven development with a red-green-refactor loop, emphasizing behavior-focused tests and vertical slicing over horizontal test writing.
0 · bundle
diagnose
Runs a disciplined debugging loop for hard bugs and performance regressions, covering reproduction, hypothesis testing, instrumentation, fixing, and regression testing.
0
executing-plans
Loads an implementation plan, reviews it critically, executes each task with verification, and reports completion, stopping to ask for help when blocked.
0
code-review-graph
Scopes code-review blast radius and detects architectural hotspots using Tree-sitter AST analysis and GraphRAG, with an MCP server for graph-based analysis.
0
using-git-worktrees
Creates isolated git worktrees with smart directory selection and safety verification for feature work.
0
requesting-code-review
Dispatch a code-reviewer subagent to catch issues before they cascade, with guidance on when to request review and how to act on feedback.
0 · bundle
test-driven-development
Guides implementing features and bug fixes test-first, enforcing the red-green-refactor cycle with mandatory failure verification.
0 · bundle
subagent-driven-development
Executes implementation plans by dispatching a fresh subagent per task and running two-stage reviews for spec compliance and code quality.
0 · bundle
finishing-a-development-branch
Guides completing development work by verifying tests, presenting structured options for merging, creating a pull request, keeping, or discarding a branch, and cleaning up worktrees.
0
verification-before-completion
Enforces running verification commands and confirming output before claiming work is complete, fixed, or passing, ensuring evidence precedes any success claims.
0
bdd
Writes Behavior-Driven Development scenarios using Gherkin syntax to create executable specifications and test behavior.
1
ddd
Designs bounded contexts, creates domain models, uses aggregates, and implements value objects for complex domain logic.
1
android
Develops native Android apps with Kotlin and Java, covering UI, performance, and Play Store deployment.
1
caching
Implements multi-level caching with strategies for invalidation, stampede prevention, and performance monitoring.
1
automata
Implements finite automata, regular expressions, parsers, and lexers for building text processors and pattern matchers.
1
debugging
Debug application issues with techniques for Python, JavaScript, performance profiling, production incidents, and network problems.
1
api-design
Design clean REST APIs with proper resource modeling, HTTP methods, pagination, versioning, and OpenAPI documentation.
1
clean-code
Improves code readability and maintainability by applying SOLID principles, meaningful naming, small functions, proper error handling, and DRY practices.
1
api-gateway
Designs API gateway architecture and implements routing, authentication, rate limiting, transformation, caching, logging, and circuit breaking.
1
application
Designs application architecture, selects patterns, structures code modules, and manages dependencies for new projects.
1
build-tools
Automates multi-language software builds with Makefiles, dependency management, testing, packaging, and CI/CD integration.
1
code-review
Provides code review best practices, checklists, and example feedback for quality, security, performance, and maintainability.
1
browser-apis
Provides design patterns and architectural approaches for implementing and integrating browser APIs in software projects.
1
code-quality
Measures code quality, identifies code smells, and implements quality gates using static analysis and technical debt tracking.
1
coding-agent
Runs Codex CLI, Claude Code, OpenCode, or Pi Coding Agent via background process for programmatic control.
1
anti-patterns
Identifies common software anti-patterns in code and suggests refactoring solutions to improve code quality.
1
mariadb-show
Explains MariaDB-specific SHOW statement syntax, including replication terminology, filtering rules, and diagnostic commands like SHOW EXPLAIN and SHOW ANALYZE.
0
mariadb-grant
Documents MariaDB-specific GRANT behavior, including privilege scope levels, implicit account creation, MariaDB-only privileges, roles, proxy grants, resource limits, and TLS options, to help write accurate GRANT statements.
0
mariadb-delete
Covers MariaDB-specific DELETE syntax and behavior, including RETURNING, multi-table forms, temporal-table deletion, and DELETE vs TRUNCATE differences.
0
mariadb-insert
Documents MariaDB-specific INSERT syntax and behavior, including RETURNING, ON DUPLICATE KEY UPDATE, INSERT IGNORE, and various forms and modifiers, to help write and review INSERT statements.
0