โ† All listings

Coding

12 listings in Coding.

skill โœ“ Verified
Coding

API Design

Design consistent, evolvable HTTP/JSON APIs โ€” resources, status codes, pagination, errors, idempotency, and versioning. Use when creating or reviewing an endpoint.

backendapidesign
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

Code Review

Review a diff for correctness, security, and clarity in priority order, and leave specific, actionable comments. Use when reviewing a PR or self-reviewing before pushing.

reviewqualityworkflow
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
skill โœ“ Verified
Coding

Writing Quality Code

Write correct, clear, change-safe code and prove it with tests that actually pin behavior. Use when implementing a feature or fix, refactoring, or deciding what to test.

qualitytestingworkflow