ワンクリックで
document
Document canvas for displaying and editing markdown content. Use when showing documents or when users need to edit text.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Document canvas for displaying and editing markdown content. Use when showing documents or when users need to edit text.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
| name | document |
| description | Document canvas for displaying and editing markdown content. Use when showing documents or when users need to edit text. |
Display markdown documents with syntax highlighting.
Try asking Claude:
display (default)Read-only document view with markdown rendering.
bun run src/cli.ts show document --scenario display --config '{
"content": "# Hello World\n\nThis is **markdown** content.",
"title": "My Document"
}'
editInteractive document view with text editing.
bun run src/cli.ts spawn document --scenario edit --config '{
"content": "# My Document\n\nEdit this content...",
"title": "Edit Mode",
"readOnly": false
}'
interface DocumentConfig {
content: string; // Markdown content
title?: string; // Document title
readOnly?: boolean; // Disable editing (default: false for edit)
}
# H1, ## H2, etc.)**text**)*text*)`inline` and fenced blocks)↑/↓ - ScrollPageUp/PageDown - Page navigationq or Esc - CloseCalendar canvas for displaying events. Use when showing calendar views.
**The primary skill for terminal TUI components.** Covers spawning, controlling, and interacting with terminal canvases. Use when displaying calendars, documents, or flight bookings.
Flight canvas for comparing flights and selecting seats. Use when users need to browse flight options and book seats.