From ledra-hp-ops
Draft a Ledra marketing article (news / blog / case study) as an MDX file and open a Pull Request for human review. Use when the user asks to "ニュースを書いて", "お知らせを出して", "ブログ記事を作って", "新機能を告知して", "事例記事にして", "プレスリリースを記事化して", or wants to publish industry-news-based content to the Ledra HP. Produces a `draft: true` MDX file under src/content/ on a new branch + PR. Never publishes directly: a human reviews the PR and flips the draft flag to publish.
How this skill is triggered — by the user, by Claude, or both
Slash command
/ledra-hp-ops:publish-articleThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Ledra の公開HP向けに、ニュース/ブログ/事例の**記事ドラフト**を MDX で作り、**PR まで**用意するスキルです。
Ledra の公開HP向けに、ニュース/ブログ/事例の記事ドラフトを MDX で作り、PR まで用意するスキルです。
公開はしません(draft: true で出し、人がレビューで公開判断)。
| コレクション | 置き場所 | 用途 |
|---|---|---|
news | src/content/news/ | お知らせ・プレスリリース・機能アップデート・業界ニュースの解説 |
blog | src/content/blog/ | 技術/業界の読み物・ノウハウ・思想(署名記事) |
cases | src/content/cases/ | 導入事例(顧客名・業種・成果)。docs/marketing/case-study-guide.md に沿う |
迷ったら news。技術・読み物寄りなら blog。
意図を確認する
docs/marketing/、saved_news の業界ニュース、URL)。素材集めは references/source-from-news.md。下調べ・出典確保
saved_news か、提示された URL を一次ソースとして確認。規約に沿って執筆する(references/content-conventions.md 必読)
draft: true を必ず入れる。YYYY-MM-DD-<英小文字スラッグ>.mdx。slug はファイル名(拡張子なし)と一致させる。references/brand-voice.md)。見出し(##)から始め、# H1 は書かない(タイトルはフロントマター)。: を含む title/excerpt は "..." で囲む(最小 YAML パーサ対策)。PR を作る(GitHub コネクタ)
cowork/<collection>-YYYYMMDD-<slug> を切る。public/ の画像)。それ以外は触らない。feat(marketing): ニュース記事ドラフト「<タイトル>」。## 概要
<記事の狙い・コレクション・想定読者>
## 参照・出典
- <一次ソース URL>
## レビュー観点
- 事実/数値の正確さ、出典の妥当性
- トーン・表現(景表法/薬機など断定表現がないか)
- フロントマター(slug・tags・excerpt・ogTitle 等)
## 公開手順
- レビュー後、フロントマターの `draft: true` を削除(または false)してマージ
- プレビューは `npm run dev`(本番ビルドでは draft は非表示)
> レビュー必須。マージは人が行ってください。
報告
draft: true を外して出す / draft を入れ忘れる。draft: true の記事は本番ビルドでは非表示(process.env.NODE_ENV === "production" で除外)。
Vercel の Preview デプロイも production ビルド扱いのため表示されない点に注意。
レビュー時のプレビューは npm run dev(ローカル)で確認するのが確実。
npx claudepluginhub holy-auto/ledra --plugin ledra-hp-opsSearches MemPalace before answering questions about past work, people, projects, or prior decisions. Returns verbatim stored content instead of guessing from model memory.
Guides Payload CMS config (payload.config.ts), collections, fields, hooks, access control, APIs. Debugs validation errors, security, relationships, queries, transactions, hook behavior.
Implements vector databases with Pinecone, Weaviate, Qdrant, Milvus, pgvector for semantic search, RAG, recommendations, and similarity systems. Optimizes embeddings, indexing, and hybrid search.