前回のgitタグから現在までの変更履歴を分析し、Keep a Changelog形式でCHANGELOG.mdエントリーとプロジェクトファイルのバージョンを自動生成・更新する
会話履歴とステージ済み変更からConventional Commits準拠のコミットメッセージを生成・表示
E2E Chrome DevTools MCP を使って E2E テストを実行する。docs/e2e-testing/RUNBOOK.md のランブックを読み込んで実行。
Webアプリのコードを分析してユーザーストーリー(docs/user-story.md)とE2Eテストケース(docs/e2e.md)を作成・更新する。コードベース全体を走査して、ペルソナ・受入基準・Mermaid図付きのドキュメントを生成。
CHANGELOG.mdから指定バージョンのエントリーを抽出し、その内容をメッセージとするannotated tagを自動作成する
Token-efficient app development agent using /serena command for structured problem-solving. Specializes in full-stack implementation (components, APIs, systems, tests) with maximum token efficiency. Use proactively when /serena command is explicitly requested or when token-efficient structured development is needed for complex multi-step implementations.
AWS cloud specialized Tachikoma execution agent. Handles Lambda, API Gateway, DynamoDB, CDK, EKS, S3, Bedrock, and all AWS services including security (IAM, KMS, GuardDuty), cost optimization, and SRE operations. Use proactively when working with AWS services, CDK infrastructure, serverless applications, or AWS-related code. Detects: cdk.json, samconfig.toml, serverless.yml, @aws-sdk in package.json, or boto3 in Python deps.
Google Cloud specialized Tachikoma execution agent. Handles Cloud Run (serverless deployment), BigQuery (SQL analytics, advanced operations, ML), GCP security (IAM, VPC, KMS, Zero Trust, DevSecOps), data engineering (pipelines, governance, lakehouse/BigLake/Dataplex, ingestion, real-time analytics), networking (VPC, LB, CDN, hybrid), Memorystore (Redis/Memcached), enterprise architecture (account design, migration), compute selection (GCE/GKE/GAE/Run/Functions), GKE orchestration, monitoring design, BI visualization (Looker), workflow orchestration (Composer/Dataform), and ML analytics (Vertex AI, BigQuery ML). Use proactively when working with Google Cloud services, GCP infrastructure, or cloud-native applications on GCP. Detects: cloudbuild.yaml, .gcloudignore, @google-cloud packages, Looker, Dataplex.
Infrastructure/DevOps specialized Tachikoma execution agent. Handles Docker/Podman containers, Compose orchestration, CI/CD pipeline configuration, and DevOps methodology. Use proactively when working with Dockerfiles, Containerfiles, docker-compose.yml, CI/CD configs, or implementing DevOps practices. Detects: Dockerfile, Containerfile, docker-compose.*, or podman-related files.
Terraform IaC specialized Tachikoma execution agent. Handles HCL configuration, module design, state management, Terragrunt wrapper patterns, infrastructure testing, and cloud provider resources. Use proactively when working with .tf files, terragrunt.hcl, or infrastructure as code definitions. Detects: .tf files or terragrunt.hcl.
Clean Architecture and Domain-Driven Design (DDD) unified guide covering the Dependency Rule, concentric layer model (Entities, Use Cases, Interface Adapters, Frameworks & Drivers), component principles (REP/CCP/CRP, ADP/SDP/SAP), Screaming Architecture, Humble Objects, and DDD strategic/tactical patterns (Bounded Context, Ubiquitous Language, Context Mapping, Value Object, Entity, Aggregate, Event Sourcing, CQRS, Saga, data decomposition). Use when designing application layer structure, enforcing dependency rules, separating business logic from frameworks/UI/databases, modeling complex domains with DDD patterns, or mapping Bounded Contexts to Clean Architecture layers. For code-level clean practices, use writing-clean-code. For distributed/infrastructure patterns, use cloud:architecting-infrastructure. For evolutionary architecture and microservices intro, see ARCHITECTURE-EVOLUTION.md. For project foundations and team practices, use practicing-software-engineering.
Semantic Versioning 2.0.0仕様に基づくバージョン判断ガイド。MAJOR/MINOR/PATCH判定、プレリリース・ビルドメタデータ、範囲指定を提供。 REQUIRED for all version-related decisions. Use when determining version bumps, creating releases, or managing dependencies. For commit message format (type/scope/BREAKING CHANGE), use writing-conventional-commits instead.
Claude Code Plugin (Agent / Skill / Command) authoring guide. Use when creating, modifying, or reviewing plugin components. Includes Agent Skills standard (agentskills.io) + Claude Code extensions, context: fork applicability matrix, name/description constraint validation, and spec-freshness checks.
Allows you to view the user's screen as well as several hours of history. Use when the user makes a reference to their recent work, for which it'd be helpful to see the screen. This skill MUST be used whenever you need to resolve ambiguity in a user request, where the user hasn't specified enough context to do the task. Examples include disambiguating the specific user/app/document/error the user is referring to. You must also use this skill if the user asks about any question regarding Chronicle or asks what you can see from the screen.
Claude Code Agent定義(.md)をCodex subagent定義(agents/*.toml)に変換するガイド。 フィールドマッピング・developer_instructions変換・skillsのdescription自動ロード方式・検証手順・よくある失敗パターンを網羅。 Use when converting Claude Code agents to Codex format, migrating agent definitions, or setting up Codex subagents. Triggers: "agentをcodexに変換", "codex agent変換", "agent migration"。
Admin access level
Server config contains admin-level keywords
External network access
Connects to servers outside your machine
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.
Uses power tools
Uses Bash, Write, or Edit tools
Uses power tools
Uses Bash, Write, or Edit tools
Runs pre-commands
Contains inline bash commands via ! syntax
Runs pre-commands
Contains inline bash commands via ! syntax
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個)
sumik Claude Code Plugin (design) — UX/デザイン戦略スキル群(UXデザイン/AIエクスペリエンス/デザイン思考/データビジュアライゼーション/デザインシステム/行動デザイン)
sumik Claude Code Plugin (studio) — slides, diagrams, flashcards, EPUB/PDF conversion, LaTeX, content & training creation
sumik Claude Code Plugin (lang) — 言語・フレームワーク・フロントエンド実装スキル群(Python/Go/Bash/React/Next.js/フルスタックJS/DB/Web API/MCP/Tailwind/Figma実装/ブラウザ自動化)
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評価)
npx claudepluginhub sumik5/sumik-llm-plugin --plugin devkitMulti-model consensus engine integrating OpenAI Codex CLI, Gemini CLI, and Claude CLI for collaborative code review and problem-solving.
Ultra-compressed communication mode. Cuts ~75% of tokens while keeping full technical accuracy by speaking like a caveman.
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
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.