The Vault
Development & Code
576 assets.
Code Smell Detector
Spot the smells that signal deeper design problems.
Code Snippet Explainer
Explains what a code snippet does line by line in plain language, with complexity and gotchas.
Code Style Guide
Draft a team code style guide.
Code Translator
Translates code from one language to another idiomatically, not line-for-line.
Codebase Onboarding Guide
Help a new developer get productive in a codebase fast.
Comet Opik
A server that allows natural language querying and analysis of telemetry data, including logs, traces, and prompts, from…
commit message Brief
A one-page brief to plan commit message before you start.
commit message Checklist
A practical quality checklist for commit message.
commit message Ideas
Brainstorms specific, actionable ideas around commit message.
commit message Mistakes to Avoid
The common mistakes in commit message and how to avoid them.
commit message Variations
Produces several distinct, ready-to-use variations of commit message.
Commit Message Writer
Writes a clear conventional commit message from your changes.
Compare options — Software Developer (Advanced)
A advanced-level, ready-to-use prompt to compare options as a Software Developer. Fill in topic, audience, tone, length,…
Compare options — Software Developer (Beginner)
A beginner-level, ready-to-use prompt to compare options as a Software Developer. Fill in topic, audience, tone, length,…
Compare options — Software Developer (Intermediate)
A intermediate-level, ready-to-use prompt to compare options as a Software Developer. Fill in topic, audience, tone, len…
Concurrency Bug Detector
Analyze code for race conditions, deadlocks, and thread-safety violations in multi-threaded or async systems.
Concurrency Bug Hunt
Find race conditions and concurrency bugs in code.
Concurrency Bug Pattern Detector
Identify potential race conditions, deadlocks, and concurrency issues in multithreaded or async code.
Concurrency Hazard Auditor
Review concurrent code for race conditions, deadlocks, and atomicity violations using domain-specific analysis patterns.
Concurrency Issue Debugger
Diagnose and resolve race conditions, deadlocks, and threading issues.
Concurrency Pattern Designer
Design and explain concurrency patterns for async operations, race conditions, and deadlock prevention.
Concurrent Code Pattern Guide
Design and document safe concurrent execution patterns for multi-threaded or async scenarios.
Concurrent Request Handler
Design concurrency patterns and synchronization strategies for handling multiple simultaneous requests in backend system…
Concurrent Request Handler Design
Design optimal concurrency patterns (async/await, threads, callbacks) for specific use cases.