Skip to content

Commit 2fb085d

Browse files
authored
Label platform support status in README (#4)
Claude Code is tested, Cursor/Gemini CLI/Codex are experimental.
1 parent 318a908 commit 2fb085d

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ AI coding assistant skills for building [CrowdStrike Falcon Foundry](https://www
1414
- **Authentication**: Run `foundry login` to authenticate
1515
- **AI Coding Assistant**: Claude Code, Cursor, Gemini CLI, Codex, OpenCode, Copilot CLI, or any tool that supports loading reference documentation
1616

17-
### Claude Code
17+
### Claude Code (Tested)
1818

1919
Install as a plugin from the [Anthropic Plugin Marketplace](https://docs.anthropic.com/en/docs/claude-code/plugins):
2020

@@ -39,7 +39,7 @@ The `--plugin-dir` flag loads the plugin for that session. To make it permanent,
3939

4040
Changes to skill files take effect on the next Claude Code session — no reinstall needed.
4141

42-
### Cursor
42+
### Cursor (Experimental)
4343

4444
Add a rule file to your project's `.cursor/rules/` directory:
4545

@@ -59,7 +59,7 @@ EOF
5959

6060
Cursor activates the rule automatically when your prompt matches the description.
6161

62-
### Gemini CLI
62+
### Gemini CLI (Experimental)
6363

6464
Link the skills so Gemini discovers them as native Agent Skills:
6565

@@ -72,7 +72,7 @@ This creates symlinks in `~/.gemini/skills/` so all skills are available in ever
7272

7373
Gemini activates the right skill on demand based on your prompt. No `GEMINI.md` changes needed.
7474

75-
### Codex (OpenAI)
75+
### Codex (Experimental)
7676

7777
Add to your `AGENTS.md` or project instructions:
7878

0 commit comments

Comments
 (0)