What problem does it solve?
Keeping AGENTS.md updated with accurate, project-specific configuration and common developer commands is manual and error-prone; this Skill automates detection and insertion of that top-level information to speed onboarding and standardize agent behavior.
Core Features & Use Cases
- Repository Analysis: Scans manifests and configuration files to detect language, package manager, build tools, CI workflows, and common scripts or make targets.
- Interactive Clarification: Uses an AskUserQuestion step to collect a short project overview, preferred code language, and additional conventions before making edits.
- Safe Partial Edits: Performs a constrained edit that only updates the top project-specific section of AGENTS.md while preserving extensions and downstream sections.
- Use Case: Initialize or refresh project documentation for a newly cloned repository so agent orchestration files reflect the actual tech stack and commands.
Quick Start
Analyze the repository and update the top section of AGENTS.md with the detected tech stack, common commands, language settings, and recommended rule removals.