By sumik5
sumik Claude Code Plugin (studio) — slides, diagrams, flashcards, EPUB/PDF conversion, LaTeX, content & training creation
指定フォルダ/ファイルのEPUB/PDFを走査し、Kindle/Finderで表紙サムネイルが出ない原因を是正する。EPUBは固定レイアウト(pre-paginated)をreflowableに変換し表紙を正規化、PDFはTitleメタをファイル名から付与(lossless)。--pdf-to-epubでスキャン画像PDFを「1ページ=1画面」のEPUBへ再構成し、Kindleで画面にフィット・ページ送り・表紙表示を実現する。--pdf-spreadでスキャンPDFをEPUB3 fixed-layout見開きEPUBへ再構成し、ノンブル左右判定・綴じ方向自動推定・各ページ画像を無加工のまま格納(トリミング/余白付与なし)・original-resolution付与(E999回避)でKindle/KFXの横画面で見開き表示を実現する。既に是正済みのものはスキップする。
creating-flashcards スキルを実行した直後のセッションを分析し、新たに発見したパーサー罠・ OCRアーティファクト・構造パターン・判定マーカー表記揺れ等の知見を CONTENT-DETECTION.md / CONTENT-BY-TYPE.md / CONTENT-COMMON.md / INSTRUCTIONS.md に追記してスキルを進化させるコマンド。 Use when a flashcard creation session has just completed and you want to capture newly discovered parsing patterns or edge cases into the skill files. 会話履歴を自動抽出し、追記案を diff 提示 → ユーザー承認後に PATCH bump + commit + タグ付与まで一気通貫で実行。
EPUB ファイル内の画像(主にスキャン本の JPEG)を再エンコード・リサイズしてファイルサイズを削減するスキル。AskUserQuestion で圧縮レベル選択フローを提供し、実測サンプリングから予測サイズを提示してからユーザーに選ばせる。 Use when: EPUB ファイルが大きく画像圧縮で削減したい時、スキャン本(画像ベース EPUB)の容量を減らしたい時、Kindle などの電子書籍リーダーに転送する前にサイズ最適化したい時。 画像ベース EPUB(スキャン本)と通常 EPUB の両方に対応。書誌情報・xhtml・css は触らず画像のみ再エンコード。For OCR text conversion use converting-content; for Anki flashcards use creating-flashcards.
コンテンツ変換ガイド(画像ベースEPUB→テキストOCR変換・LM Studio英日翻訳)。 Use when converting image-based EPUBs to text or translating content with LM Studio. pandoc、recognize-image.py OCR、ローカルLLM翻訳ワークフローを含む。For image compression/size reduction use compressing-epub-images; for Anki flashcards use creating-flashcards.
コンテンツ制作統合スキル。AIコピーライティング(15テクニック+心理的トリガーでマーケティングコピー・ブログタイトル・広告見出し・SNS投稿を生成)とAIデザインクリエイティブ(バナー・SNS・ポスター等の広告ビジュアル制作プロンプト設計)を統合。 Use when creating marketing copy, blog titles, ad headlines, social media posts, or generating visual creatives (banners, social images, posters) with AI tools. For eliminating AI smell from text use writing-effective-prose. For UI/UX design principles use designing-ux. For presentations use creating-slides. For LaTeX → writing-latex.
カウントダウンアプリ用アプリアイコン(512×512 PNG)を絵文字・背景パレット選択の対話フローで生成するスキル。テキスト・絵文字・斜めストライプ背景を組み合わせたデザインアイコンを出力し、clean版とプレビュー版(白数字重ね)の2枚を提供する。 Use when creating app icons for countdown apps, generating text-based app icons with emoji, selecting icon designs interactively, or producing 512x512 PNG icons with diagonal striped backgrounds. 絵文字候補4択 → 背景パレット4択の対話フローで、ユーザーの意図に合ったアイコンを段階的に確定する。詳細な手順は INSTRUCTIONS.md を参照。
ダイアグラム作成ガイド(Mermaid構文・draw.io MCP・24種類のダイアグラム対応)。 Use when creating diagrams, charts, or visual documentation with Mermaid or draw.io. C4モデル、ER図、シーケンス図、フローチャート、ガントチャート等を含む。 For data-visualization design theory (chart selection, color scales), use designing-data-visualizations. For LaTeX/TikZ figures inside .tex documents, use writing-latex.
Admin access level
Server config contains admin-level keywords
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Claude Code / Codex の開発ワークフローを強化する包括的なプラグインシステム
LLMの開発効率を最大化するためのプラグイン。Agent、コマンド、スキル、フック、MCPサーバー統合を含み、並列実行モデル、トークン効率化、型安全性、セキュリティファーストのアプローチを実現します。
/plugin install devkit@sumik
/plugin install studio@sumik
/plugin install lang@sumik
/plugin install cloud@sumik
/plugin install ai@sumik
/plugin install design@sumik
codex plugin marketplace add https://github.com/sumik5/sumik-llm-plugin.git --ref main
codex plugin add devkit@sumik-marketplace
codex plugin add studio@sumik-marketplace
codex plugin add lang@sumik-marketplace
codex plugin add cloud@sumik-marketplace
codex plugin add ai@sumik-marketplace
codex plugin add design@sumik-marketplace
sumik-llm-plugin/ # GitHub repo(Codex はここを git clone)
├── .agents/
│ └── plugins/
│ └── marketplace.json # Codex marketplace manifest(marketplace 名 sumik-marketplace / plugin 名 devkit + studio + lang + cloud + ai + design)
├── .cache/
│ └── sumik-marketplace/
│ ├── devkit -> ../.. # Codex marketplace から repo root の plugin を指す symlink
│ ├── studio -> ../../plugins/studio # Codex marketplace から studio plugin を指す symlink
│ ├── lang -> ../../plugins/lang # Codex marketplace から lang plugin を指す symlink
│ ├── cloud -> ../../plugins/cloud # Codex marketplace から cloud plugin を指す symlink
│ ├── ai -> ../../plugins/ai # Codex marketplace から ai plugin を指す symlink
│ └── design -> ../../plugins/design # Codex marketplace から design plugin を指す symlink
├── .claude-plugin/
│ └── marketplace.json # claude.ai が読む(marketplace 名 sumik / plugin 名 devkit + studio + lang + cloud + ai + design / source ./plugins/<p>)
├── .codex-plugin/
│ └── plugin.json # Codex CLI プラグインマニフェスト(plugin 名 devkit / skills ./plugins/devkit/skills/ / version 同期必須)
├── .mcp-codex.json # Codex 用 MCPサーバー設定(command ./plugins/devkit/bin/... / cwd ".")
├── README.md
├── CLAUDE.md
└── plugins/
├── devkit/ # Claude Code プラグイン本体(claude.ai が取り込む清潔な範囲)
│ ├── .claude-plugin/
│ │ └── plugin.json # プラグインメタデータ(plugin 名 devkit / .codex-plugin/ と version 同期必須)
│ ├── .mcp.json # Claude 用 MCPサーバー設定(${CLAUDE_PLUGIN_ROOT}/bin/...)
│ ├── agents/ # Agent定義 (28体、カテゴリ別プレフィックス: core/lang/fw/fe/cloud/qa/data/doc/str)
│ ├── commands/ # スラッシュコマンド (12個)
│ ├── hooks/ # イベントフック (4個)
│ ├── bin/ # MCPサーバー起動ラッパー (npx-mise.sh, uvx-mise.sh)
│ ├── scripts/ # ヘルパースクリプト (3個)
│ └── skills/ # ナレッジスキル (28個)
├── studio/ # コンテンツ制作プラグイン(slides/diagrams/flashcards/LaTeX 等)
│ ├── .claude-plugin/
│ │ └── plugin.json # プラグインメタデータ(plugin 名 studio / version 同期必須)
│ ├── .mcp.json # Claude 用 MCPサーバー設定(drawio・${CLAUDE_PLUGIN_ROOT}/bin/...)
│ ├── .codex-plugin/
│ │ └── plugin.json # Codex CLI プラグインマニフェスト(plugin 名 studio / skills ./skills/)
│ ├── .mcp-codex.json # Codex 用 MCPサーバー設定(drawio・command ./bin/... / cwd ".")
│ ├── README.md
│ ├── bin/ # MCPサーバー起動ラッパー (npx-mise.sh)
│ ├── commands/ # スラッシュコマンド (2個)
│ ├── scripts/ # ヘルパースクリプト (pdf-to-markdown, epub-fix-cover.sh)
│ └── skills/ # ナレッジスキル (11個)
├── lang/ # 言語・フレームワーク・フロントエンド実装プラグイン(skills-only)
│ ├── .claude-plugin/
│ │ └── plugin.json # プラグインメタデータ(plugin 名 lang / version 同期必須)
│ ├── .codex-plugin/
│ │ └── plugin.json # Codex CLI プラグインマニフェスト(plugin 名 lang / skills ./skills/ / mcpServers なし)
│ ├── README.md
│ └── skills/ # ナレッジスキル (14個)
├── cloud/ # クラウド・インフラ・アーキテクチャプラグイン(skills-only)
│ ├── .claude-plugin/
│ │ └── plugin.json # プラグインメタデータ(plugin 名 cloud / version 同期必須)
│ ├── .codex-plugin/
│ │ └── plugin.json # Codex CLI プラグインマニフェスト(plugin 名 cloud / skills ./skills/ / mcpServers なし)
│ ├── README.md
│ └── skills/ # ナレッジスキル (11個)
├── ai/ # AI/LLM/エージェント開発プラグイン(skills-only)
│ ├── .claude-plugin/
│ │ └── plugin.json # プラグインメタデータ(plugin 名 ai / version 同期必須)
│ ├── .codex-plugin/
│ │ └── plugin.json # Codex CLI プラグインマニフェスト(plugin 名 ai / skills ./skills/ / mcpServers なし)
│ ├── README.md
│ └── skills/ # ナレッジスキル (4個)
npx claudepluginhub sumik5/sumik-llm-plugin --plugin studiosumik Claude Code Plugin (design) — UX/デザイン戦略スキル群(UXデザイン/AIエクスペリエンス/デザイン思考/データビジュアライゼーション/デザインシステム/行動デザイン)
sumik Claude Code Plugin (lang) — 言語・フレームワーク・フロントエンド実装スキル群(Python/Go/Bash/React/Next.js/フルスタックJS/DB/Web API/MCP/Tailwind/Figma実装/ブラウザ自動化)
sumik Claude Code Plugin
sumik Claude Code Plugin (cloud) — クラウド・インフラ・アーキテクチャスキル群(AWS/Google Cloud/Terraform/Firebase/DevOps/オブザーバビリティ/認可/Keycloak/インフラ・データ設計/マルチテナントSaaS)
sumik Claude Code Plugin (ai) — AI/LLM/エージェント開発スキル群(GenAIデザインパターン/AIエージェント構築/Web AI統合/promptfoo評価)
Standalone image generation plugin using Nano Banana MCP server. Generates and edits images, icons, diagrams, patterns, and visual assets via Gemini image models. No Gemini CLI dependency required.
Write feature specs, plan roadmaps, and synthesize user research faster. Keep stakeholders updated and stay ahead of the competitive landscape.
Comprehensive UI/UX design plugin for mobile (iOS, Android, React Native) and web applications with design systems, accessibility, and modern patterns
Memory compression system for Claude Code - persist context across sessions
Multi-model consensus engine integrating OpenAI Codex CLI, Gemini CLI, and Claude CLI for collaborative code review and problem-solving.
Streamline people operations — recruiting, onboarding, performance reviews, compensation analysis, and policy guidance. Maintain compliance and keep your team running smoothly.