Expand description
Skill System
Provides a lightweight skill system compatible with Claude Code skill format. Skills are defined in Markdown files with YAML frontmatter.
§Skill Format
---
name: my-skill
description: What the skill does
allowed-tools: "read(*), grep(*)"
kind: instruction
---
# Skill Instructions
You are a specialized assistant that...Structs§
- Skill
- Skill definition (Claude Code compatible)
- Skill
Registry - Skill registry for managing available skills
- Tool
Permission - Tool permission pattern
Enums§
- Skill
Kind - Skill kind classification
Functions§
- builtin_
skills - Get all built-in skills