Skip to content

Robust-infrastructure/.github

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

.github — Robust-infrastructure Organization

Organization-level GitHub configuration and AI-assisted development infrastructure for the Robust-infrastructure organization.

Repository Structure

.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/

Instructions

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

Skills

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

Project Repos

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

License

MIT

About

Organization-level GitHub configuration, Copilot instructions, and AI-assisted development infrastructure

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors