Leaderboard/Knowledge/project-cairn
Last commit on September 4, 2026·Created on July 1, 2026

iBlinkQ/project-cairn

A framework for converting AI collaboration work into durable, reusable knowledge bases.
Combined rank
#675
across all skills
In Knowledge
#27
category rank
Stars
231
+2.2% in last 7d
Forks
44
0.0% in last 7d
Watchers
1
0.0% in last 7d
Traction scoreGitHub stars can be faked, so popularity alone can be misleading. Traction Score looks for broader signs of recent attention, adoption, and active maintenance.
TL;DR

Project Cairn provides a standardized method for AI-collaboration projects to capture progress and institutional memory. It helps technical leads and automation builders record meaningful work, maintain agent documentation, and audit project knowledge for drift or missing records.

The system ensures that validated project experience is graduated into a structured knowledge base, allowing external information to be cited and integrated without losing the context of the original work.

WHO IT'S FOR
AI agent / automation builders
standardize how AI projects capture reusable knowledge
Technical leads / architects
audit project knowledge for drift or gaps
Claude Code & Codex users
maintain project rules and progress logs
Knowledge management engineers
graduate validated project experience to knowledge bases
Repository contents

1 skill file

Compatible AgentsThe repository documents support for these agents. The skills may also work with other agents that can load SKILL.md files, but they may need some setup or small changes.

Use this skill

Follow the documented setup, then try a first task.

I’m using

Claude Code user-level installation

Installs: Complete Project Cairn skill, installed at user level · Claude Code

Before you start
  • git
  • bash for scripts/*.sh
  • Python 3 for scripts/*.py
  • PyYAML when using notion-graduate-batch.py

Platform: The bundled shell scripts are verified on macOS and Linux; Windows requires WSL or Git Bash.

  1. Run this command in a terminal to clone Project Cairn into Claude Code's user-level skills directory.

    git clone https://github.com/iBlinkQ/project-cairn.git ~/.claude/skills/project-cairn
README.md · Checked Sep 18, 2026

Give it something to do.

Suggested first task

Initialize Project Cairn in a project

Uses project-cairn

  • The project in which Project Cairn should be initialized
  • Project summary or positioning
  • Git policy
  • Historical migration choice
Use the project-cairn skill to initialize Project Cairn in this project.
SKILL.md · Checked Sep 18, 2026README.md · Checked Sep 18, 2026