same-set-reusable-flow-for-project-file-inventor

Featured

Reusable Meta_Kim file inventory classification flow. It helps separate durable sources, generated evidence, runtime mirrors, temporary state, and risky unknowns before cleanup or commit.

AI & Automation 273 stars 67 forks Updated yesterday Apache-2.0

Install

View on GitHub

Quality Score: 95/100

Stars 20%
81
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# Project File Inventory Classification Use this skill when a Meta_Kim workspace has too many files and the user needs to know which are useful, generated, risky, or safe to ignore. ## Goal Produce a source-backed inventory, not a cleanup guess. The output should help the user decide what to keep, commit, ignore, or inspect again. ## Required Evidence Start with read-only evidence: 1. `git status --short --branch` 2. `git ls-files` 3. `git ls-files --others --exclude-standard` 4. `git check-ignore -v <path>` for suspicious ignored paths 5. `rg -n "<filename-or-command>" package.json docs scripts tests canonical config` for tracked candidates 6. `npm run` script inventory from `package.json` Do not classify a tracked file as removable only because it has few references. Check package scripts, tests, docs, sync scripts, setup scripts, and contracts first. ## Classification Buckets - **Core source**: `canonical/`, `config/contracts/`, `config/capability-index/`, durable scripts, package scripts, and tests that define behavior. - **Runtime projection**: `.claude/`, `.agents/`, `.cursor/`, `openclaw/`, `.codex/` mirrors generated from canonical sources or sync scripts. - **Generated evidence**: `.meta-kim/state/default/`, graph outputs, reports, SQLite run state, smoke artifacts, and temporary proof files. - **Planning continuity**: `task_plan.md`, `findings.md`, `progress.md`; keep during active work even if ignored. - **Reference docs**: tracked docs and plans that expl...

Details

Author
KimYx0207
Repository
KimYx0207/Meta_Kim
Created
5 months ago
Last Updated
yesterday
Language
JavaScript
License
Apache-2.0

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category

AI & Automation Listed

knowledge-classification

Evidence-based project knowledge classification skill. Classifies verified repository findings - including claims extracted from existing multi-origin knowledge sources (AGENTS.md, CLAUDE.md, .cursor/rules/, .claude/, docs/) - into current facts, architecture, decisions, solutions, lessons, constraints, workflows, reference, historical, or obsolete knowledge; determines current-state status, durability, and knowledge value; resolves cross-source conflicts with evidence; detects semantic duplicates across origin tools; and returns recommendation-only classification decisions to the Project Memory orchestrator without modifying repository files.

3 Updated yesterday
LoveDoLove
AI & Automation Listed

knowledge-discovery

Discovers and inventories every pre-existing project knowledge source in a repository - AGENTS.md, CLAUDE.md, .cursor/rules/, .cursorrules, .windsurfrules, .github/copilot-instructions.md, .claude/, skills/, agents/, README.md, CONTRIBUTING.md, docs/, ADRs, lessons-learned files, generated AI documentation, and prior Project Memory output. Extracts atomic claims, tags provenance, detects overlaps and contradictions. Produces the Existing Knowledge Inventory for downstream verification. Read-only; never verifies, classifies, or edits.

3 Updated yesterday
LoveDoLove
AI & Automation Listed

kai-proof-builder

Build and maintain a provenance-clean proof library — inventory every real proof asset (analytics, reviews, permitted testimonials, case studies, press, certifications), categorize it, rewrite each cleared item in 3 lengths, fuse top assets with narrative, and gate everything through FTC testimonial rules before it can ship. Use when "proof library", "gather our proof", "authority builder", "collect testimonials", "social proof assets", "proof points for the sales page", "what results can we claim", or any request to assemble evidence for marketing claims. NEVER invents proof — missing proof is reported as a gap.

47 Updated 3 days ago
cgallic