hdk10

15 mods across 1 repository, 2 stars between them.

orgkit

01

hdk10/orgkit

Plugin Claude Code

orgkit — a self-maintaining memory system for Claude Code, organized like an org chart.

2 2mo ago A tokens not measured original MIT

orgkit

02

hdk10/orgkit

Plugin Claude Code

Turn a Claude Code repo into a self-organizing org: per-role memory brains auto-injected at session start, inline lessons auto-promoted, and a live ORG.md. Ships slash commands + lifecycle hooks plus a one-command onboarding flow.

2 2mo ago A tokens not measured original MIT

capture

03

hdk10/orgkit

Command

Model-driven lesson capture — read recent work in a role, distill genuine insights, append tagged bullets to pending.md. The real capture path; complements the Stop-hook's cheap regex fast-lane.

2 2mo ago A 41 tokens original MIT

new-project

04

hdk10/orgkit

Command

Scaffold a new project under an existing role — creates the folder, memory/PROJECT.md, updates roles.json, and regenerates ORG.md.

2 2mo ago C 30 tokens original MIT

org-map

05

hdk10/orgkit

Command

Render a shareable org-map SVG (ORGMAP.svg) of this repo's org — roles, projects, captured lessons, token savings. Built to screenshot and post.

2 2mo ago A 34 tokens original MIT

org-status

06

hdk10/orgkit

Command

Show the org at a glance — roles, folder counts, drift (unmapped/missing folders), adoption progress, and which role brains are stale or have pending activity due for /role-promote.

2 2mo ago A 40 tokens original MIT

orgkit-analyze

07

hdk10/orgkit

Command

Intelligent, read-only preview of how orgkit would organize THIS repo. The model reads your actual folders (not keywords), proposes a sensible org with rationale and an estimated token saving, and writes nothing. The "look before you leap" twin of /orgkit-init.

2 2mo ago A 55 tokens original MIT

orgkit-cadence

08

hdk10/orgkit

Command

Analyze your real Claude Code usage and recommend a capture cadence + time slot, then optionally install a low-impact background batch-capture cron. Read-only analysis; the cron is opt-in.

2 2mo ago A 37 tokens original MIT

orgkit-doctor

09

hdk10/orgkit

Command

Diagnose and interactively fix broken orgkit state — verifies the .org/ engine, roles.json, role brains, hook registration, and ORG.md, then offers to repair what is broken. Pass --dry-run to report only without fixing.

2 2mo ago B 50 tokens original MIT

orgkit-init

10

hdk10/orgkit

Command

Intelligently onboard the current repo into orgkit. The model reads real folder signals, reasons over content (not keywords), proposes a sensible org structure, lets the user refine it, then writes .org/roles.json and scaffolds the memory system.

2 2mo ago B 51 tokens original MIT

orgkit-migrate

11

hdk10/orgkit

Command

Safely migrate existing folders into role directories — dry-run preview first, auto-fix literal path strings, then the model handles import statements and relative paths it flags. Never claims success silently.

2 2mo ago A 38 tokens original MIT

role-promote

12

hdk10/orgkit

Command

Autonomously reconcile a role's memory — merge pending + recent learnings into ROLE.md, dedupe and declutter. The auto-promotion step fired when a role is stale (>7 days) with pending activity.

2 2mo ago A 44 tokens original MIT

SessionStart

13

hdk10/orgkit

Hook

Runs when a session starts, executing sync_org.py and role_inject.py via python3 (2 commands). From hdk10/orgkit.

2 2mo ago A tokens not measured original MIT

UserPromptSubmit

14

hdk10/orgkit

Hook

Runs when you submit a prompt, before the agent sees it, executing role_inject.py via python3. From hdk10/orgkit.

2 2mo ago A tokens not measured original MIT

Stop

15

hdk10/orgkit

Hook

Runs when the agent finishes a response, executing sync_org.py and role_digest.py via python3 (2 commands). From hdk10/orgkit.

2 2mo ago A tokens not measured original MIT