egrich

Solid

Arm a project with everything EstreGenesis offers — the seed charter plus all six optional modules (Constellation, Superscalar, Hyperbrief, Greatpractice, Ultrasafe, Compendium), their plugins, hooks and MCP servers, wired and verified. Invoke when the user wants the full EG stack rather than the lean default, or via /egrich. Installs on top of a bootstrapped or migrated project; if the project has no seed yet, it runs that step first.

AI & Automation 7 stars 0 forks Updated today Apache-2.0

Install

View on GitHub

Quality Score: 78/100

Stars 20%
30
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
80
License 10%
100
Description 5%
100

Skill Content

# /egrich — full arm The seed alone is deliberately lean: `AGENTS.md` SSoT + bridges + `.agent/`, file-based coordination, no modules. `/egrich` is the opposite end — everything EG ships, wired and checked. **Say the cost out loud before you start.** The full stack adds always-on hooks, background processes (a live board server + bridges), and MCP servers. That is the right trade for a project running several agents in parallel; it is overkill for a solo repo. If the user has not clearly asked for "everything", name the cheap subset (§5) and let them choose — presented per Hyperbrief's setup-flow choice default (§5.6.9: plain floor band, costs/benefits + recommendation, "explain more simply" fallback). ## 1. Ensure the charter exists If `.agent/seed_prompt.md` is absent, run `/eg-bootstrap` (new project) or `/eg-migration` (existing rules) first, and continue only after it lands. If it is present but behind, run `/eg-upgrade` first — arming a stale charter just bakes the staleness in. ## 2. Install the plugin set ``` /plugin marketplace add SoliEstre/EstreGenesis /plugin install estregenesis@estregenesis-plugins /plugin install constellation@estregenesis-plugins /plugin install superscalar@estregenesis-plugins /plugin install hyperbrief@estregenesis-plugins /plugin install greatpractice@estregenesis-plugins /plugin install ultrasafe@estregenesis-plugins /plugin install compendium@estregenesis-plugins ``` ## 3. What each module gives the project — and what it costs Reg...

Details

Author
SoliEstre
Repository
SoliEstre/EstreGenesis
Created
2 months ago
Last Updated
today
Language
JavaScript
License
Apache-2.0

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category

AI & Automation Solid

eg-migration

Migrate an EXISTING project onto the EstreGenesis AI-native standard — audit whatever rule files it already has (CLAUDE.md, .cursor/rules/, copilot-instructions, ad-hoc AGENTS.md), then run the seed's Migration A (scattered rules, no SSoT) or Migration C (custom + seed hybrid). Invoke when the user wants to adopt EG on a project that already has agent instructions, or via /egmig. A project with no rule files at all goes to eg-bootstrap; a project already seeded goes to eg-upgrade.

7 Updated today
SoliEstre
AI & Automation Solid

eg-bootstrap

Bootstrap a NEW project onto the EstreGenesis AI-native standard — fetch the right seed tier, install it as the project's operating charter, and run the seed's Bootstrap mode (AGENTS.md SSoT + bridges + .agent/ scaffold). Invoke on a fresh or near-empty project when the user says bootstrap / start / set up an AI-native project / EG seed, or via /egboot. Removes the copy-the-URL step: the canonical seed locations are baked in here. For an EXISTING project with its own rule files use eg-migration; for a project already on the seed use eg-upgrade.

7 Updated today
SoliEstre
AI & Automation Solid

eg-upgrade

Upgrade a project that already runs on EstreGenesis — bring its seed up to the current release (Migration B numbered delta, additive only), refresh the installed EG plugins from the marketplace, and report what actually moved. Invoke when a new EG release lands, when the project's seed marker is behind, or via /egup. Requires .agent/seed_prompt.md with its version marker intact; a project without one goes to eg-bootstrap or eg-migration.

7 Updated today
SoliEstre