Implemented in the project
- SKILL.md instruction contract
- Bundled, managed, and workspace skill loading in CinaClaw
- Workspace skill loading with documented precedence over managed and bundled skills
CinaSkill / integrated capability format.
CinaSkill is the SKILL.md-based capability format used by bundled, managed, and workspace skills in CinaClaw. It does not claim a separate hosted service or standalone release.
Product evidence / current scope.
Status and capabilities below are tied to public project repositories. They do not imply a customer deployment, managed SLA, or production availability beyond the linked evidence.
CinaSkill describes the SKILL.md-based capability format used with CinaClaw. A separate hosted service or standalone release is not claimed.
Verified: · commit 4975cf7
Example data generated by this site—not a customer screenshot or proof of a live deployment.
Capabilities.
These are reference workflow patterns, not a promise that every capability is enabled in every release or deployment. Start with the smallest useful workflow and confirm current availability against the evidence above.
Use SKILL.md to describe when the capability applies, what it needs, and how it should operate.
Separate a useful capability from unrelated workflows, permissions, and tools.
Reference runbooks, templates, scripts, or examples that the skill actually needs.
Use bundled, managed, or workspace skill directories according to the CinaClaw setup.
State the tools, external systems, and side effects the capability can require.
Document the workspace location, version, and runtime or resource assumptions the capability carries.
Workflow.
A reference skill starts with a real task, narrows the required resources and permissions, and is tested inside its intended CinaClaw workspace.
Illustrative skill contract.
Use explicit inputs, review points, and outputs so the system is easier to operate and change.
skill "release-check" {
contract = "SKILL.md"
permissions = "explicit"
resources = ["runbook", "verification"]
version = "visible"
}Operating principles.
A skill should remain small enough for its behavior and permissions to be reviewed.
Supporting files and tools should be present because the task requires them.
CinaSkill is described as a format integrated with CinaClaw, not an independent hosted product.
Next step.
Tell us the work, systems, constraints, and review points your team already has. We will help identify a sensible starting scope.