freud-schema

Define hierarchical schemas for agent skills, rules, and feedback data.

Updated Mar 3, 2026
One-click install
npx skills add https://github.com/fblissjr/freudagent --skill freud-schema
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: freud-schema
Source: https://github.com/fblissjr/freudagent/tree/main/skill
Command: npx skills add https://github.com/fblissjr/freudagent --skill freud-schema

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

Facilitates declarative agent orchestration by providing schema, archetypes, and context assembly for structured task management.

Core Features & Use Cases

  • Skill Management: Manage versions, domains, and instructions for agent tasks.
  • Context Assembly: Compose agent prompts with hierarchical, progressive disclosure of rules, skills, and sources.
  • Feedback Loop Support: Enable human review, correction, and skill refinement through integrated data structures.
  • Use Case: Automate extraction workflows with validation and iterative improvements in AI-powered data processing.

Quick Start

Load the freud-schema skill and use its assemble_runner_context() function to generate contextual prompts for agent tasks.

Frequently Asked Questions about freud-schema

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

FAQPage Schema
How do I structure agent context for hierarchical orchestration tasks?

Agent context for hierarchical orchestration is structured by defining schemas, archetypes, and progressive disclosure rules that compose prompts with layered skills and sources. This approach manages versions and domains for structured task execution.

What is the best way to implement a feedback loop for AI agent skill refinement?

A feedback loop for AI agent skill refinement is implemented using integrated data structures that capture human review and corrections. These structures enable iterative improvements by feeding validation data back into the agent's skill management system.

How do I assemble runner context for automated extraction workflows?

Runner context for automated extraction workflows is assembled by loading the schema and invoking the assemble_runner_context function. This generates contextual prompts by hierarchically disclosing rules, skills, and sources required for the agent task.

Can I manage multiple agent skill versions and domains without external dependencies?

Managing multiple agent skill versions and domains without external dependencies is supported through a declarative schema layer. The system handles version tracking and domain-specific instructions internally within its own data structures.

When do I need progressive disclosure of rules in agent prompt assembly?

Progressive disclosure of rules in agent prompt assembly is needed when managing complex, multi-layered tasks that require hierarchical context. It prevents prompt overload by progressively revealing relevant skills and sources based on the orchestration state.

Does declarative agent orchestration work for iterative data validation?

Declarative agent orchestration works for iterative data validation by providing schemas and feedback loops that support automated extraction workflows. This enables continuous correction and skill refinement during AI-powered data processing.