Karpathy Lint

# Karpathy Lint Skill - Phase 3

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "Karpathy Lint" with this command: npx skills add sora-mury/karpathy-lint

Karpathy Lint Skill - Phase 3

描述

实现 Karpathy LLM Knowledge Base 的第三阶段:知识自检与修复。

对 Phase 2 生成的 knowledge points 进行质量检查:去重、合并、更新、删除。

工作流程

Phase 1: 用户查询 → Wiki 条目
Phase 2: Wiki → Knowledge Points (精炼)
Phase 3: Lint → 去重/合并/更新/自修复 ← 当前
Phase 4: 高级 (M-Flow 集成、多Agent共享)

Lint 检查项

  1. 去重 (Deduplication)

    • 检测相似/重复的 knowledge points
    • 合并高度相似的内容
  2. 更新 (Update)

    • 检查知识点是否过期
    • 标记需要更新的条目
  3. 质量检查 (Quality Check)

    • 检查内容完整性
    • 验证标签一致性
  4. 生成健康报告

    • 当前知识库统计
    • 发现的问题列表
    • 修复建议

文件结构

karpathy-lint/
├── SKILL.md
├── scripts/
│   ├── __init__.py      # LintPipeline
│   ├── dedup.py          # 去重逻辑
│   ├── merger.py          # 合并逻辑
│   └── test_lint.py      # 测试

依赖

  • Phase 2 的 knowledge points 文件
  • M-Flow (可选,用于存储)

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Research

Batch Content Factory

Multi-platform content production line. Automates the entire workflow from topic research to content creation. Suitable for self-media operators producing hi...

Registry SourceRecently Updated
Research

Fund Analyzer Pro

[何时使用]当用户需要基金深度分析时;当用户说"分析这个基金""基金对比""基金诊断""基金经理分析"时;当检测到基金代码/基金名称/投顾策略时触发。整合天天基金 API+ 且慢 MCP,提供单一基金分析/基金比较/基金诊断/持仓诊断/基金经理/机会分析/投资方式/报告信号八大模块。新增信号监控提醒功能(sign...

Registry SourceRecently Updated
Research

FN Portrait Toolkit

Financial report footnote extraction and analysis tool for Chinese A-share listed companies. Use when: (1) User wants to extract financial note data from ann...

Registry SourceRecently Updated
Research

流式AI检索问答技能

通用流式AI检索问答技能 — 为任意行业应用提供四步流式分析交互界面。 触发场景:用户输入关键词 → AI自动执行:理解意图 → 检索知识库 → 流式生成 → 来源标记 → 完整回答。 当需要实现以下任意场景时激活: (1) AI搜索框 / 智能咨询组件重构 (2) 知识库问答(医疗/法律/金融/教育等垂直领域)...

Registry SourceRecently Updated