fsd:create-pattern

Create composable patterns with factories, blocks, tests, and documentation in flow-state-dev.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill assists in creating new composable patterns within the flow-state-dev framework, which are multi-block sequencer compositions solving specific architectural problems.

Core Features & Use Cases

  • Pattern Creation: Develop patterns that solve recurring agentic architecture problems.
  • Pattern Factory: Generates pattern factories, internal blocks, tests, and documentation.
  • Customization: Allows users to import and use patterns or copy and customize them.

Quick Start

Create a new pattern by running 'fsd:create-pattern <pattern name>' and follow the guide to define the internal blocks and state management.

Frequently Asked Questions about fsd:create-pattern

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

FAQPage Schema
How do I create composable patterns for complex workflows in flow-state-dev?

You create composable patterns in flow-state-dev by running the pattern creation command and following the guide to define internal blocks and state management. This generates multi-block sequencer compositions that solve specific architectural problems.

What are composable patterns in agentic architecture and when do I need them?

Composable patterns in agentic architecture are multi-block sequencer compositions that solve recurring workflow problems. You need them when designing complex state management and custom block configurations within the flow-state-dev framework.

Do I need prior knowledge of flow-state-dev to design custom workflow patterns?

Yes, designing custom workflow patterns requires existing knowledge of the flow-state-dev framework and pattern design principles. You must understand state management and agentic architecture to configure internal blocks effectively.

What is the best way to generate pattern factories and tests for state management?

The best way to generate pattern factories and tests is to run the pattern creation command. It automatically outputs internal blocks, tests, and documentation alongside the pattern factory for your state management workflow.

Can I import an existing workflow composition and customize its internal blocks?

Yes, you can import and use existing workflow compositions directly or copy and customize them. This allows you to modify internal blocks and state management configurations to fit your specific architectural requirements.