Skip to content

Commit 41ca1bc

Browse files
author
Nick Sullivan
committed
📝 Expand tool support beyond Claude Code and Cursor
The project now supports Windsurf, Cline, and other AI coding tools with compatible slash command interfaces. Updated all references to reflect broader tool compatibility and unified setup experience.
1 parent 4b115ca commit 41ca1bc

File tree

1 file changed

+11
-9
lines changed

1 file changed

+11
-9
lines changed

README.md

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
# AI Coding Configuration
22

33
**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.
56

67
Transform how you work with AI: from manual prompting to autonomous task execution, from
78
generic responses to specialized agent collaboration, from scattered configs to unified
@@ -45,23 +46,24 @@ Browse available plugins:
4546
/plugin search ai-coding-config
4647
```
4748

48-
### Cursor (Bootstrap)
49+
### Cursor, Windsurf, Cline & Others (Bootstrap)
4950

5051
Run from any project:
5152

5253
```bash
5354
curl -fsSL https://raw.githubusercontent.com/TechNickAI/ai-coding-config/main/scripts/bootstrap.sh | bash
5455
```
5556

56-
Then in Cursor:
57+
Then in your AI coding tool:
5758

5859
```
5960
@ai-coding-config set up this project
6061
```
6162

62-
### Both Tools
63+
### All AI Coding Tools
6364

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:
6567

6668
```
6769
/ai-coding-config
@@ -234,8 +236,8 @@ Each personality is a complete communication style overlay - see
234236
**Single source of truth**: `.cursor/rules/` and `.claude/commands/` are canonical.
235237
Plugins use symlinks for packaging.
236238

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.
239241

240242
**Project integration**: `/ai-coding-config` detects your stack and installs relevant
241243
configurations. Updates sync changes while preserving customizations.
@@ -377,9 +379,9 @@ Fork this repo to make it completely yours.
377379
- GitHub CLI (`gh`) installed and authenticated
378380
- Project dependency managers (npm/yarn/pip/etc.)
379381

380-
**For Cursor**:
382+
**For Cursor, Windsurf, Cline & others**:
381383

382-
- Cursor IDE with rules support
384+
- AI coding tool with rules/context support
383385

384386
Most features work with basic installations. Advanced workflows (`/autotask`) need
385387
additional tools.

0 commit comments

Comments
 (0)