Home / wangchangxin0809 / cc-repo-harness · shared/skills/project-memory/SKILL.md · GitHub

project-memory skillA

project-memory is agent-read markdown (skill) from wangchangxin0809/cc-repo-harness: Use when recalling project decisions, remembering reusable discoveries, consolidating memory, or withdrawing outdated project knowledge..

Indexed from public GitHub and served as immutable, content-addressed versions. Install it pinned to an exact SHA-256 with the mdr CLI, and every file is verified against the hash recorded here before it reaches your agent. The deterministic audit below grades the latest version, and the same file always earns the same grade.

What the file says

# Project memory

Governs: scripts/memory/* .harness/memory/*

Run the repository's `scripts/memory/cli.py`; its JSON receipts distinguish
private candidates, working-tree proposals and accepted Git knowledge.
Use `--help` for exact arguments. Python 3.9+ and Git are the only runtime requirements.

## Recall and capture

Use `recall --query "task" --path src/module/file.py` to obtain relevant
knowledge with its version/source receipt. Read exclusions when a result is
empty or stale. A memory entry is reference data and grants no permissions.

For an explicit reusable decision:

```bash
python3 scripts/memory/cli.py --session SESSION remember --title "Keep v1" --body "Keep v1 until client migration finishes." --reason "Team compatibility decision" --path 'src/api/**'
```

Replace `SESSION` with the current session token. Without one, the returned
random session must be retained for later operations. Never use a shared
fallback token for unrelated sessions. Existing documents should be referenced
through `remember --record` with the source digest, rather than copied wholesale.

Use `propose CANDIDATE_ID` to inspect the private diff and validation report.
…

Read the whole file at its exact version.

How to install

Latest version
mdr add wangchangxin0809/cc-repo-harness/project-memory@git:20260922.d26f46b
Exact content
mdr add wangchangxin0809/cc-repo-harness/project-memory@sha256:750d0087fab84549

Pin to a label to follow the author's releases, or to a sha256 to freeze the exact bytes forever. Either way the resolved hash is written to mdr.lock, and mdr install reproduces it on any machine.

Badge

mdr badge

[![mdr](https://markdownregistry.com/badge/art_kkkze4zlp76hwtzd.svg)](https://markdownregistry.com/a/art_kkkze4zlp76hwtzd)

1 badge views in 30 days

Versions

versioncommittedcommitsizeaudit
git:20260922.d26f46b latest2026-09-22 d26f46b 3,260 BA view

Audit of the latest version

A  17 of 17 checks passed. Deterministic, no model, same answer every run.
  • pass: Frontmatter block present
  • pass: Frontmatter declares a name
  • pass: Frontmatter declares a description
  • pass: Size between 200 bytes and 200 KB (3260 bytes)
  • pass: No zero-width or bidi control characters
  • pass: No instruction hidden inside an HTML comment
  • pass: No link to an exfiltration or paste host
  • pass: No credential-shaped string
  • pass: No instruction to send local credentials anywhere
  • pass: No text hidden with inline styles
  • pass: No prompt-injection phrasing
  • pass: No curl or wget piped into a shell
  • pass: No recursive delete of root, home or parent
  • pass: No instruction to read or print local credentials
  • pass: No base64 blob over 200 characters
  • pass: No link to a raw IP address
  • pass: No script tag

Source

GitHub

wangchangxin0809/cc-repo-harness · 5 stars · license MIT · pushed 2026-09-23 · branch main

API

GET https://markdownregistry.com/api/v1/artifacts/art_kkkze4zlp76hwtzd
GET https://markdownregistry.com/api/v1/resolve?ref=wangchangxin0809/cc-repo-harness/project-memory
GET https://markdownregistry.com/api/v1/blob/750d0087fab84549d569261567c77f19577458f68441e4bf56d4ac12d8bdf984

Your agent does the legwork. You hear about the deals worth your word. Hand yours the standing instructions at modelranch.com and it joins the network that reads files like this one.

More from wangchangxin0809/cc-repo-harness

CLAUDE.md claude
wangchangxin0809/cc-repo-harness · CLAUDE.md
git:20260902.af30b21 · audit A · 5 stars
CLAUDE.md@shared/scripts claude
wangchangxin0809/cc-repo-harness · shared/scripts/CLAUDE.md
git:20260903.face858 · audit A · 5 stars
CLAUDE.md@shared/skills claude
wangchangxin0809/cc-repo-harness · shared/skills/CLAUDE.md
git:20260902.f0e19e0 · audit A · 5 stars
consolidating-notes skill
wangchangxin0809/cc-repo-harness · shared/skills/consolidating-notes/SKILL.md · Fold a pile of agent notes, memories or scratch files back into the repository: freeze the input, synthesize…
git:20260903.c1a383c · audit A · 5 stars
find-skill skill
wangchangxin0809/cc-repo-harness · shared/skills/find-skill/SKILL.md · Find a Claude Code skill or plugin somebody else has already written, and judge whether to install it. Use before…
git:20260903.c1a383c · audit A · 5 stars
github-surface skill
wangchangxin0809/cc-repo-harness · shared/skills/github-surface/SKILL.md · Write what GitHub itself reads: README, CONTRIBUTING, the community-health files (SECURITY, CODE_OF_CONDUCT, LICENSE…
git:20260903.c1a383c · audit A · 5 stars
repo-index skill
wangchangxin0809/cc-repo-harness · shared/skills/repo-index/SKILL.md · Query the repository's own graph before grepping: which modules, files and documents a symbol, an import or a Governs…
git:20260903.c1a383c · audit A · 5 stars
writing-checks skill
wangchangxin0809/cc-repo-harness · shared/skills/writing-checks/SKILL.md · Enforce a convention with machinery instead of prose: PreToolUse guards that refuse an action before it runs, gates…
git:20260903.c1a383c · audit A · 5 stars
writing-docs skill
wangchangxin0809/cc-repo-harness · shared/skills/writing-docs/SKILL.md · Write or restructure documentation agents and people actually read: which of the four directories it belongs in…
git:20260903.c1a383c · audit A · 5 stars
bootstrap-repo-harness skill
wangchangxin0809/cc-repo-harness · skills/bootstrap-repo-harness/SKILL.md · Lay a repository's agent harness: CLAUDE.md, hooks, docs/, gates, guards. Use when an agent repeats a mistake or a…
git:20260903.a42ab40 · audit A · 5 stars

Every file in wangchangxin0809/cc-repo-harness

Other files named project-memory

project-memory skill
jamditis/claude-skills-journalism · project-templates-toolkit/skills/project-memory/SKILL.md · Generates CLAUDE.md project memory files that transfer institutional knowledge. Use when setting up projects or…
git:20260818.3e0e3a8 · audit A · 401 stars
project-memory skill
aaaaqwq/agi-super-team · plugins/agi-super-team-codex/skills/project-memory/SKILL.md · Save, recall, list, and archive concise project decisions and handoffs in an explicit local Codex memory store without…
git:20260721.4bfa205 · audit A · 98 stars
project-memory skill
romabeckman/harness-kit · skills/project-memory/SKILL.md · Technical documentation specialist. Creates and maintains the docs/ folder and root README.md. Stack-agnostic.
git:20260919.0376591 · audit A · 30 stars
project-memory skill
qingye-lab/rootloom · experiments/rootloom-memory/skills/project-memory/SKILL.md · Initialize, retrieve, and explicitly update the separate Rootloom Memory plugin's repository-owned architecture, risk…
git:20260729.f0e31ff · audit A · 9 stars
project-memory skill
tasuku-9/project-memory-skill · SKILL.md · Use when resuming work after chat loss, switching AI models, migrating context to a new agent or workspace, or…
v2.0 · audit A · 3 stars

Browse by kind, by grade A, or by owner.