Browse Skills
841 skills across 8 categories
π
1w ago
Debugging Difficult Bugs
Add temporary unconditional JSONL logging to observe runtime behavior, reproduce the issue, and pinpoint root cause from log evidence before fixing.
Quality
+0%2.3K326
π
1w ago
Error Capture
Capture a screenshot and element snapshot of the current browser page when an error appears during e2e testing. Use when an agent-browser snapshot shows a failure like 'Something went wrong', auth error, blank page, or unexpected redirect.
Quality
+0%2.3K326
π
1w ago
Fix
Diagnoses root causes, implements minimal fixes with redβgreen regression tests, and validates the solution. Use for fixing bugs, test failures, or unexpected behavior.
Quality
+0%2.3K326
π₯
1w ago
Grill
Stress-tests a plan, spec, or design by interviewing the author one question at a time until every open decision is resolved, cross-checking answers against the codebase and surfacing contradictions.
Quality
+0%2.3K326
π
1w ago
PR Explainer
Generates a self-contained HTML review page that explains a PR's changes, context, and verification evidence. Use when reviewers need a clear, standalone summary of a complex pull request.
Quality
+0%2.3K326
βοΈ
1w ago
PR Splitter
Splits a large or messy PR into smaller, reviewable stacked or parallel PRs without losing any work. Extracts changes non-interactively, verifies each PR independently, and tracks drift from review feedback.
Quality
+0%2.3K326
π
1w ago
Root Cause
Performs read-only root-cause analysis on bugs, test failures, or unexpected behavior, producing a structured brief with the root cause, files to change, approach, and risks. Use before proposing any fix.
Quality
+0%2.3K326
π¦
1w ago
Rust Best Practices
A guide for writing idiomatic Rust code, covering ownership patterns, error handling, performance optimization, testing, and documentation. Use when writing new Rust code or reviewing existing code for best practices adherence.
Quality
+0%2.3K326
π¦
1w ago
Carbon Rust
Rust coding standards for Carbon's workspace: tokio discipline for C++ FFI, ownership patterns, error conventions, and performance profiling based on measured results. Use when writing or reviewing Rust code in this repo.
Quality
+0%2.3K326
π
1w ago
Self-Review
Critically review your own branch diff against main before opening or merging a PR. Produces must-fix items, risks, suggested improvements, and a docs-freshness assessment. Supports an optional strict 'thermo-nuclear' mode for deep maintainability and abstraction audit.
Quality
+0%2.3K326
β
1w ago
Smoke Test
Performs a quick end-to-end smoke test of the Carbon ERP dev server by logging in and verifying each core module renders without errors. Use after deploying changes or when asked to smoke test the app.
Quality
+0%2.3K326
π
1w ago
Spec Writing
Designs features collaboratively by researching competitors, identifying design decisions, and resolving open questions with stakeholders before writing a complete specification document. Ideal for multi-file or cross-module changes.
Quality
+0%2.3K326