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.mddocumentation- Input/output type hints
- Usage examples
Skills can be loaded across conversations and shared with other agents.
Structs§
- Parameter
Doc - Parameter documentation for a skill.
- Skill
- A saved skill with code and metadata.
- Skill
Manager - Manager for skill storage and retrieval.
- Skill
Metadata - Metadata about a saved skill.