By holy-auto
Operate the Ledra marketing site (HP) with Claude Cowork: draft news/blog articles, triage contact inquiries, maintain SEO/metadata/sitemap, analyze Search Console/GA4, and run daily/weekly/monthly growth routines — always review-gated (PRs for repo changes, drafts for replies).
Pull and analyze Ledra HP performance data from Google Search Console and GA4 (read-only). Use when the user asks to "Search Console を分析", "GA4 を分析", "検索パフォーマンスを見て", "CTR を分析", "順位11〜30位のページを出して", "流入/CV を分析", or when the daily/weekly/monthly routines need data. Returns a structured analysis with opportunities (CTR, striking-distance, CVR) — it analyzes and recommends; it does NOT change site files itself.
Run the Ledra HP daily SEO & CVR maintenance routine (日次 / デイリー). Use when the user asks to run the "毎日のHP運用", "日次SEO対策", "Daily SEO & CVR Maintenance", "デイリーチェック", or schedules a daily HP task. Checks KPI data, finds small SEO/CVR wins, applies allow-listed improvements, runs lint/build, updates the improvement log, and writes a daily report — bundled into ONE small review-gated PR per day (skip if nothing actionable). Never publishes, sends, or merges.
Entry point and safety guardrails for operating the Ledra marketing site (HP). Use this whenever the user asks to work on, update, or "operate" the Ledra ホームページ / HP / マーケティングサイト / 公開サイト — e.g. "HPを更新して", "Ledra のサイトを運用して", "ニュースを出して", "問い合わせを対応して", "SEO を見て", "公開前にチェックして". Read this first to pick the right sub-skill (publish-article / triage-inquiry / seo-maintenance / site-health-check) and to apply the review-gated rules that ALL HP work must follow.
Run the Ledra HP monthly operations routine (月次 / マンスリー). Use when the user asks to run the "毎月のHP運用", "月次KPIレポート", "月次の計画", or schedules a monthly HP task. Produces a monthly KPI analysis, keyword strategy, article plan, CVR-improvement plan, new landing-page candidates, and a monthly report — all as review-gated planning docs (PRs). These are PROPOSALS for humans to approve, not implementations.
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.
Requires secrets
Needs API keys or credentials to function
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.
自動車整備 / ボディリペア / コーティング / PPF 店向けのマルチテナント SaaS。 施工証明書発行、請求・帳票、顧客ポータル、予約、保険会社 (損保) との案件連携、 部品装着インテグリティ (装着部品の真正性証明)、AI 業務自動化、 ブロックチェーン・アンカリング + RFC3161 タイムスタンプによる 証明書・装着記録の改ざん検知までを一本化して提供します。
Next.js 16.2 (App Router) + React 19.2 (React Compiler)
Supabase (Postgres + Storage + Auth) · Stripe · Upstash Redis + QStash
Sentry · Resend (+ SendGrid fallback) · Anthropic (Opus 4.8 / Sonnet 4.6 / Haiku 4.5)
@react-pdf/renderer · viem/ethers · RFC3161 TSA · Twilio · LINE · Healthchecks.io
src/
├── app/ Next.js App Router
│ ├── (marketing)/ 公開 LP (SSG / ISR)
│ ├── admin/ 店舗オーナー (tenant 管理者) 画面
│ ├── agent/ 代理店 (Agent) 画面
│ ├── insurer/ 損保ユーザー画面
│ ├── manufacturer/ メーカー (Manufacturer) 画面
│ ├── market/ 中古車マーケット
│ ├── passport/ 車両パスポート (vehicle passport)
│ ├── parts/ 部品装着インテグリティ (納車時の顧客確認 UI)
│ ├── customer/, c/, my/ 顧客ポータル
│ ├── sign/, agent-sign/ 電子署名フロー
│ └── api/ 490+ Route Handlers (35 トップレベルグループ)
│ ├── cron/ Vercel Cron (billing, follow-up, monitor, news, etc.)
│ ├── qstash/ 非同期ジョブ (batch-pdf, polygon-backfill, 等)
│ ├── parts/ 装着インジェスト / 監査 findings / 確定 / LINE 連携コード
│ ├── stripe/ webhook + portal
│ ├── v1/ 外部公開 API (tenant API key 認証)
│ └── webhooks/ 受信 webhook (Square / LINE / etc.)
├── lib/
│ ├── supabase/ service-role / ssr / mobile 用クライアント
│ ├── api/ API 共通 (auth, rateLimit, response, safeJson)
│ ├── http/ withRetry — 外向き呼び出しの retry + circuit breaker
│ ├── email/ sendEmail (Resend → SendGrid フォールバック)
│ ├── ai/ Anthropic structured outputs + withRetry ラップ
│ │ └── automation/ AI 自動化 orchestrator (写真改ざん検知 / 不正スコア 等)
│ ├── parts/ 部品装着インテグリティ (TSA / アンカー / 確定署名 / 照合)
│ ├── billing/ プラン / Stripe subscription ガード
│ ├── signature/ 電子署名 + PDF 署名
│ ├── anchoring/ Polygon アンカリング
│ ├── cron/ follow-up / failureTracker (連続失敗 + cooldown 通知)
│ ├── observability/ Sentry context + Healthchecks.io heartbeat
│ ├── security/ CSP header builder (nonce-based)
│ ├── customerPortal*.ts マイページ認証 (OTP ベース)
│ ├── insurer/ insurer 向け共有ロジック
│ ├── logger.ts structured JSON logger + correlationId
│ └── ...
├── components/ UI (admin / customer / marketing / ui)
├── content/ MDX ブログ (marketing)
├── hooks/ 共通 React hooks
├── types/ 共有型 (Supabase 生成型を含む)
└── proxy.ts Next 16 proxy (旧 middleware)
・x-request-id 採番 / 伝播
・Origin/host チェックによる CSRF 防御
・CSP nonce 発行 + header 付与
・Supabase session リフレッシュ + 認証リダイレクト
・rate limit プリセット適用
src/lib/parts/ (installationService / reconcileService /
confirmationService / partSigning / tsa / rfc3161 / anchorService /
metaAnchor)、設計は docs/parts-installation-integrity-design.md、
本番投入は docs/parts-integrity-golive-checklist.md。src/lib/ai/ に 40+ の structured-output タスク、
src/lib/ai/automation/ に信頼系 auto-action の orchestrator を実装。
写真改ざん検知 (photoTamperingAuto) / 保険不正スコア (fraudScoreAuto) /
膜厚異常 (thicknessAuto) などは policy.ts のガード下で自動実行されます。
概説は docs/ai-automation-guide.md。npx claudepluginhub holy-auto/ledra --plugin ledra-hp-opsComplete creative writing suite with 10 specialized agents covering the full writing process: research gathering, character development, story architecture, world-building, dialogue coaching, editing/review, outlining, content strategy, believability auditing, and prose style/voice analysis. Includes genre-specific guides, templates, and quality checklists.
Write SQL, explore datasets, and generate insights faster. Build visualizations and dashboards, and turn raw data into clear stories for stakeholders.
Give your AI a memory — mine projects and conversations into a searchable palace. 33 MCP tools, auto-save hooks, and guided setup.
MCP server that saves 98% of your context window with session continuity. Sandboxed code execution in 11 languages, FTS5 knowledge base with BM25 ranking, and automatic state restore across compactions.
Open-source, local-first Claude Code plugin for token reduction, context compression, and cost optimization using hybrid RAG retrieval (BM25 + vector search), reranking, AST-aware chunking, and compact context packets.
Agent Skills for AI/ML tasks including dataset creation, model training, evaluation, and research paper publishing on Hugging Face Hub