← all publishers

darkroomengineering

@darkroomengineering source repo

39 published skills

  1. React Doctor · darkroomengineering
    Use when finishing a feature, fixing a bug, before committing React code, or when the user types `/doctor`, asks to scan, triage, or clean up React diagnostics. Covers lint, accessibility, bundle size, architecture. Includes a regression check and a full local-triage workflow that fetches the canonical playbook.
    0
    installs
  2. Programa · darkroomengineering bundle
    Drive the programa terminal app from inside a programa surface — inspect windows/workspaces/panes/surfaces, split panes and run commands without stealing the user's focus, read output from sibling panes, spawn and coordinate a helper agent, and wait on it. Use whenever an agent is running inside programa (PROGRAMA_SURFACE_ID and PROGRAMA_SOCKET_PATH are set) and needs to control the app itself, not just the shell inside one pane. Do not use, and do not call the programa CLI at all, when those two variables are unset — that means the agent is not running inside programa.
    0
    installs
  3. Cc · darkroomengineering
    Sync cc-settings with Claude Code upstream (maintainer) or update a local Claude Code or Codex install (user). Triggers "sync with claude code", "changelog sync", "update cc-settings", "refresh my install".
    0
    installs
  4. QA · darkroomengineering bundle
    Visual and accessibility QA with screenshot-first critique, contrast, touch targets, mockup-vs-implementation diff. Triggers "visual QA", "does this look right", "a11y check", or after component changes. Logic checks go to /verify.
    0
    installs
  5. Fix · darkroomengineering
    Debug and fix a reported defect, such as a failing build or tests, runtime or console errors, regressions, merge conflicts, red PR checks. Triggers "fix", "broken", "not working", "merge conflict", "fix CI".
    0
    installs
  6. Adhd · darkroomengineering
    Parallel divergent ideation, framed generators, then a critic scores, clusters, and deepens the top 3. Triggers "brainstorm", "ideate", "widen the option space", or a fuzzy design or debugging question. Not for lookups or bugs with a known cause.
    0
    installs
  7. Hook · darkroomengineering
    Create a reusable React hook (useX). Triggers "create hook", "new hook", "custom hook", a useX-style name, or extracting logic out of a component.
    0
    installs
  8. Ship · darkroomengineering
    Push, open a PR, and watch CI; land mode merges and cleans branches. Triggers "ship it", "create PR", "babysit CI", "land it", "fix CI and merge".
    0
    installs
  9. Test · darkroomengineering
    Write or run tests, check coverage, or drive TDD. Triggers "write tests", "run tests", "coverage", "TDD", "red-green-refactor", or a pre-merge test pass.
    0
    installs
  10. Tldr · darkroomengineering
    Code analysis through TLDR (call graphs, impact, dataflow, semantic search) for far fewer tokens than reading files raw. Triggers "who calls X", "blast radius", or before a large file read or refactor.
    0
    installs
  11. Audit · darkroomengineering bundle
    Codebase, docs/process, performance, threat-model, motion, SEO, and debt audits. Triggers "audit the codebase", "adversarial audit", "audit the docs", "perf audit", "threat model", "motion audit", "seo audit", "debt ledger". Single-page Core Web Vitals go to /lighthouse.
    0
    installs
  12. Codex · darkroomengineering bundle
    Claude-to-Codex bridge to delegate bulk mechanical work, get an independent cross-model diff review, or ask a read-only question. Triggers only when the user names Codex, as in "use codex", "have codex review", "cross-check with codex", "ask codex".
    0
    installs
  13. Retro · darkroomengineering
    Weekly engineering retrospective with persistent metrics covering commit patterns, sessions, quality trends. Triggers "retro", "weekly review", "how was my week", "what did I ship", "show me my stats".
    0
    installs
  14. Freeze · darkroomengineering
    Block Edit and Write outside one directory for the session to contain debugging or parallel agents. Triggers "freeze edits", "restrict edits to", "only edit this folder", "unfreeze".
    0
    installs
  15. Oracle · darkroomengineering
    Expert advice, risk review, or weighted comparison. Triggers "what should I", "advice on", "what could go wrong", "premortem", "compare approaches", "which is better", "tech selection".
    0
    installs
  16. Review · darkroomengineering
    Review the local diff against Darkroom's checklist, or summarize feedback on the active PR. Triggers "review my changes", "check this diff", "summarize PR feedback". Native /code-review handles a diff or PR without the checklist.
    0
    installs
  17. Triage · darkroomengineering
    First-pass, read-only review of a client or unfamiliar repo with ranked glaring issues. Triggers "triage this repo", "point out glaring issues", "first pass on this client repo".
    0
    installs
  18. Verify · darkroomengineering
    Adversarial verification with three competing agents (issue-finder, disprover, judge). Triggers "verify", "double check", "are you sure", "poke holes", or a critical fix before production.
    0
    installs
  19. Dr Init · darkroomengineering
    Initialize a new Darkroom project from the satus or novus starter. Triggers "new darkroom project", "satus", "novus", "scaffold from starter". Not the native /init, which writes CLAUDE.md.
    0
    installs
  20. Explore · darkroomengineering
    Read-only codebase investigation through the Explore agent, including zooming out on an unfamiliar region. Triggers "how does X work", "where is X", "understand X", "where does this fit".
    0
    installs
  21. Handoff · darkroomengineering
    Save state at the end of a session, or resume from the last one. Triggers "wrapping up", "running out of context", "done for today", "continue where we left off", "resume".
    0
    installs
  22. Harvest · darkroomengineering bundle
    Turn proven session behavior into a skill, rule, profile, AGENTS.md diff, or team learning; artifacts seed /autoresearch evals. Triggers "harvest this workflow", "turn this session into a skill", "preserve this behavior".
    0
    installs
  23. Project · darkroomengineering
    GitHub Issues as the plan of record; agents read and update them. Auto-invoke on issue-linked branches. Triggers "what's the plan", "project status", "sync with github", "close the issue".
    0
    installs
  24. Refactor · darkroomengineering
    Behavior-preserving restructuring of code outside the current diff, such as extracting modules, renaming across files, or paying down debt. Triggers "refactor X", "restructure", "extract Y from Z". Just-changed code goes to /zero-tech-debt.
    0
    installs
  25. Component · darkroomengineering
    Create a UI component. Triggers "create component", "new component", "add component", or naming a component to build (Button, Header, Card).
    0
    installs
  26. Checkpoint · darkroomengineering
    Save or restore a mid-task rollback point before a risky refactor, migration, or destructive edit. Triggers "checkpoint", "snapshot", "rollback to", "list checkpoints". End-of-session saves go to /handoff.
    0
    installs
  27. Lighthouse · darkroomengineering bundle
    Lighthouse audit of one page with an improvement loop until targets are met. Triggers "lighthouse", "page speed", "LCP", "CLS", "INP", "core web vitals". Repo-wide performance audits go to /audit performance.
    0
    installs
  28. Strategist · darkroomengineering
    Product strategy advice on vision, positioning, and how architecture decisions serve them. Triggers "product strategy", "market positioning", "what should we build", "product direction".
    0
    installs
  29. Consolidate · darkroomengineering
    Audit and prune rules, skills, and learnings to cut context bloat. Triggers "consolidate", "clean up rules", "what's redundant", or degraded agent performance from oversized instructions.
    0
    installs
  30. Context Doc · darkroomengineering bundle
    Build CONTEXT.md (domain glossary) and docs/adr/ through an interview. Triggers "domain language", "glossary", "ADR", or inconsistent terminology across the codebase.
    0
    installs
  31. Orchestrate · darkroomengineering
    Coordinate agents across plan, implement, test, and review, or fan out 3+ independent workstreams. Triggers "orchestrate", "parallel agents", "fan out", "split work", "overnight", "autonomous task".
    0
    installs
  32. Autoresearch · darkroomengineering
    Autonomous mutate/score/keep optimization of a SKILL.md prompt. Triggers "autoresearch", "optimize skill", "tune this skill", "evolve this skill".
    0
    installs
  33. Plan Feature · darkroomengineering
    Clarify a vague scope through interview, then compile it into a PRD. Triggers "help me figure out", "define requirements", "PRD", "product spec", "feature spec".
    0
    installs
  34. Review Batch · darkroomengineering
    Batch-review diffs from several agents with per-change re-entry cards and abridged reading diffs. Triggers "review batch", "what's pending review", "reading diff", or after fanning out several agents.
    0
    installs
  35. Design Tokens · darkroomengineering
    Generate WCAG-checked type, color, spacing, and dark-mode tokens, or consolidate Tailwind v4 tokens without changing rendering. Triggers "design tokens", "type scale", "color palette", "theme setup", "consolidate tokens".
    0
    installs
  36. Proof Of Work · darkroomengineering
    Run the machine-verifiable gate (typecheck, test, lint, plus a screenshot for UI) so a diff is review-ready. Triggers "proof of work", "is this review-ready", "prove it is green".
    0
    installs
  37. Share Learning · darkroomengineering
    Promote a team-relevant learning to the shared team-knowledge repo after deduping against existing notes. Triggers "share this", "add to the knowledge base", or a gotcha, decision, or convention worth team-wide awareness.
    0
    installs
  38. Zero Tech Debt · darkroomengineering
    Rewrite an accreted patch into its intended end state by removing unused compat layers, flags, fallbacks, and wrappers. Triggers "zero tech debt", "delete the compat layer", "kill the legacy path", "too many flags".
    0
    installs
  39. Plan Ceo Review · darkroomengineering
    Stress-test a plan through a product and founder lens before committing to it. Triggers "ceo review", "founder review", "product review", "should we even build this".
    0
    installs