Initialize human-readable architecture memory from an existing codebase.
Scanned 9/12/2026
Install to Claude Code
npx -y skills add semisemil/codex-proofline --skill architecture-memory-init --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Architecture Memory Init?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/semisemil-architecture-memory-init)More formats (shields.io, HTML) on the badges page.
---
name: architecture-memory-init
description: Initialize human-readable architecture memory from an existing codebase.
---
Explicit requests only. Initialization includes enabling conversation maintenance and the local project connection; existing read-only restrictions still apply.
Resolve `<plugin-root>` from this file. Before code or template reads, run:
```text
node <plugin-root>/skills/architecture-memory/scripts/workflow.js init --project-root <project> --language <BCP-47-tag>
```
For `applying` or `connection_only: true`, proceed to `apply`. For `draft`, follow [initialization](references/initialization.md), reusing its existing draft and evidence. Edit only the returned draft directory. The helper owns the captured source revision and checkpoint.
```text
node <plugin-root>/skills/architecture-memory/scripts/workflow.js apply --project-root <project>
```
`apply` validates the collection, publishes it with resumable file checks, then enables `.proofline/architecture.json`. Report completion only for `applied`; the check establishes structure, not factual accuracy. For custom roots, conflicts or interrupted work, use [workflow recovery](../architecture-memory/references/workflow.md).
After successful initialization, register the project:
```text
node <plugin-root>/dashboard/register-project.js register --project-root <project>
```
Report the memory root and connection status in the user's language. Registration failure is separate: keep the memory and report that failure.
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!