wufunc/nova

Persistent project memory for AI coding agents (Claude Code, Codex, Cursor) with architecture briefs, ADRs, and DevLogs.

2Stars on the repository
5Mods indexed here, across every type
4mo agoLast push, which is what freshness is scored on
MITLicence, which decides whether bodies are shown

adr-creator

01

wufunc/nova

Skill Claude CodeCodex

Create Architecture Decision Records (ADR) documenting key technical decisions. Use ONLY when invoked by the memory skill after it has decided an ADR is needed. This skill is a pure writer - it does NOT decide whether to create an ADR. It receives context about architectural decisions and generates properly formatted…

2 4mo ago A 72 tokens original MIT

devlog-creator

02

wufunc/nova

Skill Claude CodeCodex

Create Development Log entries documenting coding experience and lessons learned. Use ONLY when invoked by the memory skill after it has decided a devlog entry is needed. This skill is a pure writer - it does NOT decide whether to create a devlog. It receives context about what to document and generates properly…

2 4mo ago A 77 tokens original MIT

git-commit

03

wufunc/nova

Skill Claude CodeCodex

Automated git commit workflow with intelligent commit message generation and memory management. Use when the user requests to commit code changes (e.g., "/git-commit", "commit my changes", "commit this work"). Generates English Conventional Commit messages in the required : AI format, invokes memory update for…

2 4mo ago A 87 tokens original MIT

memory

04

wufunc/nova

Skill Claude CodeCodex

Memory management across personal and project layers. Modes: (1) 'recall' — durable recall when session memory is needed, (2) 'remember' — explicit user-directed memory write with pre-write recall, (3) 'snapshot-recall' — explicit historical session recall, (4) 'update' — project memory evaluation before git commit…

2 4mo ago A 106 tokens original MIT