fastcc
Fast C compiler in MoonBit with coding guidance
All Skills in This Repository (3)
Pure Emerald Level Indicatorsmoonbit-lang
Reference MoonBit syntax, data types, and coding conventions.
moonbit-agent-guide
Guide developers in writing, refactoring, and testing MoonBit projects.
code-simplifier
Refactor recently modified JavaScript/TypeScript code for clarity and maintainability.
Frequently Asked Questions
FAQPage SchemaHow 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โ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