agents-md-assistant
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
-
Inspect the repository
- Read
README.md,CONTRIBUTING.md, and/docsfor goals and workflows. - Check build/config files:
Makefile,package.json,pyproject.toml,justfile,Dockerfile, CI pipelines.
- Read
-
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.
More from dmitriiweb/extract-emails
google-docstring-assistant
Write Python docstrings following the Google Python Style Guide, using clear sections and examples.
10format-lint-assistant
Run the project's formatter, linters, and mypy checks in the required order, fixing issues and managing any needed stub dependencies via uv.
4skill-creator
Guide for creating effective skills. This skill should be used when users want to create a new skill (or update an existing skill) that extends Claude's capabilities with specialized knowledge, workflows, or tool integrations.
3pytest-testing-assistant
Write focused pytest tests as standalone functions (one test per function), avoiding test classes.
3code-review-assistant
Perform structured, actionable code reviews for Python code with clear findings and suggestions.
3debug-logging-assistant
Add purposeful debug logging to improve observability without changing behavior.
3