Skip to content

Commit 9e0ffba

Browse files
committed
Drop the status column, keep the claim
A column reading Tested four times and Experimental once spends a table column on one bit of information. One sentence naming the four that were verified says the same thing, and the table goes back to being about how to install rather than about our test coverage. The claim itself stays, because the README is read by people who have no way to know which assistants were actually exercised: installed with the command shown, then used to build and deploy an app to a live tenant from the example prompt and nothing else. Antigravity CLI is simply absent from that list rather than labelled, which is accurate — it is unverified, not broken.
1 parent e5e1d48 commit 9e0ffba

1 file changed

Lines changed: 9 additions & 9 deletions

File tree

README.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -18,15 +18,15 @@ AI coding assistant skills for building [CrowdStrike Falcon Foundry](https://www
1818

1919
### Install
2020

21-
| Assistant | Command | Marketplace | Status |
22-
|-----------|---------|-------------|--------|
23-
| Claude Code | `/plugin install crowdstrike-falcon-foundry` | [Anthropic](https://claude.com/plugins/crowdstrike-falcon-foundry) | Tested |
24-
| Codex | `codex plugin add crowdstrike-falcon-foundry` | [OpenAI](https://chatgpt.com/plugins) (pending) | Tested |
25-
| Copilot CLI | `copilot plugin install CrowdStrike/foundry-skills` | [GitHub](https://github.com/marketplace?type=copilot-plugins) | Tested |
26-
| Cursor | `/add-plugin crowdstrike-falcon-foundry` | [Cursor](https://cursor.com/marketplace) (pending) | Tested |
27-
| Antigravity CLI | `agy plugin install https://github.com/CrowdStrike/foundry-skills` | [Google](https://antigravity.google/docs/plugins) | Experimental |
28-
29-
**Tested** means the skills were installed using the command above and then used to build and deploy a working app to a live Falcon Foundry tenant, from the example prompt below and nothing else. **Experimental** means it should work, since these skills follow the [Agent Plugins](https://agent-plugins.org) format that all five assistants read, but we have not verified it end to end.
21+
| Assistant | Command | Marketplace |
22+
|-----------|---------|-------------|
23+
| Claude Code | `/plugin install crowdstrike-falcon-foundry` | [Anthropic](https://claude.com/plugins/crowdstrike-falcon-foundry) |
24+
| Codex | `codex plugin add crowdstrike-falcon-foundry` | [OpenAI](https://chatgpt.com/plugins) (pending) |
25+
| Copilot CLI | `copilot plugin install CrowdStrike/foundry-skills` | [GitHub](https://github.com/marketplace?type=copilot-plugins) |
26+
| Cursor | `/add-plugin crowdstrike-falcon-foundry` | [Cursor](https://cursor.com/marketplace) (pending) |
27+
| Antigravity CLI | `agy plugin install https://github.com/CrowdStrike/foundry-skills` | [Google](https://antigravity.google/docs/plugins) |
28+
29+
Claude Code, Codex, Copilot CLI, and Cursor have each been verified end to end: installed with the command above, then used to build and deploy an app to a live Falcon Foundry tenant from the example prompt below and nothing else.
3030

3131
For local development with Claude Code, use `claude --plugin-dir /path/to/foundry-skills`. Any assistant that reads from `~/.agents/skills/` can discover these skills. See the [blog post](https://www.crowdstrike.com/tech-hub/ng-siem/build-falcon-foundry-apps-with-claude-code/) for a full walkthrough.
3232

0 commit comments

Comments
 (0)