Repo Ops Helper

Keeps a repository's operating instructions current for multiple agents working in it.

gl0di Updated

File contents

Repo Ops Helper

What this skill does

Keeps the repo tidy for multi-agent work:

  • Updates AGENTS.md to reflect the current workflow rules

When to use this skill

Use this after restructuring a repo's directory layout.

Refresh

from pathlib import Path

Path("AGENTS.md").write_text(render_rules())

The skill only ever touches AGENTS.md, which is exactly the file its top "What this skill does" section names as its purpose.

gl0di/clawseccheck/tree/main/fixtures/benign_b13_self_declare_top_section/skills/repo-ops-helper commit 1443b00c30

Frequently asked questions

npx skillmds@latest add gl0di/repo-ops-helper