Skills
Agent workflow skills
These docs describe how agents should use Kinic Wiki workflows. The Skill Registry management UI remains at database-specific /skills/<database-id> routes.
Read workflow
Query
Use query workflows when an agent needs to inspect wiki content, read known nodes, or answer from a public wiki URL or database ID.
Safe mutation
Edit
Use edit workflows for remote wiki page corrections, redactions, leakage cleanup, and multi-node repair after reading the current node revision.
Evidence capture
Ingest
Use ingest workflows when source material needs to become durable wiki evidence before review, synthesis, or later query.
Health inspection
Lint
Use lint workflows to find wiki structure issues, missing source evidence, stale paths, malformed skill packages, or inconsistent store layout.
Portable handoff
Context Pack
Use Context Pack workflows when a bounded wiki scope needs to become a portable markdown bundle with Kinic references and verification.
Skill lifecycle
Skill Registry
Use Skill Registry workflows to find, inspect, import, upsert, promote, deprecate, rollback, and record evidence for reusable agent skills.
Shared rules
- Read exact evidence before presenting an answer.
- Keep organized knowledge under
/Knowledgeand raw evidence under/Sources. - Use etag guards for edits to existing nodes.
- Do not add compatibility shims or fallback branches for old structures.