| name | ensure-agents-md |
| description | Run FIRST before any task when workspace root lacks AGENTS.md. Creates AGENTS.md tailored to the Node.js/Yarn monorepo environment. |
Ensure AGENTS.md (Bootstrap)
Before any other work, the agent MUST:
- Check whether
AGENTS.md exists at the workspace root.
- If it exists, skip this skill entirely.
- If it does not exist, create
AGENTS.md based on the Node.js/Yarn environment.
Steps
- Verify Environment: Check
package.json and yarn.lock to confirm this is the AICA monorepo.
- Generate AGENTS.md: Create
AGENTS.md with instructions for AI coding agents to strictly use yarn (never npm or package-lock.json), reference the aica_developer skill, and outline the monorepo workspace packages.
- Inform User: Tell the user that the bootstrap is complete, and proceed with their request.