dynamic-resources

Load dynamic skill resources via the resources_discover hook.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/imaginationeverywhere/clara-code --skill dynamic-resources-imaginationeverywhere
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: dynamic-resources
Source: https://github.com/imaginationeverywhere/clara-code/tree/main/packages/coding-agent/examples/extensions/dynamic-resources
Command: npx skills add https://github.com/imaginationeverywhere/clara-code --skill dynamic-resources-imaginationeverywhere

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Enables on-demand loading of skills from external resources, decoupling skill definition from the host application.

Core Features & Use Cases

  • Reads SKILL.md, dynamic.json, and dynamic.md from resources_discover to configure prompting, theming, and behavior.
  • Supports modular extensions for the coding-agent, enabling rapid feature expansion without code changes.

Quick Start

Prompt the agent to load the dynamic-resources skill via the resources_discover flow.

Frequently Asked Questions about dynamic-resources

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

FAQPage Schema
How do I load skills on demand without changing the host application code?

Modular extensions enable rapid feature expansion by reading dynamic.json and dynamic.md configurations through the resources_discover hook, allowing coding-agents to integrate new behaviors without code changes.

What is the resources_discover hook and how does it configure skill behavior?

The resources_discover hook triggers self-contained skill activation by reading SKILL.md, dynamic.json, and dynamic.md files to dynamically configure prompts, themes, and behavior for the coding-agent extension system.

How do I set up dynamic skill discovery to read SKILL.md and dynamic.json files?

Prompt the coding-agent to load the dynamic-resources skill via the resources_discover flow, which automatically reads SKILL.md, dynamic.json, and dynamic.md to apply modular extensions and configure behavior.

Can I use dynamic skill resources to apply modular theming to a coding-agent?

Yes, dynamic skill resources support modular theming by reading dynamic.json and dynamic.md configurations through the resources_discover hook, enabling rapid visual and behavioral expansion for coding-agents.

What is the best way to decouple skill definition from a host coding application?

Using a self-contained skill unit that activates via the resources_discover hook decouples skill definition from the host, reading external resource files to configure prompts and behavior without code changes.

Why does my coding-agent extension not load dynamic.json configurations?

Dynamic.json configurations require the resources_discover hook to activate the skill unit, reading the file alongside SKILL.md and dynamic.md to properly apply modular extensions and behavior settings.