You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add the standard CrowdStrike Falcon logo to the top of the README. Add Codex
and Copilot CLI setup sections using ~/.agents/skills/ symlink discovery
(sourced from official docs). Reorder tool sections alphabetically. Broaden the
A/B test pre-flight check to compare all plugin directories instead of a single
canary file.
@@ -12,7 +14,7 @@ AI coding assistant skills for building [CrowdStrike Falcon Foundry](https://www
12
14
-**Foundry CLI**: Install with `brew tap crowdstrike/foundry-cli && brew install foundry` (macOS/Linux) or [download for Windows](https://assets.foundry.crowdstrike.com/cli/latest/foundry_Windows_x86_64.zip)
13
15
-**CrowdStrike Account**: With Falcon Foundry access
14
16
-**Authentication**: Run `foundry login` to authenticate
15
-
-**AI Coding Assistant**: Claude Code, Cursor, Gemini CLI, Codex, OpenCode, Copilot CLI, or any tool that supports loading reference documentation
17
+
-**AI Coding Assistant**: Claude Code, Codex, Copilot CLI, Cursor, Gemini CLI, or any tool that supports loading reference documentation
16
18
17
19
### Claude Code (Tested)
18
20
@@ -39,6 +41,30 @@ The `--plugin-dir` flag loads the plugin for that session. To make it permanent,
39
41
40
42
Changes to skill files take effect on the next Claude Code session — no reinstall needed.
41
43
44
+
### Codex (Experimental)
45
+
46
+
Codex discovers skills from `~/.agents/skills/`. Clone and symlink:
Add a rule file to your project's `.cursor/rules/` directory:
@@ -72,16 +98,6 @@ This creates symlinks in `~/.gemini/skills/` so all skills are available in ever
72
98
73
99
Gemini activates the right skill on demand based on your prompt. No `GEMINI.md` changes needed.
74
100
75
-
### Codex (Experimental)
76
-
77
-
Add to your `AGENTS.md` or project instructions:
78
-
79
-
```markdown
80
-
## Foundry Development
81
-
Reference the Falcon Foundry skills in /path/to/foundry-skills/skills/ for building Foundry apps.
82
-
The primary orchestrator is foundry-development-workflow/SKILL.md.
83
-
```
84
-
85
101
### Other Tools
86
102
87
103
These skills are plain markdown files. Any AI coding assistant that can read local files can use them. Point it at the `skills/` directory and start with `foundry-development-workflow/SKILL.md` as the entry point.
0 commit comments