Skip to main content

Module skill_manager

Module skill_manager 

Source
Expand description

Skill persistence and management for reusable code functions.

Agents can save working code implementations as reusable “skills” in the .agents/skills/ directory. Legacy .vtcode/skills/ locations remain readable for backward compatibility. Each skill includes:

  • Function implementation (Python or JavaScript)
  • SKILL.md documentation
  • Input/output type hints
  • Usage examples

Skills can be loaded across conversations and shared with other agents.

Structs§

ParameterDoc
Parameter documentation for a skill.
Skill
A saved skill with code and metadata.
SkillManager
Manager for skill storage and retrieval.
SkillMetadata
Metadata about a saved skill.