Skip to content

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.

View on GitHub
ToolStatusInstall
Claude CodeTested/plugin install crowdstrike-falcon-foundry
CodexExperimentalSymlink to ~/.agents/skills/
Copilot CLIExperimentalSymlink to ~/.agents/skills/
CursorExperimental.cursor/rules/ rule file
Gemini CLIExperimentalgemini skills link

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:

The skills:

  1. Scaffold the app with foundry apps create
  2. Import the OpenAPI spec and configure auth
  3. Create a Fusion SOAR workflow with variable references
  4. Build a React UI extension with Shoelace components
  5. Deploy and release to the Falcon console
SkillPurpose
development-workflowOrchestrates the full app lifecycle
api-integrationsOpenAPI import, auth, SOAR sharing
workflows-developmentFusion SOAR YAML, triggers, actions
ui-developmentReact/Vue with Shoelace + Falcon theming
functions-developmentGo/Python serverless functions
functions-falcon-apiCalling Falcon APIs from within functions
collections-developmentJSON Schema data modeling, CRUD
security-patternsOAuth, RBAC, input validation
debugging-workflowsCLI and deployment troubleshooting
e2e-testingPlaywright-based end-to-end testing