encero-systemsencero-systemsOfficialยท28 Agent Skills Included

incan

Compiler development workflows for the Incan programming language

Guides code changes through the Incan compiler pipeline, from planning and testing to review, fixing, and publishing pull requests. Enforces strict project rules like zero unwrap calls, RFC compliance, snapshot testing, and safe git cleanup. Helps contributors ship correct compiler, stdlib, and documentation changes faster with fewer review rounds.
npx skills add encero-systems/incan --all -g -y
Available:

Gives your AI agent the binding rules for working on the Incan compiler, including the no-unwrap policy, branch and test workflow, and when to defer decisions to the maintainer.

All Skills in This Repository (28)

Pure Emerald Level Indicators
๐Ÿ“ฆ In Repo
encero-systemsencero-systems

yeet-pr

Automate commit, push, and pull request creation in GitHub repositories.

Official
Advanced
๐Ÿ“ฆ In Repo
encero-systemsencero-systems

review-scope

Review code changes against defined scopes and documentation.

Official
Advanced
๐Ÿ“ฆ In Repo
encero-systemsencero-systems

review-rust-prose

Review Rust prose comments and rustdoc accuracy with slice reports.

Official
Intermediate
๐Ÿ“ฆ In Repo
encero-systemsencero-systems

flag-compiler-bug

Detect, triage, and minimize compiler bugs for issue reporting.

Official
Advanced
๐Ÿ“ฆ In Repo
encero-systemsencero-systems

review-architecture

Automate architectural review of source code for layering and consistency issues.

Official
Advanced
๐Ÿ“ฆ In Repo
encero-systemsencero-systems

review-incan-source-quality

Review Incan source code for readability, idiomatic structure, and Pythonic conventions.

Official
Advanced
๐Ÿ“ฆ In Repo
encero-systemsencero-systems

review-test-style

Review tests and adjacent code for style and coverage gaps.

Official
Intermediate
๐Ÿ“ฆ In Repo
encero-systemsencero-systems

test

Identify and run tests for the Incan compiler.

Official
Advanced
๐Ÿ“ฆ In Repo
encero-systemsencero-systems

review-rfc

Automate Incan RFC document reviews for formatting, structure, and content.

Official
Advanced
๐Ÿ“ฆ In Repo
encero-systemsencero-systems

create-plan

Draft and manage implementation plans with TDD and repository verification commands.

Official
Advanced
๐Ÿ“ฆ In Repo
encero-systemsencero-systems

hello-world

Generate a simple hello world program for educational purposes.

Official
Basic
๐Ÿ“ฆ In Repo
encero-systemsencero-systems

bump-rfc

Automate Incan RFC lifecycle status transitions with prerequisite checks and GitHub actions.

Official
Intermediate

Frequently Asked Questions

FAQPage Schema
How 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โ†’