cintia09/CodeNook

Zero-dependency, file-based multi-agent collaboration framework for Copilot CLI / Claude Code

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

preflight

25

cintia09/CodeNook

Skill Claude CodeCodex

Role: Validates task state before orchestrator-tick proceeds.

not rated 5 3mo ago A 0 tokens original MIT

queue-runner

26

cintia09/CodeNook

Skill Claude CodeCodex

Role: Provides FIFO queue operations with file-based locking for concurrency.

not rated 5 3mo ago A 0 tokens original MIT

router-agent

27

cintia09/CodeNook

Skill Claude CodeCodex

Per-turn entry point the main session calls to dispatch a real subagent for conversational task creation. The router-agent is the SOLE domain-aware component on the task-creation side (see docs/router-agent.md §2).

not rated 5 3mo ago A 0 tokens original MIT

router-context-scan

28

cintia09/CodeNook

Skill Claude CodeCodex

Lightweight, fast workspace inventory consumed by the router sub-agent at every triage call. Produces a ≤2KB JSON envelope summarising.

not rated 5 3mo ago A 0 tokens original MIT

cintia09/CodeNook

Skill Claude CodeCodex

Builds the canonical dispatch payload that the router sub-agent emits when it decides to hand off to a plugin worker or a builtin skill.

not rated 5 3mo ago A 0 tokens original MIT

router

30

cintia09/CodeNook

Skill Claude CodeCodex

The first sub-agent dispatched by the main session on every user turn that isn't pure chit-chat. It self-bootstraps from a fresh context by reading its own profile + the main-session contract + the workspace state. (Historically it then handed off to router-triage, which has been removed in M8.7; the conversational…

not rated 5 3mo ago A 0 tokens original MIT

sec-audit

31

cintia09/CodeNook

Skill Claude CodeCodex

Pre-tick workspace security scanner. Flags.

not rated 5 3mo ago A 0 tokens original MIT

secrets-resolve

32

cintia09/CodeNook

Skill Claude CodeCodex

Resolves ${env:NAME} and ${file:path} placeholders inside a merged config JSON. Emits a new JSON with secrets inlined. Never leaks resolved values to stderr/logs — only placeholder keys (when missing).

not rated 5 3mo ago A 0 tokens original MIT

session-resume

33

cintia09/CodeNook

Skill Claude CodeCodex

Role: First skill called by main session in codenook-shell.md after /clear or new-session bootstrap. Reads workspace state and returns a compact summary so main session can ask "Continue T-007 (implement)?".

not rated 5 3mo ago A 0 tokens original MIT

skill-resolve

34

cintia09/CodeNook

Skill Claude CodeCodex

Resolve a skill name against the 4-tier lookup chain so sub-agents self-bootstrap deterministically. Implements implementation.md §M5.5.

not rated 5 3mo ago A 0 tokens original MIT

task-config-set

35

cintia09/CodeNook

Skill Claude CodeCodex

Role: Sets or removes task-level config overrides (Layer-4 in 5-layer chain).

not rated 5 3mo ago A 0 tokens original MIT

At most 3 mods per repository are shown here, and a mod shipped inside a plugin is left to that plugin's page — the rest are on their repository pages: