pedroromeroluna

AI First OS — AI skill for Claude Code

AI community

AI First OS — sistema operativo de producto para trabajar con agentes.

How to install AI First OS

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

What AI First OS does

AI First OS — sistema operativo de producto para trabajar con agentes.

Alternatives in AI

README

AI First OS

Latest version and what changed in it: [Releases](https://github.com/pedroromeroluna/ai-first-os/releases) · [CHANGELOG.md](CHANGELOG.md).

A product operating system for working with agents. One primitive —the node— repeated at every level: every session opens with a scan of your work, you capture whatever comes up on the fly, you close the session with a verdict of what got done and what is missing, you mount a repo onto an initiative, you get interviewed to write specs ready to delegate. The craft on top —discovery, the metric brief, the interview that writes a product's strategic layer— travels in packs, each one published as its own set of skills: see **The AI First Product Skills pack** below.

The skills are written in English. The deliverables come out in the language you work in.

This document is written for your agent to execute, not for you to follow step by step.

Requirements

**Installing the system takes two things: git and python3.** They are checked before anything runs — an agent that installs first and reads the error afterwards leaves you with `command not found` instead of an answer.

What When it is needed How the agent checks it Where it comes from if it is missing
git To install the system git --version macOS: xcode-select --install · Windows: git-scm.com
python3 To install the system — mount-repo uses it to authorize a checkout for the agent python3 --version macOS: xcode-select --install (same command as git) · Windows: python.org · Linux: your distro's package manager
Node.js Only for the npx install path — the git-clone path below never needs it node --version The LTS installer at nodejs.org
Node.js Only for the pack of skills, offered at the end of the install node --version The LTS installer at nodejs.org

**The agent guides; you install.** System software is never installed by the agent on its own: it points at the official channel, w