incan
Compiler development workflow: planning, review, testing, and PR publishing
All Skills in This Repository (28)
Pure Emerald Level Indicatorsyeet-pr
Publish local repository changes to GitHub with a draft PR.
review-scope
Review cross-file changes against issue, RFC, and branch scope.
review-rust-prose
Review touched Rust files for prose-comment quality and rustdoc accuracy.
flag-compiler-bug
Minimize compiler bug reproductions and file GitHub issue reports.
review-architecture
Identify architectural drift and layering issues across compiler and runtime boundaries.
review-incan-source-quality
Assess touched Incan source for Python-like readability and idiomatic structure.
review-test-style
Review touched tests for style issues and coverage gaps.
test
Identify and run unit, codegen, and integration tests for the Incan compiler.
review-rfc
Review RFC documents for formatting, structure, and content issues before GitHub submission.
create-plan
Draft implementation plans with steps, tests, and documentation updates.
hello-world
Print "Hello, world!" in multiple programming languages.
bump-rfc
Automate RFC status transitions across Draft, Planned, In Progress, and Implemented.
Frequently Asked Questions
FAQPage SchemaHow to install Incan skills?βΌ
Run `npx skills add dannys-code-corner/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 the full workflow: starting issues, drafting RFCs, writing tests, running structured code reviews, fixing findings, and publishing standards-compliant pull requests.
Can the agent commit or push code on its own?βΌ
No. The project rules require the maintainer to commit; the agent prepares changes, runs tests, and suggests commit messages for you to approve.
Do these skills work with Claude Code and other coding agents?βΌ
Yes. All skills follow the universal SKILL.md standard and run in Claude Code, Codex, Cursor, and other compatible coding environments.
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