Initialize minimal AI assistant boilerplate files for Claude, Cursor, and Gemini
Initialize minimal AI assistant boilerplate files (AGENTS.md, CLAUDE.md, docs/README.md, and optional check commands) for Claude, Cursor, and Gemini. Use this once when setting up a new project to create non-destructive starter files that guide AI assistants with project-specific instructions.
/plugin marketplace add dannysmith/claude-marketplace/plugin install personal@dannysmithdev/Set up minimal boilerplate files for AI assistants (Claude, Cursor, Gemini) in a non-destructive way, creating only what's missing.
/personal:dev:initai
Analyze existing structure
Create AGENTS.md (only if missing)
Extract project name from metadata or directory name
Detect primary language from file extensions or config files
Create minimal AGENTS.md:
# AI Coding Agent Instructions for [Project Name]
See @docs/ for full documentation.
## Project Overview
## Core Rules
### New Sessions
- Read @docs/tasks.md for task management
- Review `docs/developer/architecture-guide.md` for essential patterns
- Consult specialized guides when working on specific features
- Check git status and project structure
### Development Practices
**CRITICAL:** Follow these strictly:
1. **Read Before Editing**: Always read files first to understand context
2. **Follow Established Patterns**: Use patterns from this file and `docs/developer`
3. **Senior Architect Mindset**
Check for comprehensive check command
.claude/commands/check.md with this structure:
Create CLAUDE.md (if missing)
@AGENTS.md
Create docs/README.md (only if docs/ exists but README.md doesn't)
# [Project Name] Documentation
Project documentation goes here.
Report results