record-knowledge — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited record-knowledge (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
Capture tacit knowledge discovered during work and make it available for future sessions.
.claude/knowledge/entries/ for active entries related to the current task before starting workoverview entry exists for the topic, read it first — load detail entries on demand to save contextDelegate the recording work to a subagent to minimize main context consumption.
.claude/knowledge/entries/)Agent(
subagent_type: "general-purpose",
description: "record knowledge entry",
prompt: |
You are a knowledge recording agent. Read the procedure file and follow it precisely.
## Input
### what(事実)
{what}
### why(判断理由)
{why}
### context(背景情報)
{context}
### tags_hint(推奨タグ)
{tags_hint}
## Instructions
1. Read the procedure file at: {plugin_root}/skills/record-knowledge/procedure.md
2. Follow the procedure step by step
3. The knowledge base is at: {project_root}/.claude/knowledge/
4. Return: filename, # heading, ## headings, and linked entries
)Replace the placeholders:
{what} — 何が起きたか: the factual observation, discovery, or decision to record{why} — なぜ重要か: why this matters, the reasoning behind recording it (judgment made by the main agent){context} — 関連する背景情報: surrounding context (task being worked on, environment, related files, issues){tags_hint} — 推奨タグ: tags the main agent recommends (subagent validates against the tag registry){plugin_root} — the plugin's installation path (shown in the skill loading message as "Base directory for this skill"){project_root} — the project working directoryIMPORTANT: The procedure file path uses the plugin's base directory, NOT the project directory. Read the "Base directory for this skill" line from the skill loading message to determine the correct path.
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.