# OpenCLI Agent Pack: Founder Skills

Use this when an AI agent needs to work with `founder-skills`.

## What this CLI is for
Startup workflows for coding agents, company memory, and co-founder skill pack from the terminal. Built by Geet Khosla. Start with `npx --yes github:gvkhosla/founder-skills setup` and go from there. Runs entirely on your machine.

Best for: startup workflows for coding agents, company memory, and co-founder skill pack from the terminal.

## Agent readiness
Usable with guardrails (45/100)
- Supports non-interactive/scripted use.
- Can run locally with less credential exposure.

## Install
```sh
npx --yes github:gvkhosla/founder-skills setup
```

## Verify before real work
```sh
founder-skills --version
```
Expected signal: founder-skills responds locally and is ready for the first real command.

## Safe starting commands
```sh
founder-skills --version
```

```sh
founder-skills doctor
```

```sh
npx --yes github:gvkhosla/founder-skills setup
```

```sh
founder-skills doctor --json
```

## Guardrails for agents
- Prefer small commands and ask the agent to summarize plain text output.

## Suggested agent instruction
You may use Founder Skills (`founder-skills`) for startup workflows for coding agents, company memory, and co-founder skill pack from the terminal.. First install it if missing, then run the verify command. Start with read-only or inspection commands. Summarize what you found before changing anything. Ask for confirmation before commands that mutate remote state, spend money, deploy, delete data, merge code, or expose secrets.

Source: OpenCLI
