orientlisted
Install: claude install-skill amurshak/hephaestus
<!-- requires: none -->
<!-- chains: none -->
<!-- generated from .ai/workflows/orient.md; do not edit directly -->
> **Codex:** this skill is the `/orient` adapter. Use Codex role agents from `.codex/agents/` when the runtime exposes them; otherwise perform the work directly and keep the same structured output.
Orient in the current project. On first contact with an unprepared project, set up the workflow's operating requirements, then orient. Run autonomously.
> Each project should own its orient command — `install.sh` scaffolds one from `templates/orient.md` and never symlinks this file. This shipped version is the generic fallback (plugin and manual-copy installs): it bootstraps missing setup, then orients.
## Step 1 — Detect repo
`git remote get-url origin` — derive `<owner>/<repo>` for all `gh` commands. If there is no remote, work local-only and skip issue listing.
## Step 2 — Setup check
Hephaestus is an adjunct to the host codebase. Verify its operating requirements and bootstrap what's missing — all writes are additive; never overwrite or modify existing content beyond appending a missing section:
1. **CLAUDE.md with a "Development Commands" section** (test/lint/build — this drives every quality gate). If missing: derive the section from commands the repo already documents (CLAUDE.md under any heading, AGENTS.md, README, CI config); fall back to inferring from project manifests (package.json, Makefile, pyproject.toml, go.mod, etc.) only when nothing is docum