.fyi
SkillsMCPPluginsSubagents

Browse by category

DevOps & CI/CD SkillsProductivity & Workflow SkillsOther SkillsProduct & Project Management SkillsDocumentation & Knowledge SkillsCode Review & Refactor SkillsBackend & APIs SkillsAgent Meta & Communication SkillsResearch SkillsSecurity SkillsUX UI & Design SkillsTesting & QA SkillsSee all →

Every Claude Code skill, MCP server, plugin and subagent in one directory. Searchable, comparable, and one command from installed. Live stats from GitHub, npm and PyPI.

We're on Product HuntYour agent's app storeCheck it out →
Agent SkillsMCP ServersPluginsSubagentsCoding Agents
CollectionsOfficial publishersGlossaryFAQBlogSearchSavedFeedback
PrivacyTermsllms.txtSitemap

made with ♥ · © 2026 aaaa.fyi

Independent project · real data from public registries

…/crbnos/carbon
home/skills/crbnos/carbon
crbnos avatar

crbnos/carbon

31 skills

View on GitHub
$npx skills add crbnos/carbon
SkillInstalls
agent-browserauthLog into the local Carbon ERP dev server with agent-browser using the DEV_BYPASS_EMAIL bypass.—carbon-docsAuthor, edit, or extend the Carbon documentation site at `docs` (a built Fumadocs + Next.js app).—check-and-commitPre-commit verification gate — runs Carbon's validation gates in order (generate:types if schema changed, biome, scoped typecheck, scoped tests, build if…—conductorAutonomous loop conductor — drive a single work item (a bug, a usability tweak, a small feature) through a doer→gate→judge→keep-or-revert→ledger cycle to a…—create-agents-mdCreate or refresh an AGENTS.md for a Carbon package or ERP module by reading the actual source code — every claim traced to a real function, table, or export.—debugging-difficult-bugsRuntime-instrumentation debugging for bugs that static reading can't pin down — add temporary unconditional JSONL logging to the real code path, reproduce,…—errorCapture a screenshot plus element snapshot of the current browser page when an error appears during e2e testing, saved to gitignored .ai/scratch/e2e/.—executeExecute an approved implementation plan from .ai/plans/ task by task, running each task's verification and committing per task via the check-and-commit gate.—featureEnd-to-end feature pipeline that orchestrates /research, /spec-writing, /plan, /execute, /test, and /self-review.—fixEnd-to-end bug-fix pipeline that diagnoses, implements, and proves the fix.—grillInterview the user relentlessly, one question at a time, to stress-test a plan, spec, or design until every open decision is resolved — recommended answer per…—improveSurvey the Carbon codebase as a senior advisor and produce prioritized, self-contained implementation plans for OTHER models/agents to execute.—inngestInngest platform reference for Carbon's background jobs — durable functions, steps, events, flow control, error handling, and local dev, all in the v3 syntax…—make-interfaces-feel-betterDesign engineering principles for making interfaces feel polished.—planTurn a finalized spec into a step-by-step implementation plan at .ai/plans/{YYYY-MM-DD}-{slug}.md, where every task has exact file paths, exact commands, and a…—pr-explainerBuild a self-contained HTML review aid at .pr-review/{branch}.html that teaches a reviewer what a PR changes and why — problem, system context, before/after…—pr-splitterSplit a large, messy, or hard-to-review pull request into smaller reviewable PRs (stacked or parallel) without losing any of the original work — snapshot the…—researchSurvey how best-in-class ERPs and point solutions implement a feature, and produce a findings file at .ai/research/{slug}.md.—root-causeRead-only root-cause analysis for any bug, test failure, or unexpected behavior — before proposing or writing any fix.—rustRust reference for Carbon's cargo workspace (crates/* + apps/assembler) — tokio discipline for CPU-heavy C++ FFI, ownership/interior-mutability choices, rayon…—rust-best-practicesself-reviewCritically review your own branch work before or just after opening the PR, producing Must fix / Risks / Suggested improvements plus a docs-freshness check.—smoke-testQuick e2e smoke test of the local Carbon ERP dev server — logs in via /auth, then loads each core module and verifies it renders without errors.—spec-writingDesign a feature and write its spec at .ai/specs/{YYYY-MM-DD}-{slug}.md, with competitor research and explicit design decisions.—supabase-postgres-best-practicestestAgentically test a specific feature end-to-end in the running Carbon dev server — analyze the branch diff (or a given feature/issue), build a test plan, drive…—test-driven-developmentRed→green→refactor discipline for Carbon (vitest) — write the failing test first, watch it fail for the right reason, write minimal code to pass.—translateFill missing i18n translations in the Lingui .po catalogs cheaply — extract every empty msgstr, fan out chunked jobs to Haiku subagents (model override, not…—uiExplore, build, and refine UI.—writing-skillsHouse guide for creating or editing agent skills in this repo (.claude/skills/).—