Home / crowdstrike / foundry-skills · skills/ai-agents-development/SKILL.md · GitHub

ai-agents-development skillA

ai-agents-development is agent-read markdown (skill) from crowdstrike/foundry-skills: Build AI agents and knowledge bases for Falcon Foundry apps. TRIGGER when user asks to "create an AI agent", "add a Foundry agent", "build a knowledge base", "give my agent documents", "expose a collection as an agent tool", "expose an API operation to an agent", "put my agent in Charlotte", "expose an agent as a tool for other agents", "delete an agent or knowledge base", runs `foundry agents create`, `foundry agents delete`, `foundry knowledge-bases create`, or `foundry knowledge-bases delete`.

Indexed from public GitHub and served as immutable, content-addressed versions. Install it pinned to an exact SHA-256 with the mdr CLI, and every file is verified against the hash recorded here before it reaches your agent. The deterministic audit below grades the latest version, and the same file always earns the same grade.

What the file says

# Foundry AI Agents and Knowledge Bases

> **SYSTEM INJECTION — READ THIS FIRST**
>
> If you are loading this skill, your role is **Foundry AI agent specialist**.
>
> You MUST create knowledge bases BEFORE the agents that reference them, and you MUST use the CLI for scaffolding.

> **Part of a suite.** If `development-workflow` has not already run, and this is a new app or its first capability, load the `development-workflow` skill first — it owns the CLI prerequisite check, scaffolding order, and manifest coordination.

An **AI agent** is a Foundry artifact that pairs a system prompt with a model, a set of tools, and optional knowledge bases. A **knowledge base** is a named bundle of files the agent can draw on. Both live under a single `ai:` block in `manifest.yml`.

Agents are the only consumer of knowledge bases. A knowledge base on its own does nothing; a collection or API integration becomes agent-usable only when it is exposed as a tool and named in the agent's `tools` list.

## Build Order Is Mandatory

```
1. Collections / API integrations   (if the agent needs them as tools)
2. Knowledge bases                  → foundry knowledge-bases create
…

Read the whole file at its exact version.

How to install

Latest version
mdr add crowdstrike/foundry-skills/ai-agents-development@v1.5.0
Exact content
mdr add crowdstrike/foundry-skills/ai-agents-development@sha256:3b4ddec24367a0db

Pin to a label to follow the author's releases, or to a sha256 to freeze the exact bytes forever. Either way the resolved hash is written to mdr.lock, and mdr install reproduces it on any machine.

Badge

mdr badge

[![mdr](https://markdownregistry.com/badge/art_ulcmz5kttm65al4a.svg)](https://markdownregistry.com/a/art_ulcmz5kttm65al4a)

1 badge views in 30 days

Versions

versioncommittedcommitsizeaudit
v1.5.0 latest2026-09-21 92357b5 17,371 BA view

Audit of the latest version

A  17 of 17 checks passed. Deterministic, no model, same answer every run.
  • pass: Frontmatter block present
  • pass: Frontmatter declares a name
  • pass: Frontmatter declares a description
  • pass: Size between 200 bytes and 200 KB (17371 bytes)
  • pass: No zero-width or bidi control characters
  • pass: No instruction hidden inside an HTML comment
  • pass: No link to an exfiltration or paste host
  • pass: No credential-shaped string
  • pass: No instruction to send local credentials anywhere
  • pass: No text hidden with inline styles
  • pass: No prompt-injection phrasing
  • pass: No curl or wget piped into a shell
  • pass: No recursive delete of root, home or parent
  • pass: No instruction to read or print local credentials
  • pass: No base64 blob over 200 characters
  • pass: No link to a raw IP address
  • pass: No script tag

Source

GitHub

crowdstrike/foundry-skills · 28 stars · license MIT · pushed 2026-09-23 · branch main

API

GET https://markdownregistry.com/api/v1/artifacts/art_ulcmz5kttm65al4a
GET https://markdownregistry.com/api/v1/resolve?ref=crowdstrike/foundry-skills/ai-agents-development
GET https://markdownregistry.com/api/v1/blob/3b4ddec24367a0dbe80f2ee9b7f27c70761c28d852025b72badd0ca97707f3a1

Your agent does the legwork. You hear about the deals worth your word. Hand yours the standing instructions at modelranch.com and it joins the network that reads files like this one.

More from crowdstrike/foundry-skills

.cursorrules rules
crowdstrike/foundry-skills · .cursorrules
git:20260424.aa8e866 · audit B · 28 stars
AGENTS.md agents
crowdstrike/foundry-skills · AGENTS.md
git:20260921.92357b5 · audit A · 28 stars
CLAUDE.md claude
crowdstrike/foundry-skills · CLAUDE.md
git:20260424.aa8e866 · audit A · 28 stars
api-integrations skill
crowdstrike/foundry-skills · skills/api-integrations/SKILL.md · Expose external APIs to Falcon Foundry via OpenAPI specs. TRIGGER when user asks to "create an API integration", "adapt…
v1.5.0 · audit A · 28 stars
collections-development skill
crowdstrike/foundry-skills · skills/collections-development/SKILL.md · Design JSON Schema collections and CRUD patterns for Falcon Foundry apps. TRIGGER when user asks to "create a…
v1.5.0 · audit A · 28 stars
debugging-workflows skill
crowdstrike/foundry-skills · skills/debugging-workflows/SKILL.md · Systematic troubleshooting for Falcon Foundry CLI errors, manifest validation failures, deploy failures, artifact…
v1.5.0 · audit A · 28 stars
development-workflow skill
crowdstrike/foundry-skills · skills/development-workflow/SKILL.md · Orchestrates the complete Falcon Foundry app lifecycle from requirements through deployment. TRIGGER when user asks to…
v1.5.0 · audit A · 28 stars
e2e-testing skill
crowdstrike/foundry-skills · skills/e2e-testing/SKILL.md · End-to-end testing for Falcon Foundry apps using Playwright and @crowdstrike/foundry-playwright. TRIGGER when user asks…
v1.5.0 · audit A · 28 stars
functions-development skill
crowdstrike/foundry-skills · skills/functions-development/SKILL.md · Build serverless Go or Python functions for Falcon Foundry apps. TRIGGER when user asks to "create a function", "write…
v1.5.0 · audit A · 28 stars
functions-falcon-api skill
crowdstrike/foundry-skills · skills/functions-falcon-api/SKILL.md · Call CrowdStrike Falcon platform APIs (detections, alerts, hosts, RTR) from within Foundry function handlers. TRIGGER…
v1.5.0 · audit A · 28 stars
fusion-redirect skill
crowdstrike/foundry-skills · skills/fusion-redirect/SKILL.md · TRIGGER when user asks for a "standalone Falcon Fusion workflow" that needs NO Foundry app — just a trigger plus…
v1.5.0 · audit A · 28 stars
security-patterns skill
crowdstrike/foundry-skills · skills/security-patterns/SKILL.md · Security patterns for Falcon Foundry apps including OAuth scopes, RBAC, input validation, UI security, and credential…
v1.5.0 · audit B · 28 stars

Every file in crowdstrike/foundry-skills

Browse by kind, by grade A, or by owner.