By murillodutt
DocOps - Documentation maintenance workflows with LLM-first templates, code evidence, and drift control.
Docops: mark documentation for deprecation with configurable grace period before archival. Adds deprecation banner, updates references, schedules archive date. Use when: 'deprecate this doc', 'mark for removal'.
Docops: validate and maintain freshness status of code evidence files. Checks last_verified dates, transitions fresh/stale/expired, creates gaps for expired evidence. Use when: 'check freshness', 'stale evidence', 'validate dates'.
Docops: garbage collection for resolved gaps, stale evidence, and redundant content. Scans conveyor-gaps.md, validates freshness, detects duplicates, archives cleaned items. Use when: 'gc docs', 'clean gaps', 'garbage collect documentation'.
Docops: scaffold LLM-first documentation structure, templates, and docops.json for a project. Creates directory hierarchy without overwrite. Use when: 'init docs', 'setup documentation', 'create docops structure'. Not for Oracle setup (use cellm:init).
Docops: generate a comprehensive JOURNAL.md documenting project structure and architecture. Detects project type, extracts metadata, produces a single-file onboarding overview. Use when: 'generate journal', 'create project overview', 'onboarding doc'.
Uses power tools
Uses Bash, Write, or Edit tools
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Marketplace with 3 plugins for Claude Code: cellm (core), docops (documentation), gdu (Goold Design UI).
Architecture: skills-only. No commands/ directories. Every capability is a skills/{name}/SKILL.md.
Context engineering for LLM-driven development. 29 skills, 4 agents, 6 hook events, Oracle integration.
| Skill | Activates on | What it enforces |
|---|---|---|
| typescript | *.ts, *.tsx, types/ | Strict typing, Zod validation, no any, explicit return types |
| drizzle | db/, schema.ts, drizzle.config | Typed schemas, .returning(), relations, transactions |
| dse | *.vue | Project-specific design tokens via dse_search before any UI work |
Context skills stack: editing a server/api/*.ts loads typescript.
| Skill | Invocation | What it does |
|---|---|---|
| init | /cellm:init [mode] | Interactive Oracle setup: install, status, update, doctor, restart, uninstall |
| plan | /cellm:plan [product] | Create mission.md, roadmap.md, tech-stack.md via guided Q&A |
| shape | /cellm:shape [feature] | Gather context and structure specs (requires plan mode) |
| write-spec | /cellm:write-spec [path] | Formalize shaping into technical spec (spec.md) |
| create-tasks | /cellm:create-tasks [path] | Break spec into task groups with dependencies |
| orchestrate | /cellm:orchestrate [path] | Execute tasks systematically, delegate to agents |
| implement | /cellm:implement [path] | Generate code from spec following patterns |
| verify | /cellm:verify [path] | Quality gate: spec compliance, security, patterns |
| spec | /cellm:spec [path] | Quick-create spec folder structure |
| spec-treat | /cellm:spec-treat [path] | Analyze spec for edge cases and inconsistencies |
| discover | /cellm:discover [focus] | Extract tribal knowledge into pattern files |
| inject | /cellm:inject [paths] | Inject relevant patterns into current context |
| index | /cellm:index [query] | Rebuild patterns index.yml |
| arena | /cellm:arena [mode] | Quality proving ground: prove, debug, gate, stress |
| oracle-search | /cellm:oracle-search <query> | Semantic search across Oracle observations |
| status | /cellm:status [verbose] | Quick Oracle worker health check |
| dse-discover | /cellm:dse-discover [path] | Bootstrap design system for a project |
| Agent | Model | Role |
|---|---|---|
| architect | opus | Plans features, defines architecture, writes specs. Never produces code. |
| implementer | sonnet | Implements features following specs and patterns. |
| project-manager | sonnet | Decomposes specs into tasks, orchestrates execution, tracks progress. |
| reviewer | sonnet | Reviews code against specs, patterns, and security standards. Read-only. |
| Event | What runs |
|---|---|
| SessionStart | ensure-oracle, /api/hooks/init, /api/hooks/context |
| UserPromptSubmit | capture-prompt, /api/knowledge/inject, /api/hooks/specs |
PreToolUse Edit|Write | /api/hooks/check-tags (workflow node lock detection) |
PreToolUse Write|Edit|Bash | version-guard (dependency version warning) |
PostToolUse Write|Edit|Bash|... | track-tool-use |
| PreCompact | capture-context |
| Stop | capture-context |
Worker daemon on port 31415. Auto-started on SessionStart.
Provides: semantic search, persistent memory, pattern discovery, knowledge base, OTEL metrics, DSE (Design System Engine), workflow graph, stack tracker.
Data: ~/.cellm/ (never in repo).
Documentation maintenance with LLM-first templates, code evidence, and drift control.
npx claudepluginhub murillodutt/cellm --plugin docopsGoogle Stitch design bridge — consumes DESIGN.md, HTML screens, and SITE.md artifacts into CELLM DSE, GDU Director, and orchestration workflows.
Observability and auditing plugin for Claude Code CLI Context Engineering
CELLM - Context Engineering for LLM-driven development. Structured specs, intelligent memory, and orchestration for AI agents building software.
Goold Design UI (GDU): The definitive Vue 3, Nuxt 4, and Tailwind architect plugin. Enforces CELLM mantra: Verify before you act, document everything.
Portable engineering discipline, explicit project-stress prospecting, and code/domain knowledge mining for coding agents
Commands for generating documentation and managing changelogs
Documentation agents — technical writer, documentation architect
Documentation and authoring workflow router: audit docs vs code drift, sync docs after changes, optimize prompts and SKILL.md files, validate GLFM and Markdown formatting, summarize files/URLs/images with fidelity enforcement. Use when: docs are out of date, CLAUDE.md needs improving, SKILL.md needs optimizing, checking if documentation matches code, summarizing files or URLs.
Lightweight documentation memory for AI coding agents: scaffold a docs tree, validate it, and auto-load recent context each session.
Agents specialized in technical documentation and knowledge management. Focuses on documentation architecture and user-focused writing.
Generate and maintain documentation from code with drift detection. Validates docs against source, auto-generates from code patterns, syncs outdated content, and provides reusable templates for consistent documentation.