tlennon-ie

70 mods across 1 repository, 11 stars between them.

tlennon-ie/neurodock

Agent Claude Code

Use this agent for any work on the mcp-task-fractionator server — the stateless decomposer that turns a vague goal into a small ordered list of atomic 5–90 minute tasks and surfaces the next safe one. Owns the two tools (decompose, nextone), the heuristic decomposer, the topological sort, and the…

11 15d ago A 87 tokens AGPL-3.0

tlennon-ie/neurodock

Agent Claude Code

Use this agent for any work on the mcp-translation server — the Area 2 communication engine. Owns the four tools (translateincoming, checktone, rewriteoutgoing, briefmeeting), the prompt library, the deterministic heuristics, the verbatim-anchor enforcement, and the eval-corpus binding. Vendor-neutral; no LLM SDK…

11 15d ago A 83 tokens AGPL-3.0

native-host-expert

27

tlennon-ie/neurodock

Agent Claude Code

Use this agent for any work on the Chrome Native Messaging host that bridges the NeuroDock browser extension to the on-disk profile.yaml. Cross-platform install (Windows registry, macOS Library, Linux XDG/Firefox), length-prefixed JSON-over-stdio protocol, profile-schema-validated writes, no daemon. Host name is…

11 15d ago A 76 tokens AGPL-3.0

ocd-advocate

28

tlennon-ie/neurodock

Agent Claude Code

Use this agent on any PR, RFC, copy draft, or skill change that touches an OCD-relevant surface. Reviews the change through one lens — does it avoid rumination-inducing patterns, finalise decisions cleanly, bound retryable affordances, and surface prior reasoning instead of generating new analysis? Output is a…

11 15d ago A 78 tokens AGPL-3.0

orchestrator

29

tlennon-ie/neurodock

Agent Claude Code

Use as the first point of contact for any NeuroDock task. Routes contributor requests to the right specialist subagent based on the work being done. Best for ambiguous or multi-domain requests, or when the contributor doesn't know which specialist to invoke.

11 15d ago A 52 tokens AGPL-3.0

tlennon-ie/neurodock

Agent Claude Code

Use this agent to validate any plugin.yaml manifest against the ADR 0007 plugin contract. Owns the semantics behind packages/core/schemas/plugin.schema.json — license whitelist, trust-tier rules, path sandbox, requirement-graph acyclicity, neurotype/locale composability, signature-reservation fields. Called by…

11 15d ago A 84 tokens AGPL-3.0

tlennon-ie/neurodock

Agent Claude Code

Use this agent to answer "is package X ready for npm or PyPI publish?" Read-only audit that produces a go/no-go report per package against a publish-readiness checklist. Distinct from code-reviewer (general quality), security-reviewer (vulnerability hunting), and release-pilot (executes the release). This agent…

11 15d ago A 86 tokens AGPL-3.0

release-pilot

32

tlennon-ie/neurodock

Agent Claude Code

Use this agent to cut a release of any NeuroDock package or the browser extension. Walks the human through the release checklist, validates Changesets entries, generates changelogs, opens the tagging PR, monitors the publish workflow, and handles rollback if needed. Active continuously from Phase 1 onward.

11 15d ago A 64 tokens AGPL-3.0

repo-bootstrapper

33

tlennon-ie/neurodock

Agent Claude Code

Use this agent to scaffold the NeuroDock monorepo, configure workspace tooling (pnpm + uv + Turborepo), set up GitHub Actions CI, and establish initial conventions. Primary owner of repo structure during Phase 0. After Phase 0, used for adding new packages or major structural changes only.

11 15d ago A 68 tokens AGPL-3.0

skill-author

34

tlennon-ie/neurodock

Agent Claude Code

Use this agent to scaffold, review, or refine NeuroDock skills (the markdown bundles consumed by Claude Code, Claude Desktop, Cursor, and other MCP clients). Active throughout the project lifecycle. Primary owner of the SKILL.md convention, the skill SDK conventions, and the contribution path for new skills.

11 15d ago A 63 tokens AGPL-3.0

