Install
$ agentstack add skill-ariaxhan-the-agent-library-manage-a-knowledge-base ✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.
Security review
✓ PassedNo issues found. Passed automated security review. · v0.1.0 How review works →
- ✓ Prompt-injection patterns
- ✓ Secret / credential exfiltration
- ✓ Dangerous shell & filesystem operations
- ✓ Untrusted network calls
- ✓ Known-malicious package signatures
What it can access
- ✓ Network access No
- ✓ Filesystem access No
- ✓ Shell / process execution No
- ✓ Environment & secrets No
- ✓ Dynamic code execution No
From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.
Verified badge
Passed review? Show it. Paste this badge into your README, it links to the public security report.
Reliability & compatibility
Declared compatibility
Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.
We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.
How agent discovery & health will work →About
Manage a Knowledge Base
A notes collection has a lifecycle. Captures come in raw, get sorted, get connected, get synthesized, and eventually decay, and the whole thing drifts into broken links and duplicates unless something maintains it. This kit is the six maintenance moves, each a self-contained workflow in reference/.
Pick the phase that matches what the collection needs right now. You don't run all six every time.
The lifecycle
CAPTURE → TRIAGE → CONNECT → SYNTHESIZE → CURATE → DECAY
↑
INTEGRITY (periodic cross-check)
- Triage: turn a pile of raw captures into filed, structured notes. →
reference/triage-captures.md - Connect: find where notes contradict, reinforce, or unexpectedly bridge. →
reference/find-collisions.md - Synthesize: knit several notes into one integrated piece aimed at a question. →
reference/synthesize-notes.md - Curate: prune the idea backlog; graduate the clusters that earned it. →
reference/curate-ideas.md - Decay: score notes by use and age; archive the cold, promote the proven. →
reference/decay-and-archive.md - Integrity: audit metadata, links, and contradictions across the whole base. →
reference/audit-integrity.md
Which phase do I need?
| The user says… | Phase | Reference | |---|---|---| | "process my inbox", "I have a pile of unsorted captures" | Triage | reference/triage-captures.md | | "what contradicts what", "find connections across my notes" | Connect | reference/find-collisions.md | | "synthesize these", "knit these threads", "the bigger picture" | Synthesize | reference/synthesize-notes.md | | "clean up my ideas", "which ideas are worth keeping" | Curate | reference/curate-ideas.md | | "archive stale notes", "my base is bloated", "decay scan" | Decay | reference/decay-and-archive.md | | "broken links", "missing metadata", "integrity check" | Integrity | reference/audit-integrity.md |
Principles that hold across every phase
- Batch the judgment moments, never auto-promote. The value of a note system is the human deciding what's worth keeping. Surface decisions in small batches; don't let the assistant silently file or delete.
- Recurrence beats excitement. A pattern, idea, or cluster graduates only when it shows up across multiple independent sessions. One enthusiastic capture is not a trend.
- Confidence threshold over volume. One strong, real finding beats ten maybes. False positives erode trust in the whole system faster than missed ones.
- Protect the evergreen. Anything marked durable is never auto-archived, however old or untouched.
Output
Each phase produces its own artifact: filed notes, a dated collision log, a synthesis note, a pruned idea file, archive/promotion decisions, or an integrity report with a pass rate. Open the matching reference for the exact steps and output format.
Source & license
This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: ariaxhan
- Source: ariaxhan/the-agent-library
- License: MIT
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet, be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.