knowledge-patch-status
SolidReport bundled patch versions, activation state, age, and missing artifacts.
AI & Automation 20 stars
0 forks Updated today MIT
Install
Quality Score: 79/100
Stars 20%
Recency 20%
Frontmatter 20%
Documentation 15%
Issue Health 10%
License 10%
Description 5%
Skill Content
# Knowledge Patch Status
Use this skill when the user asks what knowledge patches are available, active, stale, or missing.
## Status Checks
1. Read `../../.codex-plugin/plugin.json` or `../../.claude-plugin/plugin.json` for the build version.
2. Read `../../catalog/patches.json` for bundled patches, canonical `short_label` values, `coverage_kind`, `covered_through`, `coverage_label`, content hashes, generated timestamps, and coverage paths. Use `short_label` in user-facing output. Compare project versions only for `versioned` and `range` coverage; describe `rolling` and `multi-product` entries by `coverage_label` without treating their JSON-null `covered_through` as stale.
3. Read activation state from `$KNOWLEDGE_PATCH_STATE`, `.knowledge-patch/activation.json`, or `$XDG_STATE_HOME/knowledge-patch/activation.json`.
4. Verify that each catalog `path` exists and that each `coverage_path` exists.
5. For every patch, report its `generated_at` timestamp and age relative to now in an understandable unit such as days; flag missing, invalid, or notably old timestamps instead of hiding them.
6. Report active patches first, then matching bundled patches, then any catalog, staleness, or artifact problems.
If no activation state exists, say that all bundled patches remain available as native skills and activation is only a priority hint.
Do not fetch network resources and do not copy skills into another directory while checking status.
Details
- Author
- Nevaberry
- Repository
- Nevaberry/nevaberry-plugins
- Created
- 6 months ago
- Last Updated
- today
- Language
- Shell
- License
- MIT
Similar Skills
Semantically similar based on skill content — not just same category
AI & Automation Solid
knowledge-patch-setup
Detect, activate, or deactivate bundled knowledge patches.
20 Updated today
Nevaberry DevOps & Infrastructure Solid
kubernetes-knowledge-patch
Kubernetes
20 Updated today
Nevaberry Code & Development Listed
knowledge-lint
Manually review knowledge-artifact quality before proposing promotion beyond this project instance, or after a significant packet closeout. Checks source/evidence discipline, type correctness, status/confidence, duplication, links, and privacy.
2 Updated today
mike-arbuzov365