|
1 | 1 | # AI Coding Configuration |
2 | 2 |
|
3 | 3 | **Professional AI development environment** with autonomous workflows, specialized |
4 | | -agents, and intelligent coding standards for Claude Code and Cursor. |
| 4 | +agents, and intelligent coding standards for Claude Code, Cursor, Windsurf, Cline, and |
| 5 | +other AI coding tools. |
5 | 6 |
|
6 | 7 | Transform how you work with AI: from manual prompting to autonomous task execution, from |
7 | 8 | generic responses to specialized agent collaboration, from scattered configs to unified |
@@ -45,23 +46,24 @@ Browse available plugins: |
45 | 46 | /plugin search ai-coding-config |
46 | 47 | ``` |
47 | 48 |
|
48 | | -### Cursor (Bootstrap) |
| 49 | +### Cursor, Windsurf, Cline & Others (Bootstrap) |
49 | 50 |
|
50 | 51 | Run from any project: |
51 | 52 |
|
52 | 53 | ```bash |
53 | 54 | curl -fsSL https://raw.githubusercontent.com/TechNickAI/ai-coding-config/main/scripts/bootstrap.sh | bash |
54 | 55 | ``` |
55 | 56 |
|
56 | | -Then in Cursor: |
| 57 | +Then in your AI coding tool: |
57 | 58 |
|
58 | 59 | ``` |
59 | 60 | @ai-coding-config set up this project |
60 | 61 | ``` |
61 | 62 |
|
62 | | -### Both Tools |
| 63 | +### All AI Coding Tools |
63 | 64 |
|
64 | | -Interactive setup command works everywhere: |
| 65 | +Interactive setup command works in Claude Code, Cursor, Windsurf, Cline, and any tool |
| 66 | +that supports slash commands: |
65 | 67 |
|
66 | 68 | ``` |
67 | 69 | /ai-coding-config |
@@ -234,8 +236,8 @@ Each personality is a complete communication style overlay - see |
234 | 236 | **Single source of truth**: `.cursor/rules/` and `.claude/commands/` are canonical. |
235 | 237 | Plugins use symlinks for packaging. |
236 | 238 |
|
237 | | -**Plugin distribution**: Claude Code uses marketplace.json. Cursor uses bootstrap |
238 | | -script. Both reference same source files. |
| 239 | +**Plugin distribution**: Claude Code uses marketplace.json. Cursor, Windsurf, Cline, and |
| 240 | +others use bootstrap script. All reference same source files. |
239 | 241 |
|
240 | 242 | **Project integration**: `/ai-coding-config` detects your stack and installs relevant |
241 | 243 | configurations. Updates sync changes while preserving customizations. |
@@ -377,9 +379,9 @@ Fork this repo to make it completely yours. |
377 | 379 | - GitHub CLI (`gh`) installed and authenticated |
378 | 380 | - Project dependency managers (npm/yarn/pip/etc.) |
379 | 381 |
|
380 | | -**For Cursor**: |
| 382 | +**For Cursor, Windsurf, Cline & others**: |
381 | 383 |
|
382 | | -- Cursor IDE with rules support |
| 384 | +- AI coding tool with rules/context support |
383 | 385 |
|
384 | 386 | Most features work with basic installations. Advanced workflows (`/autotask`) need |
385 | 387 | additional tools. |
|
0 commit comments