serp-toc
Installation
SKILL.md
SERP TOC
Use this skill as the start-here routing layer for SERP work. The serp repo is the org-level docs hub, not the source of truth for most code, secrets, or runtime operations.
Workflow
- Start in the SERP docs hub before guessing.
- Read
README.mdanddocs/README.mdinserp. - For repo lookup, prefer
docs/REPOS.local.mdwhen it exists. Fall back todocs/REPOS.mdfor the shared inventory. - Use
docs/WORKFLOWS.mdwhen the real question is where something should live.
- Route to the owning repo quickly.
- For server, infrastructure, operator access, SSH, Jupyter, or runtime ops, jump to
docs/knowledge/server-systems.mdinserpfirst, then follow its pointers intoserp-server. - For secrets, env values, tokens, or secret storage, jump to the
secrets.serp.coentry indocs/REPOS.local.md, then inspect/Users/devin/dev/repos/secrets.serp.co/README.md. - For general app, auth, DB, monorepo, or utility code, find the repo in
docs/REPOS.local.mdand read that repo'sREADME.mdbefore doing anything app-specific.