Generate AGENTS File banner
TechNickAI TechNickAI

Generate AGENTS File

AI community

Description

--- description: Generate or update AGENTS.md with essential project context for AI coding assistants --- # Generate AGENTS.md Creates or updates `AGENTS.md` - a universal project context file for AI coding assistants (Claude Code, Cursor, GitHub Copilot, etc.). <philosophy> AGENTS.md should be: - Concise - Every character consumes tokens on every AI interaction - Non-redundant - Don't repeat what's in README or obvious from code - Actionable - Specific commands, conventions, and constraints

Installation

Installs to ~/.claude/commands/technickai-heart-centered-prompts-generate-agents-file.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/TechNickAI/heart-centered-prompts/HEAD/.claude/commands/generate-AGENTS-file.md -o ~/.claude/commands/technickai-heart-centered-prompts-generate-agents-file.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository