aik_write
Create or update Markdown-based knowledge items such as rules, skills, and workflows in a local directory. Specify path and content to add or modify entries.
Instructions
Create or update a content item (rules, skills, workflows, agents, commands, templates)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Path for the content (e.g. "rules/coding-standards"). Category is derived from the first path segment. | |
| content | Yes | Markdown body content (without frontmatter) | |
| title | No | Title (frontmatter) | |
| description | No | Short description (frontmatter) | |
| tags | No | Tags (frontmatter) | |
| overwrite | No | Set to true to overwrite an existing file |