skill-cli 0.3.0

Command-line interface for the Skill runtime - install, run, and manage AI agent skills
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Invalid Syntax Test Fixture
# This file has intentional TOML syntax errors

[[skill]]
name = "broken-skill"
description = "This skill has syntax errors
# Missing closing quote above

[[skill.tool]]
name = "broken_tool"
description = "Tool with malformed config"
invalid_field_without_value =

[[skill.tool.parameter
# Missing closing bracket
name = "param"
type = "string"