prompt-engineer
Installation
SKILL.md
Prompt Engineer
Makes your repository "AI-native" so any coding agent (Claude Code, Cursor, Copilot, Gemini CLI, Codex) can understand and work with your codebase effectively.
How It Works
- Analyze codebase patterns and conventions
- Create AGENTS.md following the WHAT/WHY/HOW framework
- Create .cursorrules with code style and framework patterns
- Add directory-level READMEs for agent navigation
Key Principle
Source: HumanLayer - "Writing a good CLAUDE.md"
Claude Code injects CLAUDE.md with a system note: "this context may or may not be relevant to your tasks." This means agents WILL IGNORE instructions that aren't universally applicable. Only include information that's relevant to EVERY task.