Skip to content

Commit f9e3ac2

Browse files
author
Nick Sullivan
committed
📋 Reorganize agent context docs for Claude and Cursor
Split monolithic AGENTS.md into separate Claude.md and Cursor-specific AGENTS.md to clarify tool-specific setup and reduce cognitive load. Elevates "Always Apply Rules" section for visibility since these rules are critical to all AI interactions.
1 parent 1e24507 commit f9e3ac2

File tree

2 files changed

+10
-11
lines changed

2 files changed

+10
-11
lines changed

AGENTS.md

Lines changed: 9 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,15 @@
33
AI coding configuration marketplace providing plugin-based setup for Claude Code and
44
Cursor.
55

6+
## Always Apply Rules
7+
8+
Core project rules that apply to all tasks:
9+
10+
@.cursor/rules/personalities/common-personality.mdc
11+
@.cursor/rules/git-interaction.mdc
12+
@.cursor/rules/prompt-engineering.mdc
13+
14+
615
## Tech Stack
716

817
- **Claude Code** - Plugin marketplace (`.claude-plugin/marketplace.json`)
@@ -30,17 +39,6 @@ Cursor.
3039
- `curl -fsSL https://raw.githubusercontent.com/TechNickAI/ai-coding-config/main/scripts/bootstrap.sh | bash` -
3140
Bootstrap for Cursor
3241

33-
**Context Management:**
34-
35-
- `/load-cursor-rules` - Dynamically load relevant rules for current task
36-
- `/personality-change <name>` - Activate personality (Claude Code)
37-
- `@personality-name` - Reference personality (Cursor)
38-
39-
**Workflows:**
40-
41-
- `/troubleshoot` - Autonomous error resolution
42-
- `/generate-AGENTS-file` - Create/update AGENTS.md
43-
4442
## Code Conventions
4543

4644
**DO:**

CLAUDE.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
AGENTS.md

0 commit comments

Comments
 (0)