Skip to main content
Ejecuta cualquier Skill en Manus
con un clic
$pwd:
receptron
GitHub creator profile

receptron

Repository-level view of 38 collected skills across 3 GitHub repositories, including approximate occupation coverage.

skills collected
38
repositories
3
occupation fields
4
updated
2026-05-27
repository explorer

Repositories and representative skills

#001
mulmoclaude
21 skills12116updated 2026-05-27
55% of creator
mc-wiki-promote
Desarrolladores de software

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-05-27
mc-wiki-ingest
Desarrolladores de software

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-05-27
mc-wiki-deep-lint
Analistas de garantía de calidad de software y probadores

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-05-27
mc-wiki-health-check
Analistas de garantía de calidad de software y probadores

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-05-26
mc-invoice
Desarrolladores de software

A simple invoice ledger — create, list, edit, and remove invoices as JSON files. Skill at `.claude/skills/mc-invoice/` (SKILL.md + schema.json); records at `data/invoice/items/<id>.json`. Each invoice references a client (`clientId` is a `ref` to `mc-clients`) and carries an array of line items. Subtotal / tax / total are computed by the host from the line items + tax rate — you don't write them. The user views records at `/collections/mc-invoice`.

2026-05-26
mc-manage-skills
Desarrolladores de software

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-05-26
mc-profile
Desarrolladores de software

The user's own business profile — the issuer ("bill-from") identity used on invoices. A singleton collection with exactly one record, id `me`. Skill files live at `.claude/skills/mc-profile/` (SKILL.md + schema.json); the record lives at `data/profile/items/me.json`. The user views and edits it at `/collections/mc-profile`, rendered from the schema by the host — you do all I/O via Read / Write / Edit on the JSON file.

2026-05-25
mc-clients
Desarrolladores de software

A simple client database. Use whenever the user asks to add, list, update, or delete a client. Skill files live at `.claude/skills/mc-clients/` (SKILL.md + schema.json); records live at `data/clients/items/<id>.json` (one JSON file per client). The user views the records at `/collections/mc-clients`, rendered from the schema by the host — you do all I/O via Read / Write / Edit on the JSON files.

2026-05-25
Showing top 8 of 21 collected skills in this repository.
#002
mulmocast-app
10 skills3911updated 2026-05-21
26% of creator
release-script
Desarrolladores web

リリースノートとX投稿ドラフトからMulmoScript(リリースノート動画用)を生成する。/release-xpost 完了後に実行。

2026-05-21
discord-release
Desarrolladores web

X投稿ドラフトから Discord 向けメッセージを生成し webhook で投稿する。/release-xpost 完了後に実行。

2026-05-20
release-notes
Redactores técnicos

リリースノート作成。前回リリース以降の全PRを調査し、PR要約とリリースノートを生成する。

2026-05-20
release
Desarrolladores de software

リリースワークフロー全体をガイド。ドラフト一括作成 → リリース PR マージ → 公開アクション一括実行 → 後処理の順に進行。

2026-05-20
release-zenn
Desarrolladores de softwareEscritores y autores

MulmoScript から Zenn 記事を生成する。/release-script 完了後に実行。

2026-05-20
qa-create
Analistas de garantía de calidad de software y probadores

QA テストスイートを作成する。Playbook の知見を活用して CDP 経由の Playwright テストを生成。

2026-05-03
release-youtube
Especialistas en relaciones públicas

YouTube アップロード用のメタデータ(タイトル・説明文)を生成する。/release-script 完了後に実行。

2026-04-09
release-xpost
Especialistas en relaciones públicas

X投稿ドラフト作成。リリースノートからXスレッド用の投稿を生成し、文字数チェック・スクリーンショット撮影を行う。

2026-03-04
Showing top 8 of 10 collected skills in this repository.
#003
mulmocast-cli
7 skills45679updated 2026-04-18
18% of creator
replicate-api-check
Desarrolladores de software

Replicate モデルの API パラメータを調査する。新しいモデルの追加、パラメータ確認、モデル間の機能比較時に使用。

2026-04-18
story
Escritores y autores

Create high-quality MulmoScript through structured multi-phase creative process

2026-03-02
stroke-order
Desarrolladores de software

Create a stroke order animation MulmoScript using KanjiVG SVG data. Use when the user wants to create stroke order learning content for hiragana, katakana, kanji, or Latin alphabet characters.

2026-03-01
vocab-chat
Escritores y autores

Create a vocabulary learning chat MulmoScript with messenger-style animated UI (voiceover approach). Use when the user wants to create vocabulary learning content.

2026-03-01
vocab-lesson
Desarrolladores de software

Create a vocabulary learning lesson MulmoScript with multi-section structure (word display, examples with voice_over, explanation, review with translation). Use when the user wants to create vocabulary learning content with a lesson/presentation-style format rather than chat-style.

2026-03-01
conversation-chat
Escritores y autores

Create a conversation practice chat MulmoScript with speech bubble UI and character illustration (voiceover approach). Use when the user wants to create English conversation practice content.

2026-02-28
elevenlabs-model-update
Desarrolladores de software

ElevenLabs の新モデル追加時に使用。provider2agent.ts のモデルリスト更新とテストスクリプト更新を行う。

2026-02-16
Mostrando 3 de 3 repositorios
Todos los repositorios cargados