Skills Modules#

This page documents the stable public design_research_agents.skills facade.

Stable public exports for Agent Skills support.

class design_research_agents.skills.SkillsConfig(*, project_root='.', extra_paths=(), pinned_skills=(), catalog_prompt_target='system', allow_automatic_activation=True)[source]

Immutable configuration for Agent Skills discovery and prompt wiring.

allow_automatic_activation

Whether tool-capable flows should advertise and expose skills.activate.

catalog_prompt_target

Prompt location used for the discoverable skills catalog when automatic activation is enabled.

extra_paths

Additional skill-root directories searched after the project-local skills root.

pinned_skills

Skill names preloaded into prompts for deterministic constructor-scoped behavior.

project_root

Root used to resolve the default .agents/skills directory and relative extra paths.