Loading...
Loading...
Generate project-level AGENTS.md guides that capture conventions, workflows, and required follow-up tasks. Use when a repository needs clear agent onboarding covering structure, tooling, testing, task flow, README expectations, and conventional commit summaries.
npx skill4agent add asteroid-belt-llc/skills agentsmd-generator.gitignoretreejustmakeAGENTS.mdfindglobREADME.mdCONTRIBUTING.mddocs/documentation/src/uiplans/docs/tree--gitignoretree --gitignore -a -L 3 > tmp/tree.txttree--gitignoretree -a -L 3 --prune.gitignoreJustfilejust --listjust --list --unsortedMakefilejustmake help.env.exampleconfig/plans/Outcome: A structured notes list describing layout, tooling, commands, testing, release process, documentation references, pending questions, and update expectations.
justmakeREADME.mdservices/api/# Project Agent Guide
> Scope: Root project (applies to all subdirectories unless overridden)
## Quick Facts
- **Primary language:**
- **Package manager:**
- **Entrypoints:**
- **CI/CD:**
## Repository Tour
- `path/` — description & owner
## Tooling & Setup
- Install instructions (per OS)
- Required environment variables (with purpose)
- Secrets management notes
## Common Tasks
- `just <task>` — what it does (preferred)
- `make <target>` — what it does
- Raw command fallback when automation missing
## Testing & Quality Gates
- Unit/integration test commands
- Lint/format commands
- Coverage expectations & thresholds
- CI status command or dashboard link
## Workflow Expectations
- Branch naming and review rules
- Feature toggles or release cadence
- Any approval or ticket linkage requirements
## Documentation Duties
- Update `README.md` when features, setup steps, or developer ergonomics change materially
- List other docs to refresh (architecture, ADRs, etc.)
## Finish the Task Checklist
- [ ] Update relevant docs (& `README.md` if significant changes landed)
- [ ] Summarize changes in conventional commit format (e.g., `feat: ...`, `fix: ...`)# <Directory Name> Agent Guide
> Scope: ./path/to/directory (inherits root AGENTS.md unless noted)
## Purpose
- What lives here
- Who owns it (team/contact)
## Key Files
- `file_or_folder/` — why it matters
## Common Tasks
- `just <task>` / `make <target>` / command snippets scoped to this directory
## Testing & Quality
- Specific tests, linters, or data fixtures for this directory
## Hand-off Notes
- Docs or runbooks to reference
- Open questions captured during discoveryjust formatscripts/bootstrap.shtree --gitignoreplans/docs/