Falcon Foundry AI Skills
Build Falcon Foundry apps from a natural language prompt. AI coding assistant skills that handle the full app lifecycle: API integrations, workflows, UI pages, functions, and collections — scaffolded with the Foundry CLI and deployed to the Falcon console.
Supported tools
Section titled “Supported tools”| Tool | Status | Install |
|---|---|---|
| Claude Code | Tested | /plugin install crowdstrike-falcon-foundry |
| Codex | Experimental | Symlink to ~/.agents/skills/ |
| Copilot CLI | Experimental | Symlink to ~/.agents/skills/ |
| Cursor | Experimental | .cursor/rules/ rule file |
| Gemini CLI | Experimental | gemini skills link |
Example prompt
Section titled “Example prompt”Create a Falcon Foundry app with an Okta API integration using openapi. Share its listUsers endpoint with Falcon Fusion SOAR. Create a workflow that can be run on-demand to print the list of users. Create a UI extension that calls listUsers and displays the results.
Watch the full build from prompt to working app:
What happens
Section titled “What happens”The skills:
- Scaffold the app with
foundry apps create - Import the OpenAPI spec and configure auth
- Create a Fusion SOAR workflow with variable references
- Build a React UI extension with Shoelace components
- Deploy and release to the Falcon console
Skills included
Section titled “Skills included”| Skill | Purpose |
|---|---|
| development-workflow | Orchestrates the full app lifecycle |
| api-integrations | OpenAPI import, auth, SOAR sharing |
| workflows-development | Fusion SOAR YAML, triggers, actions |
| ui-development | React/Vue with Shoelace + Falcon theming |
| functions-development | Go/Python serverless functions |
| functions-falcon-api | Calling Falcon APIs from within functions |
| collections-development | JSON Schema data modeling, CRUD |
| security-patterns | OAuth, RBAC, input validation |
| debugging-workflows | CLI and deployment troubleshooting |
| e2e-testing | Playwright-based end-to-end testing |
- Anthropic Plugin Marketplace:
/plugin install crowdstrike-falcon-foundry - Blog: Build Falcon Foundry Apps with Claude Code
- GitHub: foundry-skills