โ† All skills
Tencent SkillHub ยท Productivity

letcairn.work

Project management for AI agents using markdown files. Install and use the cairn CLI to create projects, manage tasks, track status, and coordinate human-AI collaboration through a shared workspace of markdown files.

skill openclawclawhub Free
0 Downloads
0 Stars
0 Installs
0 Score
High Signal

Project management for AI agents using markdown files. Install and use the cairn CLI to create projects, manage tasks, track status, and coordinate human-AI collaboration through a shared workspace of markdown files.

โฌ‡ 0 downloads โ˜… 0 stars Unverified but indexed

Install for OpenClaw

Quick setup
  1. Download the package from Yavira.
  2. Extract the archive and review SKILL.md first.
  3. Import or place the package into your OpenClaw setup.

Requirements

Target platform
OpenClaw
Install method
Manual import
Extraction
Extract archive
Prerequisites
OpenClaw
Primary doc
SKILL.md

Package facts

Download mode
Yavira redirect
Package format
ZIP package
Source platform
Tencent SkillHub
What's included
COMMANDS.md, README.md, SKILL.md

Validation

  • Use the Yavira download entry.
  • Review SKILL.md after the package is downloaded.
  • Confirm the extracted package contains the expected setup assets.

Install with your agent

Agent handoff

Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.

  1. Download the package from Yavira.
  2. Extract it into a folder your agent can access.
  3. Paste one of the prompts below and point your agent at the extracted folder.
New install

I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Then review README.md for any prerequisites, environment setup, or post-install checks. Tell me what you changed and call out any manual steps you could not complete.

Upgrade existing

I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Then review README.md for any prerequisites, environment setup, or post-install checks. Summarize what changed and any follow-up checks I should run.

Trust & source

Release facts

Source
Tencent SkillHub
Verification
Indexed source record
Version
1.0.2

Documentation

ClawHub primary doc Primary doc: SKILL.md 11 sections Open source page

Cairn โ€” AI-Native Project Management

Cairn gives you and your AI agent a shared workspace of markdown files for managing projects and tasks. Statuses are the shared language. Any AI that can read files is ready to go.

Installation

npm install -g cairn-work cairn onboard cairn onboard creates ~/cairn/ with auto-generated context files (AGENTS.md and .cairn/planning.md) that agents read automatically.

Community

Follow @letcairnwork on X Visit letcairn.work Submit issues Join the discussion

Workspace

cairn status โ€” Overview with task counts cairn my โ€” Your assigned tasks cairn active โ€” All in-progress tasks cairn doctor โ€” Diagnose workspace health

Projects & Tasks

cairn create project "Name" --description "..." --objective "..." โ€” Create a project with charter cairn create task "Name" --project <slug> --description "..." --objective "..." โ€” Create a task cairn list tasks [--status pending,in_progress] [--project slug] โ€” List tasks with filters cairn search "keyword" โ€” Find tasks by content

Task Workflow

cairn start <task-slug> โ€” Begin work (sets in_progress) cairn note <task-slug> "Progress update" โ€” Add a status note cairn artifact <task-slug> "Artifact Name" โ€” Create a linked deliverable cairn done <task-slug> โ€” Finish work (moves to review or completed) cairn block <task-slug> "Reason" โ€” Mark as blocked

Maintenance

cairn update-skill โ€” Refresh context files after CLI updates cairn upgrade โ€” Update CLI to latest version

Workspace Structure

~/cairn/ AGENTS.md # Agent context (auto-generated) .cairn/planning.md # Planning guide (auto-generated) projects/ project-slug/ charter.md # Why, success criteria, context artifacts/ # Deliverables (design docs, proposals, etc.) tasks/ # Individual task markdown files inbox/ # Ideas to triage memory/ # Workspace memory

Statuses

pending โ†’ next_up โ†’ in_progress โ†’ review โ†’ completed (or blocked at any point)

Autonomy Levels

Set per-task to control how much the agent can do: propose โ€” Agent plans only, finishes in review draft โ€” Agent does work, you approve before shipping execute โ€” Full autonomy, finishes as completed

Tips

Run cairn onboard first โ€” it sets up everything the agent needs. Use cairn my to see your current workload at a glance. Artifacts (cairn artifact) create linked deliverables stored with the project. All data is plain markdown with YAML frontmatter โ€” version control friendly.

Category context

Workflow acceleration for inboxes, docs, calendars, planning, and execution loops.

Source: Tencent SkillHub

Largest current source with strong distribution and engagement signals.

Package contents

Included in package
3 Docs
  • SKILL.md Primary doc
  • COMMANDS.md Docs
  • README.md Docs