# Display Project Knowledge Status

Project knowledge bases can become hard to inspect during active work. This skill shows learning status, entry counts, recent insights, and cache statistics in one summary.

## Install

```bash
npx skillstore add 0xrdan/knowledge
```

## Metadata

- Status: approved
- Slug: 0xrdan-knowledge
- Skillstore revision: r1
- Version status: missing
- Tree hash: f1393be1030018bc6f1d3a91919abb45579878254da95e3c2896b48bb53e2a05
- Author: 0xrdan
- GitHub username: 0xrdan
- License: MIT
- Repository: https://github.com/0xrdan/claude-router/tree/main/.claude-plugin/skills/knowledge
- Ref: e9e4712298ed071d92417a41714be123eb8364fa
- Supported tools: Claude, Codex, Claude Code
- Audit status: complete
- Agent install advisory: allowed
- Manual install advisory: allowed
- Artifact signature: available
- Audit attestation: unavailable
- Human verification: not\_verified
- Risk factors: external\_commands
- Quality score: 77
- Quality tier: bronze
- Public page: https://skillstore.pages.dev/skills/0xrdan-knowledge
- Manifest: https://skillstore.pages.dev/api/skills/0xrdan-knowledge/manifest

## Capabilities

- Reads knowledge/state.json to report learning mode status.
- Counts entries in classifications, patterns, quirks, and decisions files.
- Displays the five most recent learning entries from project knowledge files.
- Shows an empty-state summary when knowledge files are missing or empty.
- Formats a read-only knowledge base dashboard for the user.

## Use Cases

- Check Project Context: Review learning mode, counts, and recent insights before starting a coding session.
- Prepare Team Handoffs: Use recent patterns, quirks, and decisions to brief another contributor quickly.
- Audit Knowledge Coverage: Find whether classifications, patterns, quirks, or decisions have enough recorded entries.

## Prompt Templates

### Show Status

```
Show the current project knowledge base status.
```

### Review Recent Learnings

```
Summarize the latest patterns, quirks, and decisions from the knowledge base.
```

### Assess Coverage

```
Display knowledge statistics and highlight which learning categories need more entries.
```

### Prepare Handoff

```
Use the knowledge base summary to create a concise handoff for the next developer session.
```

## Limitations

- Depends on the expected knowledge directory and file names.
- Does not create, modify, or validate knowledge entries.
- Cannot recover information that is absent from local files.
- Recent entry ordering depends on dates recorded in learning files.

## Best Practices

- Run this skill before starting a new coding session.
- Keep learning files current so the status reflects the project.
- Review recent learnings before making architecture or workflow changes.

## Anti Patterns

- Do not use it as a substitute for reading source files.
- Do not assume entry counts prove knowledge quality.
- Do not expect it to write or repair knowledge files.

## Security Audit

- Audited at: 2026-07-04T13:45:28.007\+00:00
- Summary: All 12 static findings are false positives caused by Markdown inline backticks and fenced example output in SKILL.md. The skill describes read-only inspection of local knowledge files and shows no evidence of prompt injection, external command execution, network access, or file writes.

## Stats

- Views: 190
- Downloads: 24
- Favorites: 0
- Popularity score: 0
