moonbit-communitymoonbit-communityOfficialยท3 Agent Skills Included

fastcc

Fast C compiler in MoonBit with coding guidance

Compiles large C codebases quickly using a MoonBit-based compiler with parsing, semantic analysis, and code generation phases. Provides MoonBit language references, project layout rules, and testing conventions to prevent outdated syntax and common coding mistakes. Helps developers write, refactor, and test MoonBit projects faster with built-in benchmarks and code simplification guidance.
npx skills add moonbit-community/fastcc --all -g -y
Available:

Gives your AI agent concise MoonBit coding rules, common pitfalls to avoid, and official package usage instructions so it writes correct, up-to-date MoonBit code.

All Skills in This Repository (3)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How to install fastcc?โ–ผ

Run `npx skills add moonbit-community/fastcc --all -g -y` in your terminal to install all skills in this suite globally.

What is fastcc used for?โ–ผ

fastcc is a fast C compiler written in MoonBit that compiles large C files much quicker than clang, with benchmarks included for comparison.

How to write correct MoonBit code with AI?โ–ผ

The included MoonBit language skill gives your agent current syntax rules, error handling patterns, and common pitfalls so it avoids deprecated or invalid code.

Does fastcc work with Claude Code and Codex?โ–ผ

Yes. The skills follow the universal SKILL.md and AGENTS.md standards and work in Claude Code, Codex, Cursor, and similar coding agents.

How to run MoonBit tests and benchmarks?โ–ผ

Use `moon test` for tests and `moon test --update` to refresh snapshots; the agent guide explains snapshot testing and benchmark blocks in detail.

Related Repositories in Software Engineering

View All in Software Engineeringโ†’