collections-development

Create and validate JSON Schema collections for Falcon Foundry NoSQL stores.

24|3|Updated Apr 7, 2026
One-click install
npx skills add https://github.com/CrowdStrike/foundry-skills --skill collections-development
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: collections-development
Source: https://github.com/CrowdStrike/foundry-skills/tree/main/skills/collections-development
Command: npx skills add https://github.com/CrowdStrike/foundry-skills --skill collections-development

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

The Skill streamlines the creation and management of NoSQL JSON Schema collections in Falcon Foundry, ensuring schema validation, indexing, and access patterns are correctly implemented.

Core Features & Use Cases

  • Schema Design & Validation: Helps define proper JSON Schemas for collections, adhering to draft 7 standards.
  • CRUD & Search Patterns: Guides on building efficient create, read, update, delete, and query mechanisms.
  • Use Case: Automate the setup of a collection for incident reports with validations and indexes, enabling scalable and consistent data storage.

Quick Start

Use the collections development skill to design a JSON schema for a new user data collection with appropriate indexes.

Frequently Asked Questions about collections-development

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I design and validate a JSON Schema collection for NoSQL document stores?

Design a JSON Schema collection by defining structures that adhere to draft 7 standards, configuring appropriate indexes, and validating data to support CRUD and search operations in NoSQL document stores.

What is the best way to configure indexes for Falcon Foundry collections?

The best way to configure indexes for Falcon Foundry collections is to establish efficient access patterns during schema design, ensuring the NoSQL document store supports scalable create, read, update, delete, and query mechanisms for data-driven applications.

How do I handle schema migrations for NoSQL JSON Schema collections?

Handle schema migrations for NoSQL JSON Schema collections by applying best practices for schema validation and indexing, ensuring collections remain properly configured for CRUD operations and search queries during data-driven application development.

Does Falcon Foundry support JSON Schema draft 7 validation for NoSQL data?

Falcon Foundry supports JSON Schema draft 7 validation, enabling you to define proper schemas that enforce data consistency and validate document structures before storing them in your NoSQL collections.

How do I build CRUD and search patterns for a NoSQL collection?

Build CRUD and search patterns for a NoSQL collection by defining a JSON Schema that supports efficient indexing and access patterns, guiding the creation of scalable create, read, update, delete, and query mechanisms for data storage.