ahsan0444

Agent OS Setup — Testing skill for Claude Code

Testing community

Bootstrap the Agent OS data home + verify harness on this machine (product graph, registry, Playwright, auth capture).

How to install Agent OS Setup

Installs to ~/.claude/skills/ahsan0444-jintech-omg-dev-agent-os-setup/SKILL.md

Terminal
mkdir -p ~/.claude/skills/ahsan0444-jintech-omg-dev-agent-os-setup && curl -fsSL https://raw.githubusercontent.com/ahsan0444/jintech-omg-dev/HEAD/commands/agent-os-setup.md -o ~/.claude/skills/ahsan0444-jintech-omg-dev-agent-os-setup/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

What Agent OS Setup does


description: Bootstrap the Agent OS data home + verify harness on this machine (product graph, registry, Playwright, auth capture). Run once per machine, or after cloning, to set up the /verify workflow.

/agent-os-setup

Set up the Agent OS for a repo on THIS machine. Cross-platform (macOS + Windows). Idempotent — safe to re-run. Nothing here writes to the production app repo.

Resolve `AGENT_OS_HOME` (default `~/.agent-os`) and `PLUGIN` (`${CLAUDE_PLUGIN_ROOT}`). Ask the user which r

Alternatives in Testing

  • Design Compare — Capture two websites with Playwright and produce a structured side-by-side design comparison — layout, color 309 ★
  • N9e Config Driven E2e — Maintain config-driven Nightingale E2E tests that convert JSON config data into UI-readable normalized values 301 ★
  • Symfony Fixtures — Create test fixtures using Foundry factories for realistic test data 206 ★

Full documentation available on GitHub

View Source Repository