·c4-code

Expert C4 Code-level documentation specialist. Analyzes code directories to create comprehensive C4 code-level documentation including function signatures, arguments, dependencies, and code structure. Use when documenting code at the lowest C4 level for individual directories and code modules.

13Installs·0Trend·@rmyndharis

Installation

$npx skills add https://github.com/rmyndharis/antigravity-skills --skill c4-code

SKILL.md

Optional Mermaid diagrams for complex code structures. Choose the diagram type based on the programming paradigm. Code diagrams show the internal structure of a single component.

Use classDiagram for OOP code with classes, interfaces, and inheritance:

classDiagram namespace DataProcessing { class validators { > +validateInput(data) ResultData, Error +validateSchema(schema, data) bool +sanitize(input) string } class transformers { > +parseJSON(raw) Record +normalize(data) NormalizedData +aggregate(items) Summary } class io { > +readFile(path) string +writeFile(path, content) void } }

Expert C4 Code-level documentation specialist. Analyzes code directories to create comprehensive C4 code-level documentation including function signatures, arguments, dependencies, and code structure. Use when documenting code at the lowest C4 level for individual directories and code modules. Source: rmyndharis/antigravity-skills.

View raw

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/rmyndharis/antigravity-skills --skill c4-code
Category
</>Dev Tools
Verified
First Seen
2026-02-01
Updated
2026-02-18

Quick answers

What is c4-code?

Expert C4 Code-level documentation specialist. Analyzes code directories to create comprehensive C4 code-level documentation including function signatures, arguments, dependencies, and code structure. Use when documenting code at the lowest C4 level for individual directories and code modules. Source: rmyndharis/antigravity-skills.

How do I install c4-code?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/rmyndharis/antigravity-skills --skill c4-code Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor

Where is the source repository?

https://github.com/rmyndharis/antigravity-skills