acx.code.assistant

Community

Generate ACX-compliant code, fast and error-free.

Authorchrislyons
Version1.0.0
Installs0

System Documentation

What problem does it solve?

Writing boilerplate code that adheres to strict project conventions, style guides, and quality standards is repetitive and time-consuming. This skill automates the generation of production-ready code scaffolds for Carbon ACX, ensuring consistency and reducing development effort.

Core Features & Use Cases

  • Multi-Language Scaffolding: Generates React components, TypeScript APIs, Cloudflare Workers, and Python scripts.
  • Convention Enforcement: Ensures all generated code follows Carbon ACX's specific naming, typing, and architectural patterns.
  • Built-in Quality Checks: Includes basic tests and passes linters (ESLint, Ruff, Prettier, Black) automatically.
  • Use Case: A developer needs a new React component to display emission trends. Instead of manually setting up the file, types, and basic structure, they ask the skill to "Create a React component for displaying emission trends," getting a ready-to-use, compliant scaffold in seconds, so "AI works, you rest."

Quick Start

Example: React Component Generation

User: "Create a React component for displaying a list of activities with their emission factors"

Output File: apps/carbon-acx-web/src/components/ActivityList.tsx

import React from 'react';

interface Activity {

activity_id: string;

name: string;

emission_factor?: number;

unit?: string;

}

// ... (rest of the component code)

Dependency Matrix

Required Modules

TypeScriptReactVitePythonCloudflare WorkersESLintPrettierRuffBlackVitestpytest

Components

references

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: acx.code.assistant
Download link: https://github.com/chrislyons/carbon-acx/archive/main.zip#acx-code-assistant

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository

Agent Skills Search Helper

Install a tiny helper to your Agent, search and equip skill from 223,000+ vetted skills library on demand.