Skip to main content
Manus에서 모든 스킬 실행
원클릭으로
GitHub 저장소

mulmoclaude

mulmoclaude에는 receptron에서 수집한 skills 17개가 있으며, 저장소 수준 직업 범위와 사이트 내 skill 상세 페이지를 제공합니다.

수집된 skills
17
Stars
259
업데이트
2026-06-28
Forks
41
직업 범위
직업 카테고리 7개 · 100% 분류됨
저장소 탐색

이 저장소의 skills

mc-manage-automations
소프트웨어 개발자

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 a task here to keep ONE collection's records fresh (e.g. "update the stock-quotes daily", "refresh these quotes every morning", "re-poll these URLs"): instead add an `ingest` block with `kind: "agent"` to THAT collection's own `schema.json` (it self-refreshes on schedule and from its Refresh button; syntax in `config/helps/collection-skills.md` → "Scheduled agent refresh"). Read this skill body in full before writing `tasks.json` — the entry format is structured, not free-form.

2026-06-28
mc-zenn
기술 작가

Turn MulmoClaude work into a Zenn tech article (markdown) inside the workspace. On first use it sets up a Zenn project at `github/zenn/` — clone an existing GitHub repo or `zenn init` a fresh one, idempotent and skipped when already initialized — then writes articles to `github/zenn/articles/<slug>.md` tagged with the `MulmoClaude` topic. Use when the user says "Zenn にまとめて", "この作業を記事にして", "share this on Zenn", "Zenn 始めたい", or "Zenn のリポを用意して".

2026-06-25
mc-cooking-coach
식당 조리사

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.

2026-06-25
mc-library
일반 사무원

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.

2026-06-25
mc-manage-skills
기타 컴퓨터 관련 직업

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/<slug>/SKILL.md`; a workspace-side hook mirrors it into `.claude/skills/<slug>/SKILL.md` so Claude Code picks it up.

2026-06-25
mc-wiki-deep-lint
일반 사무원

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 the wiki", or "what's missing". Sister of mc-wiki-health-check (structural lint).

2026-06-25
mc-wiki-health-check
일반 사무원

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 D, Karpathy "lint" operation.)

2026-06-25
mc-wiki-ingest
일반 사무원

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 mc-wiki-deep-lint (LLM lint).

2026-06-25
mc-wiki-promote
일반 사무원

Promote a chat exchange (the assistant's answer + the user's preceding question) into a wiki page — propose a slug + new-or-append target + draft body, show the proposal in the next assistant turn for the user to confirm or revise, then write. Use when the user says "wiki にして", "save this as a wiki page", "promote this to wiki", or invokes the slash command. Sister of mc-wiki-ingest (Phase A, source-driven) and the read-only wiki triad.

2026-06-25
e2e-live-docker
소프트웨어 품질 보증 분석가·테스터

実 Claude API + Docker サンドボックスを叩く docker カテゴリの総合テストを実行する。`DISABLE_SANDBOX` を unset した状態で `yarn dev` が起動済みであることが前提(サンドボックス off だと全 test が `test.skip` で抜ける)。

2026-05-20
make-e2e-live
소프트웨어 품질 보증 분석가·테스터

e2e-live スイートを継続メンテする。`plans/feat-e2e-live.md` の TODO と直近 main の動向を起点に、未実装シナリオ追加・既存修正・config 改善(webkit project, self-repair 緩和等)を 1 PR で進める skill。実行用の `/e2e-live` skill とは別物。

2026-05-15
setup-mulmoclaude
네트워크·컴퓨터 시스템 관리자

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.

2026-05-15
e2e-live-wiki
소프트웨어 품질 보증 분석가·테스터

実 mulmoclaude を叩く wiki カテゴリ (markdown image coverage) の総合テストを実行する。`yarn dev` が起動済みであることが前提。

2026-05-01
e2e-live
소프트웨어 품질 보증 분석가·테스터

実 Claude API を叩く総合テスト(全カテゴリ)を実行する。リリース前ではなく、定期的に手動で回して回帰を検出するための skill。`yarn dev` が起動済みであることが前提。

2026-04-30
e2e-live-media
소프트웨어 품질 보증 분석가·테스터

実 Claude API を叩く media カテゴリ(画像 / PDF / 動画)の総合テストを実行する。`yarn dev` が起動済みであることが前提。

2026-04-29
setup-ollama-local
소프트웨어 개발자

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 language.

2026-04-25
setup-mulmobridge-line
소프트웨어 개발자

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

2026-04-22