Organization-level GitHub configuration and AI-assisted development infrastructure for the Robust-infrastructure organization.
.github/
├── profile/
│ └── README.md # GitHub org profile
├── copilot-instructions.md # Top-level Copilot context
├── instructions/ # Coding guidelines (5 files)
│ ├── core-rules.instructions.md
│ ├── documentation.instructions.md
│ ├── git-workflow.instructions.md
│ ├── roadmap-tracking.instructions.md
│ └── typescript-development.instructions.md
└── skills/ # AI skill modules (5 skills)
├── brainstorming/
├── code-review/
├── debugging/
├── phase-execution/
└── using-superpowers/
File-pattern-matched coding guidelines that apply automatically:
| File | Applies To | Purpose |
|---|---|---|
core-rules |
** |
Independence, determinism, type safety, testing |
documentation |
**/*.md |
Markdown and documentation standards |
git-workflow |
** |
Commit format, branching, SSH remotes |
roadmap-tracking |
**/ROADMAP.md |
Milestone tracking and phase workflow |
typescript-development |
**/*.ts |
TypeScript idioms, strict mode, testing patterns |
Specialized AI capabilities triggered by task context:
| Skill | Purpose |
|---|---|
brainstorming |
Feature planning and design trade-offs |
code-review |
Quality, determinism, and test coverage checks |
debugging |
Systematic debugging procedures |
phase-execution |
ROADMAP phase workflow enforcement |
using-superpowers |
Skill discovery and invocation |
| Repo | Description |
|---|---|
| ri-event-log | Append-only immutable event log with hash chain integrity |
| ri-sandbox | Deterministic WASM execution with resource limits and isolation |
| ri-guardrails | User profile synthesis, preference/rejection learning, three-check blocking |
MIT