cc-settings
Shared coding standards, workflows, and proof gates for teams
All Skills in This Repository (25)
Pure Emerald Level Indicatorsresume-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.
Frequently Asked Questions
FAQPage SchemaHow 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โopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core