carbon
AI agent skills for building and testing a manufacturing ERP
All Skills in This Repository (54)
Pure Emerald Level Indicatorsresearch
Survey competitor ERPs and point solutions to produce findings files with consensus patterns.
check-and-commit
Automate code validation and commit workflows for Carbon projects.
root-cause
Analyze bugs and test failures to document root causes and potential fixes.
ui
Explore, build, and refine UI components via the MCP server interface.
pr-splitter
Split large pull requests into smaller reviewable pull requests using git.
agent-browser
Automate Chrome/Chromium web interactions via CDP for testing and scraping.
grill
Interview users to validate plans, specifications, and design decisions.
test-driven-development
Implements test-driven development for Carbon using vitest to write tests before code.
spec-writing
Design software features by writing specifications and conducting stakeholder interviews.
self-review
Review git branch diffs for logical errors, edge cases, and documentation freshness.
test
Automate end-to-end feature testing in the Carbon dev server.
translate
Automates translation of missing .po file entries using a subagent.
Frequently Asked Questions
FAQPage SchemaHow to install Carbon skills?▼
Run `npx skills add crbnos/carbon --all -g -y` in your terminal to install all skills in this suite globally.
What do the Carbon agent skills do?▼
They give your AI agent step-by-step playbooks for fixing bugs, building features, running browser tests, and committing verified code inside the Carbon manufacturing ERP codebase.
How do the skills prevent bad code changes?▼
Every skill enforces gates like root-cause analysis before fixes, failing tests before implementation, and scoped typechecks before commits, so nothing ships unverified.
Do these skills work with Claude Code and other agents?▼
Yes. All skills follow the standard SKILL.md format and run in Claude Code, Codex, and other compatible agent harnesses.
Can non-developers use these skills?▼
They are built for developers working on the Carbon ERP codebase, but the plain-language workflows make each step easy to follow and supervise.
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