Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

sekkei-preview

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

sekkei-preview

VitePress-based preview + WYSIWYG editor for Sekkei specification documents

latest
Source
npmnpm
Version
0.3.0
Version published
Maintainers
1
Created
Source

sekkei-preview

npm version License: MIT Node.js

VitePress-based live preview + WYSIWYG editor for Sekkei specification documents.

Features

  • VitePress SSG — fast, Markdown-native documentation preview
  • Milkdown WYSIWYG — rich-text editing for specification documents
  • Auto sidebar — generates navigation from sekkei.config.yaml
  • Vue 3 — custom theme with Japanese document styling
  • Live reload — instant preview updates on file changes

Installation

npm install -g sekkei-preview

Or run directly:

npx sekkei-preview

Quick Start

# 1. Generate documents with sekkei-mcp-server
/sekkei:functions-list @rfp.md

# 2. Start preview server
npx sekkei-preview

# 3. Open browser and edit in WYSIWYG mode

Usage

sekkei-preview [options]

Options:
  --docs-dir <path>   Path to sekkei-docs directory (default: ./sekkei-docs)
  --port <number>     Preview server port (default: 5173)

The CLI reads sekkei.config.yaml from the project root to generate VitePress configuration, sidebar navigation, and document ordering.

How It Works

  • Reads sekkei.config.yaml to discover generated documents
  • Generates VitePress config with sidebar from document chain
  • Serves the sekkei-docs/ directory as a VitePress site
  • Milkdown editor provides WYSIWYG editing with live preview

Ecosystem

PackageDescription
sekkei-mcp-serverCore MCP server — generates the documents this package previews
sekkei-skillsClaude Code slash commands — /sekkei:preview starts this server

日本語

sekkei-previewは、Sekkeiで生成された日本語設計書をVitePressベースでプレビュー・編集するツールです。

Milkdown WYSIWYGエディタにより、ブラウザ上でリッチテキスト編集が可能です。sekkei.config.yamlからサイドバーナビゲーションを自動生成し、ドキュメントチェーンの順序で表示します。

License

MIT

Keywords

sekkei

FAQs

Package last updated on 23 Feb 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts