darkroomengineeringdarkroomengineeringOfficialยท25 Agent Skills Included

cc-settings

Shared coding standards, workflows, and proof gates for teams

Installs shared coding standards, task workflows, and safety checks across Claude Code, Codex, Cursor, and other coding environments. Turns plain requests like fixing bugs, reviewing changes, or shipping code into repeatable workflows with enforced build, test, and lint gates. Eliminates per-machine configuration drift so every developer and coding session follows the same verified engineering practices.
npx skills add darkroomengineering/cc-settings --all -g -y
Available:

Gives the coding agent portable engineering standards, guardrails like read-before-edit and verify-after-fix, and routing rules for delegating work to the right sub-skill or role agent.

All Skills in This Repository (25)

Pure Emerald Level Indicators
๐Ÿ“ฆ In Repo
darkroomengineeringdarkroomengineering

resume-handoff

Load previous session state, progress, and decisions to resume work.

Official
Intermediate
๐Ÿ“ฆ In Repo
darkroomengineeringdarkroomengineering

init

Initialize Darkroom projects with the Satus starter template for Next.js or React apps.

Official
Intermediate
๐Ÿ“ฆ In Repo
darkroomengineeringdarkroomengineering

learn

Store and recall project-scoped learnings in learnings.json across Claude Code sessions.

Official
Intermediate
๐Ÿ“ฆ In Repo
darkroomengineeringdarkroomengineering

context

Monitor Claude Code context usage and trigger compaction or handoffs.

Official
Intermediate
๐Ÿ“ฆ In Repo
darkroomengineeringdarkroomengineering

test

Write and execute unit, integration, and end-to-end tests with bun.

Official
Intermediate
๐Ÿ“ฆ In Repo
darkroomengineeringdarkroomengineering

ask

Provide architectural guidance and trade-off analysis for software design decisions.

Official
Advanced
๐Ÿ“ฆ In Repo
darkroomengineeringdarkroomengineering

create-handoff

Save current task, progress, decisions, modified files, and next steps to a handoff file.

Official
Intermediate
๐Ÿ“ฆ In Repo
darkroomengineeringdarkroomengineering

effort

Adjust Claude's thinking depth with configurable effort levels and guardrails.

Official
Intermediate
๐Ÿ“ฆ In Repo
darkroomengineeringdarkroomengineering

discovery

Guide structured interviews to define project scope and requirements.

Official
Intermediate
๐Ÿ“ฆ In Repo
darkroomengineeringdarkroomengineering

versions

Verify package versions against package.json and block unapproved installs.

Official
Intermediate
๐Ÿ“ฆ In Repo
darkroomengineeringdarkroomengineering

premortem

Identify potential failure modes and mitigations for plans before execution.

Official
Intermediate
๐Ÿ“ฆ In Repo
darkroomengineeringdarkroomengineering

component

Generate Darkroom-compliant React components with TypeScript and CSS Modules.

Official
Intermediate

Frequently Asked Questions

FAQPage Schema
How to install cc-settings?โ–ผ

Run `npx skills add darkroomengineering/cc-settings --all -g -y` in your terminal to install the full skill set globally.

What does cc-settings actually do?โ–ผ

It gives your coding environment shared team standards, 38 workflow skills, and proof gates that require real builds and tests to pass before code ships.

Does cc-settings work with Codex and Cursor?โ–ผ

Yes. The AGENTS.md standards are portable across Claude Code, Codex, Cursor, Copilot, and Windsurf, with product-specific config for Claude Code and Codex.

How do the safety and proof gates work?โ–ผ

Lifecycle hooks guard destructive commands, and the proof-of-work gate runs the project's real typecheck, tests, and lint before any diff is considered review-ready.

Can I roll back or uninstall cc-settings?โ–ผ

Yes. The installer keeps versioned backups and ownership records, so you can preview changes, roll back to a previous state, or uninstall cleanly at any time.

Related Repositories in Software Engineering

View All in Software Engineeringโ†’