Skilllibrary repo-navigation

Navigate the canonical docs, ticket files, and OpenCode operating surfaces for this repo. Use when an agent needs to find where process, state, or handoff information lives without scanning the entire repository.

install
source · Clone the upstream repo
git clone https://github.com/merceralex397-collab/skilllibrary
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/merceralex397-collab/skilllibrary "$T" && mkdir -p ~/.claude/skills && cp -r "$T/01-package-scaffolding/repo-scaffold-factory/assets/project-template/.opencode/skills/repo-navigation" ~/.claude/skills/merceralex397-collab-skilllibrary-repo-navigation && rm -rf "$T"
manifest: 01-package-scaffolding/repo-scaffold-factory/assets/project-template/.opencode/skills/repo-navigation/SKILL.md
source content

Repo Navigation

Before navigating, call

skill_ping
with
skill_id: "repo-navigation"
and
scope: "project"
.

Canonical paths:

  • README.md
  • START-HERE.md
  • AGENTS.md
  • docs/process/
  • docs/spec/
  • tickets/
  • .opencode/