使用 Markdown 文件对 AI 代理进行项目管理。安装并使用 cairn CLI 来创建项目、管理任务、跟踪状态并通过 Markdown 文件的共享工作区协调人类与人工智能的协作。
数据来源:ClawHub。 在 ClawSkills 查看
选择你使用的 Agent
方法一:命令行安装(推荐)
推荐(无需提前安装 clawhub)
npx clawhub@latest --dir ~/.claude/skills install cairn-cli或使用 clawhub CLI(需提前安装)
clawhub --dir ~/.claude/skills install cairn-cli⚠️ 需要 Node.js 18+,没有 Node?请使用下方方法二直接下载 ZIP。 安装 Node.js →
方法二:手动下载安装(无需 Node)
下载 ZIP,解压后将文件夹放到以下路径,重启 Agent 即可:
安装路径
~/.claude/skills/cairn-cli/💡解压后将文件夹放到上方路径,重启 Agent 即可生效
--- name: cairn description: 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. ---
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.
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.
cairn status — Overview with task countscairn my — Your assigned taskscairn active — All in-progress taskscairn doctor — Diagnose workspace healthcairn create project "Name" --description "..." --objective "..." — Create a project with chartercairn create task "Name" --project --description "..." --objective "..." — Create a taskcairn list tasks [--status pending,in_progress] [--project slug] — List tasks with filterscairn search "keyword" — Find tasks by contentcairn start — Begin work (sets in_progress)cairn note "Progress update" — Add a status notecairn artifact "Artifact Name" — Create a linked deliverablecairn done — Finish work (moves to review or completed)cairn block "Reason" — Mark as blockedcairn update-skill — Refresh context files after CLI updatescairn upgrade — Update CLI to latest version~/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
pending → next_up → in_progress → review → completed (or blocked at any point)
Set per-task to control how much the agent can do:
reviewcompletedcairn onboard first — it sets up everything the agent needs.cairn my to see your current workload at a glance.cairn artifact) create linked deliverables stored with the project.安装 莱特凯恩工作 后,可以对 AI 说这些话来触发它
Help me get started with letcairn.work
Explains what letcairn.work does, walks through the setup, and runs a quick demo based on your current project
Use letcairn.work to project management for AI agents using markdown files
Invokes letcairn.work with the right parameters and returns the result directly in the conversation
What can I do with letcairn.work in my product manager workflow?
Lists the top use cases for letcairn.work, with example commands for each scenario
将技能文件夹放到 ~/.claude/skills/cairn-cli/ 目录(个人级,所有项目可用),或 .claude/skills/cairn-cli/(项目级)。重启 AI 客户端后,用 /cairn-cli 主动调用,或让 AI 根据上下文自动发现并使用。
莱特凯恩工作 支持 Claude、Cursor、OpenClaw,可与这些 AI 平台无缝集成,扩展其能力。
莱特凯恩工作 可免费安装使用。请查阅仓库了解许可证信息。
使用 Markdown 文件对 AI 代理进行项目管理。安装并使用 cairn CLI 来创建项目、管理任务、跟踪状态并通过 Markdown 文件的共享工作区协调人类与人工智能的协作。
莱特凯恩工作 属于「Product Manager」分类,该分类的技能帮助 AI 智能体在此领域执行专业任务。
Automate my product manager tasks using letcairn.work
Identifies repetitive steps in your workflow and sets up letcairn.work to handle them automatically