darkroom.engineering
Official@darkroomengineering
where development happens
Agent Skills by darkroom.engineering
Showing 25 vetted skills indexed across 1 GitHub repositories.
resume-handoff
Load previous session state, progress, and decisions to resume work.
init
Initialize Darkroom projects with the Satus starter template for Next.js or React apps.
learn
Store and recall project-scoped learnings in learnings.json across Claude Code sessions.
context
Monitor Claude Code context usage and trigger compaction or handoffs.
test
Write and execute unit, integration, and end-to-end tests with bun.
ask
Provide architectural guidance and trade-off analysis for software design decisions.
create-handoff
Save current task, progress, decisions, modified files, and next steps to a handoff file.
effort
Adjust Claude's thinking depth with configurable effort levels and guardrails.
discovery
Guide structured interviews to define project scope and requirements.
versions
Verify package versions against package.json and block unapproved installs.
premortem
Identify potential failure modes and mitigations for plans before execution.
component
Generate Darkroom-compliant React components with TypeScript and CSS Modules.
qa
Validate UI visuals and accessibility with agent-browser in QA workflows.
docs
Fetch current API documentation for external libraries before integration.
explore
Explore codebases with grep, glob, read, and semantic search to summarize component architecture.
review
Review TypeScript, React, and architecture for quality, security, and correctness issues.
fix
Investigate and resolve software bugs through a structured six-stage workflow.
teams
Coordinates multiple AI agentsGit to complete mutually independent workstreams in parallel.
ship
Automate type-check, build, test, lint, and PR creation for software changes.
tldr
Analyze codebases with token-efficient methods for dependencies and call graphs.
orchestrate
Coordinates multi-agent tasks across planning, execution, and verification for complex projects.
hook
Generates compliant hooks and validates them for specified frontend frameworks and UI libraries.
refactor
Coordinates a complete code refactoring workflow from analysis to review.
lenis
Set up Lenis smooth scroll in Next.js/React projects with provider and useLenis hook.
Frequently Asked Questions About darkroom.engineering
FAQPage SchemaWhat specific development tasks does this organization support?▼
These capabilities enable project initialization, React component generation, architectural trade-off analysis, unit and integration testing, and automated code quality reviews. It facilitates structured handoffs between sessions, dependency verification, and comprehensive codebase exploration using semantic search and token-efficient analysis.
Which technical personas benefit from these capabilities?▼
Frontend engineers, full-stack developers, and technical leads working within React and Next.js ecosystems benefit most. These capabilities are designed for developers requiring structured project scaffolding, consistent component architecture, and rigorous quality assurance processes during the software development lifecycle.
What are the primary prerequisites for implementing these capabilities?▼
Implementation requires a Node.js environment with Bun installed for test execution and package management. Projects must utilize React or Next.js frameworks, with TypeScript and CSS Modules configured to ensure compatibility with the provided component generation and hook validation standards.