Intent-Based Composition

Installation
SKILL.md

Intent-Based Composition Skill

Overview

The Intent-Based Composition Engine transforms a high-level description of what you want to achieve into a concrete, ordered plan of which plugins to install and how to configure them. Instead of manually inspecting each plugin's capabilities and dependencies, you describe your intent and the engine figures out the rest.

The engine operates in three phases:

  1. Capability Matching -- find which plugins satisfy your requirements
  2. Dependency Resolution -- determine the correct install/execution order
  3. Configuration Inference -- auto-generate sensible defaults from your project

When to Use Intent-Based Composition

Use this skill when:

  • You know what you want to accomplish but not which plugins provide it
  • You need to install multiple plugins that must work together
  • You want automatic dependency ordering so plugins install in the right sequence
Related skills
Installs
GitHub Stars
11
First Seen