agentsmd-generator

Installation
SKILL.md

Agent Context Generator

What You'll Do

  • 🔍 Inventory the repository's structure, capture a .gitignore-aware tree output, and record automation entry points (preferring just/make tasks when available)
  • 🧭 Capture coding conventions, directory ownership, testing expectations, and review workflows so future agents can navigate confidently
  • 🧩 Produce an AGENTS.md file following the opinionated section order below, honoring scope rules for nested directories
  • ✅ Embed universal wrap-up tasks: ensure the README is updated after significant code changes and summarize changes per conventional commits while resolving any open questions with the developer

Phase 1 · Understand the Repository

  1. Check for existing AGENTS.md
    • Use find alternative (glob or repo tree) to discover current files. Determine scope inheritance so you can update or extend instead of duplicating.
  2. Read Core Docs
    • Skim README.md, CONTRIBUTING.md, and other onboarding docs for project philosophy, setup, and workflows.
    • If docs/ or documentation/ exists, scan for architectural or process references worth surfacing.
  3. Survey Project Layout
    • Note primary directories, languages, build targets, and ownership (e.g., "src/ui maintained by Frontend team").
    • Check for plans/, docs/, or other knowledge directories. Flag must-read files (ADR indexes, architecture overviews, runbooks) to reference later in AGENTS.md.
Related skills

More from asteroid-belt-llc/skills

Installs
51
GitHub Stars
3
First Seen
Jan 22, 2026