Real-world patterns extracted from CrowdStrike Tech Hub blog posts and sample apps. Each file captures an actionable pattern that Claude can apply when users describe similar scenarios.
The development-workflow orchestrator globs use-cases/*.md and scans frontmatter description fields to match user requests to known patterns. Sub-skills also reference specific use cases for real-world examples.
---
name: use-case-name
description: One-line trigger for orchestrator pattern matching
source: https://www.crowdstrike.com/tech-hub/ng-siem/...
skills: [workflows-development, functions-development]
capabilities: [api-integration, workflow, function, collection, ui-page, ui-extension]
---
## When to Use
What user request or scenario triggers this pattern.
## Pattern
Step-by-step solution using Foundry capabilities.
## Key Code
Essential snippets adapted for skill format.
## Gotchas
Known issues, platform quirks, common mistakes.- Create a new
.mdfile in this directory following the format above - Keep files under ~150 lines (actionable patterns, not full blog summaries)
- Add
source:URL so patterns can be traced back to original content - List relevant
skills:andcapabilities:in frontmatter - Cross-reference related use cases in the Pattern section
- Add a reference link from the relevant sub-skill SKILL.md
- Foundry Videos (Overview, API Integrations, App Lifecycle)
- Sample App Templates
- Sample App Repos (GitHub)
- Tech Hub NG-SIEM Articles