tourette-advocate

35

tlennon-ie/neurodock

Agent Claude Code

Use this agent on any PR, RFC, copy draft, or skill change that touches a Tourette-relevant surface. Reviews the change through one lens — does it treat tics as involuntary, never assume on-demand suppression, account for premonitory-urge and suppression-fatigue load, avoid sensory and startle triggers, avoid drawing…

11 15d ago B 114 tokens AGPL-3.0

audit-motion

36

tlennon-ie/neurodock

Skill Claude CodeCodex

Check new CSS / JSX for animation that runs by default — the project default is motion: reduced and any motion must gate on prefers-reduced-motion.

11 15d ago A 0 tokens AGPL-3.0

audit-nd-copy

37

tlennon-ie/neurodock

Skill Claude CodeCodex

Grep changed markdown / mdx / tsx string literals on the current branch for banned terms — superpower, spectrum colours, clinical phrasing, marketing intensifiers.

11 15d ago A 39 tokens AGPL-3.0

tlennon-ie/neurodock

Skill Claude CodeCodex

Verify that mcp-translation prompts reference field names that match the schemas. Catches the class of bug where a prompt asks for confidence but the schema requires certainty.

11 15d ago A 43 tokens AGPL-3.0

tlennon-ie/neurodock

Skill Claude CodeCodex

For any change to mcp-translation or its eval corpus, verify every fixture satisfies ambiguousitems[].quotedspan.text == transcript[startchar:endchar]. The schema invariant from ADR 0005.

11 15d ago A 44 tokens AGPL-3.0

check-rumination

40

tlennon-ie/neurodock

Skill Claude CodeCodex

Detect whether the user's current prompt is a semantic repeat of recent prompts within a rolling window. Returns an advisory signal; never blocks.

11 15d ago A 31 tokens AGPL-3.0

tlennon-ie/neurodock

Skill Claude CodeCodex

Close the currently open chronometric session, optionally attaching a verbatim summary. Triggers the auto-summary side effect used by weeklyrollup.

11 15d ago A 33 tokens AGPL-3.0

tlennon-ie/neurodock

Skill Claude CodeCodex

Open a chronometric session by calling marksessionstart with the user's stated intent. Returns a sessionid that later interventions quote back verbatim.

11 15d ago A 33 tokens AGPL-3.0

decompose-task

43

tlennon-ie/neurodock

Skill Claude CodeCodex

Break a vague goal into 3–12 atomic 5–90 minute tasks with acceptance criteria and dependencies via mcp-task-fractionator. The acceptance bar is "I can start now".

11 15d ago A 43 tokens AGPL-3.0

init-profile

44

tlennon-ie/neurodock

Skill Claude CodeCodex

Scaffold a fresh /.neurodock/profile.yaml from one of the ND-aware presets under profiles/. Use on first install or when starting a new device.

11 15d ago A 34 tokens AGPL-3.0

record-fact

45

tlennon-ie/neurodock

Skill Claude CodeCodex

Persist a subject-predicate-object fact in the local cognitive graph. Load this BEFORE calling recordfact to avoid the documented six-retry validation loop.

11 15d ago A 33 tokens AGPL-3.0

release-extension

46

tlennon-ie/neurodock

Skill Claude CodeCodex

Walk through cutting a browser-extension release — bump manifest, build for Chrome / Firefox / Edge, zip artefacts, optionally run E2E, submit to stores.

11 15d ago A 36 tokens AGPL-3.0

release-mcp-server

47

tlennon-ie/neurodock

Skill Claude CodeCodex

Walk through cutting a PyPI release of one of the five MCP servers — bump version, write CHANGELOG, run tests and evals, tag, publish.

11 15d ago A 37 tokens AGPL-3.0

scaffold-mcp-tool

48

tlennon-ie/neurodock

Skill Claude CodeCodex

Walk through adding a new tool to one of the six MCP servers under packages/mcp-. Touches schema, handler, registration, tests, ADR delta, CHANGELOG.

11 15d ago A 41 tokens AGPL-3.0