Prompt library

Coding & Dev

Prompts for debugging, refactoring, tests, architecture, and code review.

24 maintained prompts6 workflowsweb · API · CLI · MCP
Library

4 prompts

Textapp/auto-code
Debug a stack trace

Diagnose an exception from evidence and propose the smallest verifiable fix.

#debugging#stack trace#root cause#tests
Textapp/auto-code
Refactor with invariants

Improve maintainability while explicitly preserving behavior and public contracts.

#refactor#invariants#maintainability#compatibility
Textapp/auto-reasoning
API design review

Pressure-test an HTTP or SDK contract before it becomes expensive to change.

#api#sdk#design#compatibility