precommit
01Command Claude Code
Review ALL staged and unstaged changes against the project's coding standards before committing. This checklist covers everything the mechanical hook (yarn format/lint/typecheck/build/test) cannot catch.
Command Claude Code
Review ALL staged and unstaged changes against the project's coding standards before committing. This checklist covers everything the mechanical hook (yarn format/lint/typecheck/build/test) cannot catch.
Hook Claude Code
Runs before the agent uses a tool for Bash tool calls, running an inline shell check. From receptron/mulmoclaude.
Settings file Claude Code
Agent settings declaring 1 hook event (PreToolUse) and 3 allowed tools.
Skill Claude CodeCodex
A workflow for moving completed plan files from a project’s main plans folder into a done folder and updating references to their new locations. It checks the related GitHub pull requests, which are proposed code changes, to confirm that plans were actually merged.
Skill Claude CodeCodex
A live end-to-end test suite for checking a coding agent running inside a Docker sandbox. It uses the real Claude API and checks how the sandbox works with authentication, saved sessions, and command-line tools.
Skill Claude CodeCodex
A test command for checking a running application’s real Claude API handling of images, PDFs, and videos.
Skill Claude CodeCodex
An end-to-end test for a live wiki page that checks whether different image references load correctly in the application.
Skill Claude CodeCodex
A recurring end-to-end test skill that calls the real Claude API to check the whole application across test categories. It requires the development server and Claude authentication to be ready.
Skill Claude CodeCodex
A development guide for adding or improving real-LLM end-to-end tests. End-to-end tests exercise a complete feature path, while a real-LLM test uses an actual language model rather than a fake response.
Skill Claude CodeCodex
Publish the mulmoclaude npm package — with dep audit, workspace drift check, tarball test, and cascade publish of stale @mulmobridge/ dependents.
Skill Claude CodeCodex
Create a GitHub release for the MulmoClaude app (not npm packages).
Skill Claude CodeCodex
Interactively guide LINE bridge setup — ngrok install, LINE Developers Console config, and bridge startup. Respond in the user's language.
Skill Claude CodeCodex
Interactively guide MulmoClaude setup following README instructions. Checks port conflicts, host dependencies (Docker / ffmpeg / claude CLI), and common pitfalls. Respond in the user's language.
Skill Claude CodeCodex
Interactively guide setup for connecting the Claude Code CLI to a local Ollama LLM on Mac. NOTE — This is for the standalone Claude Code CLI itself, NOT MulmoClaude (MulmoClaude does not currently support Ollama as a backend). Covers Ollama install, model pull, env switching, and verification. Respond in the user's…
Skill Claude CodeCodex
Interactively guide MulmoBridge Relay setup — Cloudflare Workers deploy, platform secrets, and MulmoClaude connection. Respond in the user's language.
Skill Claude CodeCodex
Set up automations conversationally — when users want recurring tasks, data feeds, or scheduled workflows, guide them through setup using existing MCP tools (manageAutomations, manageSkills) plus the Feeds mechanism. Respond in the user's language.
Instructions file
Instructions for receptron/mulmoclaude, covering claude.md, project overview, key commands, key rules (always apply) and shared utilities — check before reinventing.
Skill Claude CodeCodex
Personal recipe book — save / read / update / delete cooking recipes as markdown files under data/cooking/recipes/, with a README.md index that lists every recipe. Use when the user asks to remember a recipe, look one up, or refine one.
Skill Claude CodeCodex
Personal book journal — track books the user wants to read or has read, prompt for impressions when they finish one, capture their words verbatim, and surface earlier reactions when they want to recall what they thought about a topic.
Skill Claude CodeCodex
Schedule, list, edit, or remove a recurring agent task (cron / interval) in config/scheduler/tasks.json. Use for cross-collection digests, notifications, or any standalone recurring prompt ("毎朝7時に天気", "every weekday 8am check email", "schedule a weekly cleanup"), or to list/stop automations. EXCEPTION — do NOT create…
Skill Claude CodeCodex
Save, edit, list, or delete a Claude Code skill in this workspace. Use when the user wants to turn a workflow into a reusable skill ("skill 化して", "save this as a skill"), modify or remove one, or list what's registered. Writes one markdown file per skill at data/skills/ /SKILL.md; a workspace-side hook mirrors it into…
Skill Claude CodeCodex
On-demand LLM-driven wiki review — find contradictions between pages, stale claims, and missing concepts (topics mentioned in index.md / log.md / sources but not yet captured as their own page). Read-only — never modifies the wiki. Use when the user asks to "review the wiki", "find contradictions", "what's stale in…
Skill Claude CodeCodex
Periodically run the wiki lint and report findings — broken page links, missing image / file refs, orphan pages, tag drift. Read-only (never modifies the wiki). Use when the user asks to "check the wiki", "lint the wiki", or runs on the bundled weekly schedule below to surface drift before it accumulates. (#1491 Phase…
Skill Claude CodeCodex
Ingest a source (workspace file path or pasted text) into the wiki — write a summary page, cross-reference up to 5 related pages with [[links]], and append a log entry. Use when the user attaches a document / pastes article text / says "wiki に取り込んで". Sister of mc-wiki-health-check (structural lint) and…