Compress repository findings into durable human-readable and machine-readable memory so later agents can reuse repo knowledge efficiently.
Scanned 9/4/2026
Install to Claude Code
npx -y skills add NeverSight/skills_feed --skill repository-knowledge-compaction --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Repository Knowledge Compaction?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/neversight-repository-knowledge-compaction)More formats (shields.io, HTML) on the badges page.
---
name: repository-knowledge-compaction
description: Compress repository findings into durable human-readable and machine-readable memory so later agents can reuse repo knowledge efficiently.
---
# Repository Knowledge Compaction
Use this skill after repository exploration or when refreshing an existing repository brief.
## Goals
- Preserve repository knowledge in a compact, reusable form.
- Make later retrieval cheap for both humans and agents.
- Avoid stale or bloated memory artifacts.
## Required Inputs
- Raw repository findings
- Existing repository brief or facts file, if any
- `.ai-team/framework/memory/wiki/repositories/` for existing entries
## Required Outputs
- Updated `brief.md` in `wiki/repositories/<repo-slug>/`
- Updated `facts.yaml` in `wiki/repositories/<repo-slug>/`
- Updated `wiki/repositories/_index.yaml` when needed
## Compaction Rules
- Keep only high-value facts that downstream roles are likely to reuse.
- Prefer stable facts over transient implementation trivia.
- Record source path, revision, and last-updated timestamp in the machine-readable file.
- Use arrays and short strings in `facts.json` so other tooling can parse it easily.
- Archive uncertainty as `open_questions` instead of hiding it inside prose.
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!