Skip to content

Add claude-code-dna to Framework Extensions#75

Open
huangji6693-max wants to merge 1 commit into
LangGPT:mainfrom
huangji6693-max:add-claude-code-dna
Open

Add claude-code-dna to Framework Extensions#75
huangji6693-max wants to merge 1 commit into
LangGPT:mainfrom
huangji6693-max:add-claude-code-dna

Conversation

@huangji6693-max
Copy link
Copy Markdown

What

Added one row to the Framework Extensions table:

Name Description
claude-code-dna Behavioral OS for Claude Code agents — Karpathy 4 laws + 15 operating instincts + memory architecture + curated 194-skill/99-agent catalog with agentskills.io spec audit

Why this category

It is a behavioral rules + memory architecture package, complementary to:

  • superpowers / agents (which provide skill/agent source code) → claude-code-dna teaches the agent how to use them without breaking Karpathy's 4 laws (Think / Simplicity / Surgical / Goal-driven)
  • awesome-claude-code-subagents / claude-code-sub-agents (which provide subagent definitions) → claude-code-dna indexes 99 of them with category + keyword + compliance score

What it provides

  • 8 rule files codifying behavioral reflexes (verification gate before "done", TDD reflex, root cause before fix, no refactor-while-fixing)
  • 3-tier memory architecture inspired by mem0 v3, langmem, and Microsoft GraphRAG — persistent across sessions without bloating each conversation's context
  • 3 portable scripts: memory-health.sh / memory-search.sh / skill-spec-audit.sh (168 PASS / 23 WARN / 3 FAIL on 194 community skills)
  • Curated catalog of 194 skills + 99 agents with category, trigger keyword, and spec-compliance score

Compatibility

  • Zero secrets, zero project data, zero telemetry
  • Model-agnostic — works in Cursor, Codex, Gemini CLI
  • 30-second install: git clone && ./install.sh
  • MIT license

Happy to adjust the row format or move to a different section if you prefer. Thanks for maintaining this list! 🙏

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant