izanami-product-writer
Izanamiプロダクト紹介記事生成スキル
ClaudeMixのSSoT(*-spec.yaml、機能仕様書)からプロダクト情報を収集し、Izanamiプラットフォーム向けのプロダクト紹介記事を半自動生成するスキルです。
When to Use
/izanami-product-writerと指示された時- Izanamiにプロダクト紹介記事を投稿したい時
- プロダクト情報(機能・料金・始め方)を整理して公開ドキュメントにしたい時
実行フロー概要
Phase 1: 情報収集 → prompts/01-collect.md
↓ SSoTファイルからプロダクト情報を収集・整理
Phase 2: パート別生成 → prompts/02-generate.md
↓ 5パート(概要・主要機能・料金・始め方・FAQ)を個別生成
More from tezuka-akihiro/claudemix
skill-refactor
既存スキルをベストプラクティスに沿ってリファクタリングする。3層構成(SKILL.md/prompts/docs)への再構成、SSoT違反の解消、プロンプト品質の向上を行う。
15code-reviewer
Reviews code for ClaudeMix project, verifying adherence to 3-layer architecture, TDD principles, and coding standards. Generates detailed review reports with scoring and improvement recommendations.
14debugger
Diagnose runtime errors, test failures, and unexpected behavior. Use when encountering errors, test failures, build issues, or performance problems. Provides root cause analysis and fix proposals.
13ssot-refactor
Spec Loaderシステムが正しく使われているかをチェックし、未導入のファイルをリファクタリングする。実装でloadSpecを使っていないファイル、テストでtests/utils/loadSpecを使っていないファイルを検出し、spec loader経由に修正する。
13architecture-guardian
Design architecture proposals and detect violations for ClaudeMix project. Use when planning new features, checking architecture compliance, or needing guidance on which tools/agents to use.
12valibot-schema-generator
Generate type-safe Valibot validation schemas from YAML spec files when user requests schema generation, form validation setup, or after section-spec.yaml creation. Automatically creates .server.ts files with InferOutput types for React Router forms.
12