article-prompt-extraction
記事プロンプト抽出スキル
ブログ記事のMarkdownファイルを読み込み、本文を分析して、フロントマターのsummaryフィールドに簡潔な要約を生成・更新するスキルです。
When to Use
/article-prompt-extractionと指示された時- 記事の
summaryフィールドが空欄("")の時 - 記事一覧のメタデータを充実させたい時
実行フロー概要
Phase 1: 記事抽出・要約生成 → prompts/01-extract.md
↓ 記事ファイルを読み込み、本文から要約を生成してsummaryを更新
完成
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.
14izanami-product-writer
Izanamiプラットフォーム向けのプロダクト紹介記事を生成する。project-spec.yamlなどのSSoTから情報を収集し、5パート構成(概要・主要機能・料金プラン・始め方・FAQ)のテンプレートに基づいて記事を生成・統合する。Use when generating Izanami product introduction articles for ClaudeMix.
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.
12