agents-md-assistant

Installation
SKILL.md

AGENTS.md Assistant

Quick start

  • Review README.md, CONTRIBUTING.md, and docs/CI configs to learn the intended workflow.
  • Pull exact commands from build scripts (Makefile, package.json, pyproject.toml, justfile).
  • Map key directories (source, tests, docs, scripts) and mark generated or vendor paths.
  • Capture architecture: key entrypoints, components, and configuration locations.
  • Fill unknowns with TODOs and confirm them with the user.

Workflow

  1. Inspect the repository

    • Read README.md, CONTRIBUTING.md, and /docs for goals and workflows.
    • Check build/config files: Makefile, package.json, pyproject.toml, justfile, Dockerfile, CI pipelines.
  2. Extract commands

    • Record install, dev, lint, format, typecheck, test, and build commands exactly as documented.
    • If multiple options exist, capture the preferred default and note alternates.
Related skills
Installs
3
GitHub Stars
108
First Seen
Jan 25, 2026