OneDro1d

61 mods across 1 repository, 0 stars between them.

agent-notepad

01

OneDro1d/dark-factory

Skill Claude CodeCodex

Persistent, per-objective working memory for coding agents — one standalone git "notepad" repo per objective that survives context compaction, spans multiple code repos from a single session, keeps an append-only journal, and mirrors into an episodic memory index. Ships as a Claude Code plugin (hooks + skills +…

0 today B 181 tokens original Apache-2.0

agent-notepad

02

OneDro1d/dark-factory

Plugin Claude Code

Persistent, per-objective working memory for coding agents — one standalone git notepad per objective that survives compaction, spans multiple code repos from a single session, keeps an append-only journal, and mirrors into an episodic memory index. Evolves and supersedes handoff-auto.

0 today B tokens not measured original Apache-2.0

PreToolUse

03

OneDro1d/dark-factory

Hook Claude Code

Runs before the agent uses a tool for Bash tool calls, executing commit-gate.sh and push-gate.sh (2 commands). From OneDro1d/dark-factory.

0 today A tokens not measured original Apache-2.0

dark-factory

04

OneDro1d/dark-factory

Settings file Claude Code

Agent settings declaring 1 hook event (PreToolUse).

0 today A tokens not measured original Apache-2.0

handoff

05

OneDro1d/dark-factory

Skill Claude CodeCodex

Publish a deliberate, structured Handoff document for the current objective into the active notepad and force a git push so it syncs across machines. Use when wrapping a session, handing to a teammate or fresh agent, hitting a milestone, or asked to "create a handoff", "write a handoff", "checkpoint for next session"…

0 today A 144 tokens original Apache-2.0

scope-init

06

OneDro1d/dark-factory

Skill Claude CodeCodex

Create or refresh an agent-notepad — a per-objective working-memory git repo (one notepad per objective, grouped by name prefix) that survives context compaction and drives several code repos from one session. Runs a short interview (objective, code-repo paths, done-criteria), optionally gh repo creates the notepad…

0 today A 203 tokens original Apache-2.0

scope-retire

07

OneDro1d/dark-factory

Skill Claude CodeCodex

Archive a completed or abandoned agent-notepad while keeping its journal history intact. Marks the notepad retired (SCOPE.md status + a final journal milestone), stops it from auto-loading and syncing on future sessions, and preserves the append-only sessions/ history and handoffs for later recall — it never deletes…

0 today A 144 tokens original Apache-2.0

OneDro1d/dark-factory

Skill Claude CodeCodex

Review architectural changes for coupling, blast radius, and long-term impact. Use when evaluating system design changes, cross-service dependencies, API changes, or infrastructure modifications. Triggers on "architecture review", "impact analysis", "blast radius", "coupling review", "dependency analysis", "breaking…

0 today A 73 tokens original Apache-2.0

OneDro1d/dark-factory

Skill Claude CodeCodex

Audit backend services for security, reliability, performance, and operability issues. Use when reviewing APIs, microservices, workers, or backend code changes. Triggers on "audit backend", "security review", "service audit", "API audit", "check vulnerabilities", "review microservice", "backend security", "audit API"…

0 today A 76 tokens original Apache-2.0

code-reviewer

10

OneDro1d/dark-factory

Skill Claude CodeCodex

Comprehensive code review for quality, architecture, and performance. Use when reviewing PRs, auditing code quality, checking coding standards, evaluating design patterns, identifying performance bottlenecks, or analyzing technical debt. Triggers on "review", "audit", "analyze code", "check quality", "code smell".

0 today A 67 tokens original Apache-2.0

coder-file-transfer

11

OneDro1d/dark-factory

Skill Claude CodeCodex

Upload or download large files to/from a Coder CDE workspace using the coder CLI. Use when transferring files, directories, build artifacts, datasets, or binaries to a Coder workspace, when rsync -e "coder ssh" fails or desyncs, or when a copy over coder ssh hangs/corrupts. Triggers on "upload to coder", "copy files…

0 today A 116 tokens original Apache-2.0

OneDro1d/dark-factory

Skill Claude CodeCodex

Analyzes any microservice codebase and generates a complete cold-start package — CLAUDE.md, custom skills, requirements template, development process docs, and onboarding guide. Works for any architecture. Use when setting up AI-assisted development for a new project. Triggers on "cold start", "set up AI development"…

0 today A 83 tokens original Apache-2.0

creating-skills

13

OneDro1d/dark-factory

Skill Claude CodeCodex

Create high-quality Claude Code skills with proper structure, effective descriptions, and best practices. Use when creating a new skill, writing SKILL.md files, setting up skill directories, or asking how to make skills.

0 today A 46 tokens original Apache-2.0

critical-thinking

14

OneDro1d/dark-factory

Skill Claude CodeCodex

Proactively challenge implementation plans, architecture decisions, and design assumptions. Use when reviewing plans, designs, or technical decisions. Verifies claims via web search, cross-references documentation, identifies risks and gaps, and surfaces hidden assumptions. Activates automatically when evaluating…

0 today A 90 tokens original Apache-2.0

dark-factory-build

15

OneDro1d/dark-factory

Skill Claude CodeCodex

End-to-end Dark Factory build orchestrator: intent to shipped software via the df- stages, test-first, adversarially verified, autonomous in dev/non-prod, documented as stage docs plus tickets. Triggers on "build this the dark factory way", "run a dark factory build", "take this spec to done end-to-end".

0 today A 73 tokens original Apache-2.0

OneDro1d/dark-factory

Skill Claude CodeCodex

Analyze third-party dependencies for security, maintenance, and lock-in risk. Use when auditing dependencies, reviewing new packages, or assessing supply chain security. Triggers on "dependency audit", "package risk", "supply chain", "vulnerable dependencies", "license check", "outdated packages", "dependency review"…

0 today A 78 tokens original Apache-2.0

develop-and-test

17

OneDro1d/dark-factory

Skill Claude CodeCodex

Autonomous development and integration testing from a requirements doc. Implements everything — database changes, contracts, handlers, configuration — then tests against real infrastructure (dev DB, dev RabbitMQ). Verifies by emitting events, checking DB state, reading logs, and checking error tables. Triggers on…

0 today B 88 tokens original Apache-2.0

df-adversary-gate

18

OneDro1d/dark-factory

Skill Claude CodeCodex

Run the adversary gate: assess whether presented evidence proves a promise was kept, without redoing the work and never trusting a self-report. Use before trusting any "done/passing" claim, PR, or handoff. Triggers on "adversary review", "verify", "gate", "assess evidence", "is this really done".

0 today A 78 tokens original Apache-2.0

df-app-walkthrough

19

OneDro1d/dark-factory

Skill Claude CodeCodex

Record a narrated, captioned product walkthrough video of a web app end-to-end with no human in the loop — synthesized voice-over, a real browser driven with a visible cursor, burned-in captions, assembled to mp4. Works against a public website or an authenticated app (Clerk session-ticket, or any Playwright…

0 today A 152 tokens original Apache-2.0

df-context-store

20

OneDro1d/dark-factory

Skill Claude CodeCodex

Dark Factory Stage 0.5 — scaffold a repo's in-repo agent inner-loop substrate (read-first context store + single-responsibility agents + checkable hand-off contracts + commit gate) from the proven template, populate it from the real codebase, and verify it. Use when bootstrapping a repo for DF work, running a DF…

0 today A 114 tokens original Apache-2.0

feature-architect

21

OneDro1d/dark-factory

Agent

Feature Architect. Designs the minimal-impact implementation for a new feature or a confirmed fix — files to touch, contracts, migrations, risks, test plan — without writing code. Consumes a requirement (or a Root Cause) and the context store; produces a Design Spec for the implementer. Use for "how should we build…

0 today A 78 tokens original Apache-2.0

implementer

22

OneDro1d/dark-factory

Agent

Code Implementer. Writes the actual code changes for a Design Spec — only after requirements are clear. Implements per the design, keeps the diff minimal, and updates contracts/migrations consistently. Use for "implement this", "make the change", once a plan/Design Spec exists. Does not invent scope.

0 today A 64 tokens original Apache-2.0

investigator

23

OneDro1d/dark-factory

Agent

System Investigator (read-only). Traces a flow across ANY service, DB, queue, API, or infra component and gathers the evidence around a symptom or change area. Does NOT decide the root cause and does NOT edit code — it produces a structured Evidence Bundle for the root-cause-analyzer or feature-architect. Use first…

0 today A 86 tokens original Apache-2.0

knowledge-keeper

24

OneDro1d/dark-factory

Agent

Knowledge Keeper. Maintains the context store (SERVICE-MAP, FINDINGS, DECISIONS) and per-service CLAUDE.md so analysis is done once and reused — preventing repeated investigation and keeping token use low. Records confirmed root causes and decisions; compresses; fixes stale docs against source. Use for "remember…

0 today A 86 tokens original Apache-2.0