โ† All listings

#coding

9 listings tagged coding.

plugin โœ“ Verified
Coding

Backend Pack

Everything for solid backend services in one install: API design, error handling, SQL optimization, input validation, and webhooks.

codingbackendbundle
agent โœ“ Verified
Coding

Bug Triager

Reproduces a bug, finds the root cause, and proposes the smallest correct fix with a regression test. Use when investigating a bug report or failing behavior.

codingdebuggingquality
plugin โœ“ Verified
Coding

Code Quality Pack

Ship better code: review, quality-writing, and refactoring skills plus the PR-reviewer and test-writer agents.

codingqualitybundle
skill โœ“ Verified
Coding

Error Handling

Handle errors deliberately โ€” recover vs propagate vs fail-fast, actionable messages, and never swallow exceptions. Use when adding try/catch or reviewing failure paths.

codingreliabilityquality
mcp โœ“ Verified
Coding

Git MCP

Official MCP server with tools to read, search, and manipulate Git repositories. Use to let an agent inspect history, diffs, and branches.

codinggitmcp
agent โœ“ Verified
Coding

PR Reviewer

Reviews a pull request for correctness, security, and clarity, and leaves prioritized, actionable comments. Use to review changes before merge.

codingreviewquality
agent โœ“ Verified
Coding

Refactor Planner

Plans a safe, incremental refactor โ€” sequenced steps that preserve behavior, each independently shippable and testable. Use before refactoring messy or risky code.

codingrefactoringplanning
skill โœ“ Verified
Coding

Refactoring Patterns

Improve code structure without changing behavior โ€” safe, incremental moves backed by tests. Use when code is hard to change or before adding a feature to messy code.

codingrefactoringquality
agent โœ“ Verified
Coding

Test Writer

Writes focused, meaningful tests โ€” covering the contract, edges, and error paths, and verifying each test can actually fail. Use to add or backfill tests.

codingtestingquality