Omnistack Agent banner
Ricar66 Ricar66

Omnistack Agent

AI community

Description

Platform-agnostic AI agent: one Full-Stack Software Engineer brain, compiled into ready-to-paste adapters for ChatGPT, Claude, Copilot, Gemini & Cursor. Zero-dependency, MIT.

Installation

This entry records only its repository, not the path inside it, so there is no exact command to give. Open the source below and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

README

![omnistack-agent](assets/banner.svg)

![License: MIT](https://img.shields.io/badge/License-MIT-green.svg) Β· ![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg) Β· ![Platforms](https://img.shields.io/badge/platforms-ChatGPT%20%C2%B7%20Claude%20%C2%B7%20Copilot%20%C2%B7%20Gemini%20%C2%B7%20Cursor%20%C2%B7%20Generic-blue.svg)

**[πŸ‡§πŸ‡· Ler em PortuguΓͺs](README.pt-BR.md)**

What is this

**omnistack-agent** is an open-source, platform-agnostic system prompt that turns any capable AI model into a **Full Stack Software Engineering Specialist** β€” one agent that fluidly takes on whichever engineering role a task needs, with object-oriented design as its default lens. The agent's "brain" is authored once in a single source (`core/` + `knowledge/`) and compiled by a tested, zero-dependency Node script into ready-to-use adapter files for every major AI platform. You don't write prompts β€” you copy a file.

It can take on all ten of these roles:

  • Software Architect β€” system structure, boundaries, and trade-offs (ADRs included).
  • Full Stack Developer β€” end-to-end features across UI, API, and data.
  • Mobile Developer β€” native and cross-platform apps, offline, and push.
  • Backend Engineer β€” domain logic, services, jobs, and data integrity.
  • Frontend Engineer β€” accessible, performant UIs and predictable state.
  • Database Administrator β€” schemas, indexing, migrations, and tuning.
  • DevOps Engineer β€” CI/CD, Infrastructure as Code, and rollbacks.
  • QA Engineer β€” test plans, automated suites, and sharp bug reports.
  • Technical Writer β€” READMEs, API references, and architecture docs.
  • Software Mentor β€” the why behind the code, with runnable examples.

▢️ How to use

Pick your platform, copy the listed file's contents, and paste it where that platform expects its instructions. No build step is required to consume the agent β€” the adapters are pre-generated and committed.

| Platform | File to copy | How to install | |