ワンクリックで
new-docs-page
Create a new MDX documentation page for the Eventum docs site - research, plan, write, verify, review.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Create a new MDX documentation page for the Eventum docs site - research, plan, write, verify, review.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
Implement a GitHub issue end-to-end - understand, plan, branch, implement with tests, verify, review, document, finalize.
Create a new Eventum content pack generator end-to-end - research the data source, build, validate, self-review, document, present to the user, publish a hub page to the docs site.
Use when scanning what competitors and adjacent tools are shipping or discussing - to surface trends worth adopting and popular topics Eventum can credibly join for audience growth.
Add a new input, event, or output plugin to Eventum - research, plan, branch, implement, verify, review, document, finalize.
Prepare and execute an Eventum release - changelog, version bump, verification, PR, tag, GitHub release, announcement.
SOC 職業分類に基づく
| name | new-docs-page |
| description | Create a new MDX documentation page for the Eventum docs site - research, plan, write, verify, review. |
Kafka input plugin, Secrets, Upgrading from 1.x.../docs/content/docs/ at a location chosen from the existing section layout.meta.json so the page shows up in navigation..claude/rules/docs/mdx.md.Any new technical docs page under ../docs/content/docs/.
Not for: blog posts (see .claude/rules/docs/blog.md), hub entries for generators (use the create-generator skill), release changelogs (use the release skill), API reference pages (auto-generated from OpenAPI).
Six steps. Step 2 requires user approval. Step 5 sends work back to step 3 when it finds issues; fixes re-enter step 4 before re-reviewing.
Four inputs before writing:
../docs/content/docs/ and pick the section where the topic fits; propose a file name consistent with siblings.eventum/ or eventum/ui/. Skip if the page is a purely conceptual guide with no single source.Outline: proposed location, section list, parameter table shape (if any), example count and variants, cross-reference targets. Match sibling pages for structure; deviate only with a reason tied to the content.
Present the outline and wait for approval.
Create the MDX page following .claude/rules/docs/mdx.md:
title, description, and an icon when the section uses them.Add the page to the nearest meta.json - entries omitted from pages are hidden.
cd ../docs && pnpm build
Catches broken MDX, missing nav entries, broken links, and type errors. All green is required to advance.
Re-read the page against .claude/rules/docs/mdx.md and sibling pages. Typical gaps: engine jargon in prose, missing parameter rows, stale or contrived examples, orphaned cross-references.
Fix findings, return to step 4, and advance only when the review is clean.
Summary to the user:
/docs/<location>.pnpm build status.../docs/content/docs/api/ (auto-generated from OpenAPI) or ../docs/.source/ (auto-generated by fumadocs-mdx).