원클릭으로
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 직업 분류 기준
Calendar 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.
| 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 - Close