dannys-code-cornerdannys-code-cornerOfficialΒ·28 Agent Skills Included

incan

Compiler development workflow: planning, review, testing, and PR publishing

Guides contributors through planning, implementing, reviewing, and shipping changes to the Incan compiler, a Python-like language that compiles to Rust. Covers RFC drafting and lifecycle transitions, test writing, multi-agent code review, commit messages, PR descriptions, and safe branch cleanup. Enforces strict project rules like zero unwrap calls and maintainer-only commits so automated work stays consistent and reviewable.
npx skills add dannys-code-corner/incan --all -g -y
Available:

Gives your AI agent the binding rules for working on the Incan compiler, including the no-unwrap policy, maintainer-only commits, branch naming, test gates, and how to route work through the repository's skills.

All Skills in This Repository (28)

Pure Emerald Level Indicators
πŸ“¦ In Repo
dannys-code-cornerdannys-code-corner

yeet-pr

Publish local repository changes to GitHub with a draft PR.

Official
Advanced
πŸ“¦ In Repo
dannys-code-cornerdannys-code-corner

review-scope

Review cross-file changes against issue, RFC, and branch scope.

Official
Intermediate
πŸ“¦ In Repo
dannys-code-cornerdannys-code-corner

review-rust-prose

Review touched Rust files for prose-comment quality and rustdoc accuracy.

Official
Intermediate
πŸ“¦ In Repo
dannys-code-cornerdannys-code-corner

flag-compiler-bug

Minimize compiler bug reproductions and file GitHub issue reports.

Official
Advanced
πŸ“¦ In Repo
dannys-code-cornerdannys-code-corner

review-architecture

Identify architectural drift and layering issues across compiler and runtime boundaries.

Official
Advanced
πŸ“¦ In Repo
dannys-code-cornerdannys-code-corner

review-incan-source-quality

Assess touched Incan source for Python-like readability and idiomatic structure.

Official
Advanced
πŸ“¦ In Repo
dannys-code-cornerdannys-code-corner

review-test-style

Review touched tests for style issues and coverage gaps.

Official
Intermediate
πŸ“¦ In Repo
dannys-code-cornerdannys-code-corner

test

Identify and run unit, codegen, and integration tests for the Incan compiler.

Official
Advanced
πŸ“¦ In Repo
dannys-code-cornerdannys-code-corner

review-rfc

Review RFC documents for formatting, structure, and content issues before GitHub submission.

Official
Advanced
πŸ“¦ In Repo
dannys-code-cornerdannys-code-corner

create-plan

Draft implementation plans with steps, tests, and documentation updates.

Official
Intermediate
πŸ“¦ In Repo
dannys-code-cornerdannys-code-corner

hello-world

Print "Hello, world!" in multiple programming languages.

Official
Basic
πŸ“¦ In Repo
dannys-code-cornerdannys-code-corner

bump-rfc

Automate RFC status transitions across Draft, Planned, In Progress, and Implemented.

Official
Intermediate

Frequently Asked Questions

FAQPage Schema
How 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→