fsd:add-store-adapter

Generate persistence store adapter packages for the flow-state-dev framework.

2|Updated Feb 16, 2026
One-click install
npx skills add https://github.com/fixpoint-labs/flow-state-dev --skill fsd-add-store-adapter
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: fsd:add-store-adapter
Source: https://github.com/fixpoint-labs/flow-state-dev/tree/main/.agents/skills/add-store-adapter
Command: npx skills add https://github.com/fixpoint-labs/flow-state-dev --skill fsd-add-store-adapter

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires @flow-state-dev/engine, and includes scripts (resource) components.

What problem does it solve?

This Skill automates the creation of persistence store adapter packages, streamlining the development process for implementing new database-specific persistence layers.

Core Features & Use Cases

  • Automatic Package Creation: Generates a complete package structure with factory, individual stores, schema initialization, and tests.
  • Template-Based Development: Follows existing adapter packages as templates for consistency and ease of use.
  • Use Case: Ideal for developers looking to quickly create a new persistence store adapter for the flow-state-dev framework, reducing manual setup and configuration.

Quick Start

Use the fsd:add-store-adapter skill to create a new MongoDB store adapter package with 'mongodb' as the database name.

Frequently Asked Questions about fsd:add-store-adapter

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

FAQPage Schema
How do I create a persistence store adapter for the flow-state-dev framework?

Yes, you can generate a MongoDB adapter package by specifying 'mongodb' as the database name. The Skill creates the complete package structure with predefined files and configuration specifically for that database driver.

What files are included in a generated database adapter package?

The generated database adapter package includes factory files, individual stores, schema initialization, and tests. It follows best practices for database adapter development by using a template-based approach for consistency.

Do I need the flow-state-dev engine to generate a store adapter package?

Yes, this Skill requires the flow-state-dev engine and the relevant database driver to generate a store adapter package. It operates as an automation tool within the flow-state-dev framework ecosystem.

Why use a template-based approach for database adapter development?

Template-based database adapter development ensures consistency and reduces manual setup. This Skill follows existing adapter packages as templates to streamline the creation of new database-specific persistence layers.

Can I automate persistence layer setup for multiple databases?

You can automate persistence layer setup by generating structured packages for different databases. Each generation produces a complete package configuration tailored to the specific database driver you specify.