incan
Compiler development workflows for the Incan programming language
All Skills in This Repository (28)
Pure Emerald Level Indicatorsyeet-pr
Automate commit, push, and pull request creation in GitHub repositories.
review-scope
Review code changes against defined scopes and documentation.
review-rust-prose
Review Rust prose comments and rustdoc accuracy with slice reports.
flag-compiler-bug
Detect, triage, and minimize compiler bugs for issue reporting.
review-architecture
Automate architectural review of source code for layering and consistency issues.
review-incan-source-quality
Review Incan source code for readability, idiomatic structure, and Pythonic conventions.
review-test-style
Review tests and adjacent code for style and coverage gaps.
test
Identify and run tests for the Incan compiler.
review-rfc
Automate Incan RFC document reviews for formatting, structure, and content.
create-plan
Draft and manage implementation plans with TDD and repository verification commands.
hello-world
Generate a simple hello world program for educational purposes.
bump-rfc
Automate Incan RFC lifecycle status transitions with prerequisite checks and GitHub actions.
Frequently Asked Questions
FAQPage SchemaHow to install Incan skills?โผ
Run `npx skills add encero-systems/incan --all -g -y` in your terminal to install all skills in this collection globally.
What is the Incan programming language?โผ
Incan is a statically typed, Python-like language that compiles to native Rust, combining readable syntax with explicit types, errors, and mutability.
How do these skills help with compiler development?โผ
They guide your agent through planning, test-driven changes, multi-pass code review, RFC drafting, and safe pull request publishing that follow the project's exact standards.
Do these skills work with Claude Code and other agents?โผ
Yes. Every skill follows the universal SKILL.md format and runs in Claude Code, Codex, Cursor, and other compatible coding agents.
Can I contribute to Incan without knowing compiler internals?โผ
Yes. The skills encode the project's conventions, test patterns, and review checklists so your agent can produce compliant changes from plain-English requests.
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