maioiomaioioCommunityยท1 Agent Skills Included

genesis-architect

Research-driven project scaffolding with built-in pitfall prevention

Scaffolds new software projects by mining real GitHub issues, forks, and post-mortems from similar repositories before writing any code. Turns recurring production failures into concrete mitigations baked directly into the generated project structure, tests, and CI pipelines. Audits existing codebases for drift, fragile modules, import cycles, and security gaps with threat modeling and secrets scanning.
npx skills add maioio/genesis-architect --all -g -y
Available:

Instructs the agent on how the 8-phase Genesis workflow operates, when each phase triggers, and which constraints to enforce while researching and scaffolding projects.

All Skills in This Repository (1)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How to install Genesis Architect?โ–ผ

Run `npx skills add maioio/genesis-architect --all -g -y` in your terminal to install the skill globally for your agent.

How does Genesis Architect prevent project failures?โ–ผ

It scans 15-20 similar GitHub repositories and mines their closed issues for recurring bugs and architecture regrets, then builds mitigations for those failures directly into your scaffold.

Can Genesis Architect analyze an existing codebase?โ–ผ

Yes. Commands like `genesis recover` and `genesis harden` detect drift, broken imports, anti-patterns, fragile modules, and run STRIDE threat modeling with secrets scanning.

Does Genesis Architect work with Claude Code and Cursor?โ–ผ

Yes. It ships as a standard SKILL.md skill that runs in Claude Code, Cursor, and Codex, triggered by natural language like 'I want to build X'.

What languages does Genesis Architect support?โ–ผ

It analyzes Python, TypeScript/JavaScript, Go, and Rust projects, with architecture templates and dependency graph extraction for each language.

Related Repositories in Software Engineering

View All in Software Engineeringโ†’