receptron

39 mods across 3 repositories, 536 stars between them.

precommit

01

receptron/mulmoclaude

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.

343 2d ago C 0 tokens original MIT

PreToolUse

02

receptron/mulmoclaude

Hook Claude Code

Runs before the agent uses a tool for Bash tool calls, running an inline shell check. From receptron/mulmoclaude.

343 2d ago A tokens not measured original MIT

mulmoclaude

03

receptron/mulmoclaude

Settings file Claude Code

Agent settings declaring 1 hook event (PreToolUse) and 3 allowed tools.

343 2d ago A tokens not measured original MIT

receptron/mulmoclaude

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.

343 2d ago A 87 tokens original MIT

e2e-live-docker

05

receptron/mulmoclaude

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.

343 2d ago A 85 tokens original MIT

e2e-live-media

06

receptron/mulmoclaude

Skill Claude CodeCodex

A test command for checking a running application’s real Claude API handling of images, PDFs, and videos.

343 2d ago A 51 tokens original MIT

e2e-live-wiki

07

receptron/mulmoclaude

Skill Claude CodeCodex

An end-to-end test for a live wiki page that checks whether different image references load correctly in the application.

343 2d ago A 53 tokens original MIT

e2e-live

08

receptron/mulmoclaude

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.

343 2d ago A 68 tokens original MIT

make-e2e-live

09

receptron/mulmoclaude

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.

343 2d ago A 103 tokens original MIT

publish-mulmoclaude

10

receptron/mulmoclaude

Skill Claude CodeCodex

Publish the mulmoclaude npm package — with dep audit, workspace drift check, tarball test, and cascade publish of stale @mulmobridge/ dependents.

343 2d ago B 36 tokens original MIT

release-app

11

receptron/mulmoclaude

Skill Claude CodeCodex

Create a GitHub release for the MulmoClaude app (not npm packages).

343 2d ago A 16 tokens original MIT

receptron/mulmoclaude

Skill Claude CodeCodex

Interactively guide LINE bridge setup — ngrok install, LINE Developers Console config, and bridge startup. Respond in the user's language.

343 2d ago A 33 tokens original MIT

setup-mulmoclaude

13

receptron/mulmoclaude

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.

343 2d ago C 44 tokens original MIT

setup-ollama-local

14

receptron/mulmoclaude

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…

343 2d ago C 76 tokens original MIT

setup-relay

15

receptron/mulmoclaude

Skill Claude CodeCodex

Interactively guide MulmoBridge Relay setup — Cloudflare Workers deploy, platform secrets, and MulmoClaude connection. Respond in the user's language.

343 2d ago A 29 tokens original MIT

setup-wizard

16

receptron/mulmoclaude

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.

343 2d ago A 48 tokens original MIT

receptron/mulmoclaude

Instructions file

Instructions for receptron/mulmoclaude, covering claude.md, project overview, key commands, key rules (always apply) and shared utilities — check before reinventing.

343 2d ago A 4,323 tokens original MIT

mc-cooking-coach

18

receptron/mulmoclaude

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.

343 2d ago A 61 tokens original MIT

mc-library

19

receptron/mulmoclaude

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.

343 2d ago B 48 tokens original MIT

receptron/mulmoclaude

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…

343 2d ago A 199 tokens original MIT

mc-manage-skills

21

receptron/mulmoclaude

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…

343 2d ago D 101 tokens original MIT

mc-wiki-deep-lint

22

receptron/mulmoclaude

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…

343 2d ago A 96 tokens original MIT

receptron/mulmoclaude

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…

343 2d ago A 85 tokens original MIT

mc-wiki-ingest

24

receptron/mulmoclaude

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…

343 2d ago B 92 tokens original MIT