agents-md
Agents.md
Use this skill to manage the workspace-root AGENTS.md file from robinebers/agents.md.
Source Of Truth
- Treat
https://raw.githubusercontent.com/robinebers/agents.md/main/AGENTS.mdas the canonical upstream file. - Work on the workspace-root
AGENTS.mdunless the user explicitly asks for another path. - Preserve intentional local edits during updates, especially repo-specific notes and the
## User Notessection. - If the workspace already has
AGENTS.md, do not overwrite it during install. Switch to the update workflow instead.
Install Workflow
Run this when the user asks to install, add, or bootstrap AGENTS.md.
- Check whether
AGENTS.mdalready exists at the workspace root. - If it does not exist, install it with:
More from robinebers/skills
code-upgrade
Engineering-discipline toolkit for non-technical users working with AI coders. Wields KISS, DRY, YAGNI, fail-fast, and idempotency as commands. Use when the user asks to audit, simplify, clean up, dedupe, or harden code; or says "make this simpler", "any duplicates?", "is this safe to run twice", "explain this app", "find dead code", "simplify the plan", or "find silent failures".
34shepherd
Shepherd a GitHub pull request all the way to merge-ready by relentlessly polling status and only acting once all automatic reviewers have finished. NEVER merges without explicit human approval. Use when the user says things like "shepherd this PR", "babysit this PR", "get this PR merge-ready", "wait for Cubic", "wait for Bugbot", or asks to drive a PR through review.
28setup-process
Generate setup scripts/configs for AI agent worktrees and isolated environments across Cursor, Codex, and Conductor. Use when wiring up a project so AI agents start with the same dependencies, env files, and tool configs as the main repo.
23code-auditor
Audit codebases for duplicate code, unused code, DRY violations, dependency bloat, and refactoring opportunities. Use when the user asks for a code audit, technical debt review, dead-code cleanup, dependency audit, consolidation plan, or maintainability review after major feature work or before refactoring.
8pr-manager
Manage GitHub pull requests with `gh` and `git`: create or update a pull request, wait for checks, fetch review comments, and optionally fix them automatically. Use when the user says things like "create pr", "open a pr", "update the pr", "pull comments", "check PR comments", "check for new comments", or "fetch review comments".
3conductor-json
Generate conductor.json files for Conductor workspaces. Use when setting up a new project, creating conductor.json, or configuring workspace scripts for Tauri, Next.js, or React projects.
2