dynamic-prompt-registry

Look up and compose prompts using categorical structures and a unified syntax.

1|Updated Feb 2, 2026
One-click install
npx skills add https://github.com/HermeticOrmus/hermetic-claude --skill dynamic-prompt-registry-hermeticormus
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: dynamic-prompt-registry
Source: https://github.com/HermeticOrmus/hermetic-claude/tree/main/claude/skills/dynamic-prompt-registry
Command: npx skills add https://github.com/HermeticOrmus/hermetic-claude --skill dynamic-prompt-registry-hermeticormus

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill addresses the challenge of managing and dynamically composing prompts, enabling more flexible and intelligent AI interactions by treating prompts as first-class, composable entities.

Core Features & Use Cases

  • Dynamic Prompt Lookup: Retrieve prompts based on criteria like domain, quality, or tags.
  • Skill Composition: Combine multiple skills or prompts using categorical operators (tensor product, sequential, Kleisli).
  • Use Case: When building a complex AI agent, you can dynamically discover and compose relevant sub-prompts for tasks like "API testing" and "validation" to generate a comprehensive test suite prompt.

Quick Start

Use the dynamic-prompt-registry skill to discover API testing skills with relevance greater than 0.7.

Frequently Asked Questions about dynamic-prompt-registry

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

FAQPage Schema
How do I dynamically compose AI prompts based on domain or tags?

Dynamically compose AI prompts by using a categorical registry to retrieve and combine sub-prompts based on criteria like domain, quality, or tags. This enables flexible meta-prompting by treating prompts as first-class, composable entities.

What is the best way to build a prompt library with deferred resolution for complex workflows?

Build a prompt library with deferred resolution by leveraging a Reader monad for runtime resolution and tensor product composition. This approach facilitates managing complex AI workflows through deferred evaluation and unified syntax.

Can I use categorical operators to combine multiple skills into a single meta-prompt?

Combine multiple skills into a single meta-prompt using categorical operators like tensor products, sequential composition, and Kleisli operators. This allows dynamic discovery and composition of relevant sub-prompts for comprehensive task execution.

How do I discover relevant API testing prompts with a specific relevance threshold?

Discover relevant API testing prompts by querying the dynamic prompt registry using a unified syntax to filter for skills with a relevance score greater than a specified threshold, dynamically retrieving matching sub-prompts.

Does dynamic prompt composition work without external dependencies?

Dynamic prompt composition works completely without external dependencies, relying solely on internal scripts and references to manage categorical structures and runtime resolution for complex AI agent workflows.

When should I use tensor product composition for prompt engineering?

Use tensor product composition for prompt engineering when building complex AI agents that require dynamically discovering and combining multiple relevant sub-prompts, such as generating a comprehensive test suite from API testing and validation skills.