crystallize-lint

Audit crystallized index and skill markdowns for health and consistency.

1|Updated Apr 12, 2026
One-click install
npx skills add https://github.com/mengsi16/brain-base --skill crystallize-lint
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: crystallize-lint
Source: https://github.com/mengsi16/brain-base/tree/main/skills/crystallize-lint
Command: npx skills add https://github.com/mengsi16/brain-base --skill crystallize-lint

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

The Crystallize Lint skill automatically audits the self-evolution crystallized layer to remove rejected or stale skills, ensure index.json consistency, and detect orphan or corrupted metadata, safeguarding long-term knowledge integrity.

Core Features & Use Cases

  • Regularly scans for rejected skills and stale entries and cleans them up.
  • Verifies index.json alignment with on-disk .md files, detects orphans and corrupted frontmatter.
  • Generates a health report and archives orphaned skills for human review.

Quick Start

Run a lint pass to validate and repair the crystallized skill store.

Frequently Asked Questions about crystallize-lint

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I check index.json consistency against on-disk skill markdown files?

To check index.json consistency, run a lint pass that validates index entries against existing .md files, detecting mismatches, orphaned content, and corrupted frontmatter for manual remediation.

What is the best way to find and remove stale or rejected skills from a crystallized index?

The best way to find stale or rejected skills is to audit the crystallized self-evolution layer, which scans the index to identify and clean up outdated or rejected entries automatically.

How do I generate a health report for my skill markdown metadata?

You generate a health report by running a lint pass that audits your skill markdowns, marks corrupted frontmatter, and lists orphaned or missing resources for manual remediation.

Why does my crystallized skill store have orphaned content and corrupted frontmatter?

Orphaned content and corrupted frontmatter occur when on-disk .md files and the index.json fall out of sync, which a lint pass detects by validating the index against existing files.

Does the skill health audit automatically delete orphaned skills from the disk?

No, the skill health audit does not automatically delete orphaned skills; it generates a report and archives orphaned skills for human review and manual remediation.