Install a .agents folder into your project to teach AI assistants best practices: UI/UX, architecture, security, and engineering workflow skills.
Review flagged AI-agent configuration or capability changes. This remains warn-only unless evidence shows foreign-agent hijack through preinstall/install/postinstall, hidden persistence, exfiltration, remote code execution, or other concrete malicious behavior.
bin/index.js copies package .agents into the invoking project, overwriting files.
bin/index.jsView on unpkgThe explicit CLI then executes the copied .agents/ctx.js via execSync.
agents/ctx.jsView on unpkgInstalled .agents/AGENTS.md supplies persistent AI-agent workflow instructions.
agents/AGENTS.mdView on unpkgbin/index.js copies package .agents into the invoking project, overwriting files.
bin/index.jsView on unpkgThe explicit CLI then executes the copied .agents/ctx.js via execSync.
agents/ctx.jsView on unpkgInstalled .agents/AGENTS.md supplies persistent AI-agent workflow instructions.
agents/AGENTS.mdView on unpkg