Kinic Wiki

Console

Skip to main content
Skills

Skill lifecycle

Skill Registry

Use Skill Registry workflows to find, inspect, import, upsert, promote, deprecate, rollback, and record evidence for reusable agent skills.

Common commands

Use these as entry examples. Add --canister-id, --identity-mode, or workspace database config when the target environment requires it.

kinic-vfs-cli skill find "contract review" --json
kinic-vfs-cli skill inspect legal-review --json
kinic-vfs-cli skill record-run legal-review --task "review contract" --outcome success --notes-file ./notes.md --json

Safety

  • Inspect packages before use.
  • Record evidence after useful runs.
  • Use rollback snapshots for intentional restore, not implicit compatibility.

Responsibilities

  • Store current packages under /Skills/<id> with manifest and SKILL.md files.
  • Record operational evidence under /Sources/skill-runs.
  • Prefer promoted or reviewed skills and ignore deprecated skills by default.