private_skills/sakasegawa-blog-writer/SKILL.md
渡された文章を校正してブログに投稿する。Use when user asks to "記事を投稿", "ブログに投稿", "publish post", "記事を公開", "校正して投稿", "ブログ公開" etc.
npx skillsauth add nyosegawa/skills sakasegawa-blog-writerInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
渡された文章を校正し、ブログに投稿するスキル。
~/src/github.com/nyosegawa/nyosegawa.github.ioposts/{slug}.md(slug はトピックに基づく英語ケバブケース)---
title: "記事タイトル"
description: "記事の説明(1-2文)"
date: YYYY-MM-DD
tags: [タグ1, タグ2]
author: 逆瀬川ちゃん
---
<!--more--> を入れる(トップページの抜粋範囲を制御するため)ユーザーから渡された文章に対して以下を校正する。
[タイトル](URL) に変換校正結果をユーザーに提示し、変更点を簡潔に説明する。
投稿前に必ずユーザーの確認を得ること。
cd ~/src/github.com/nyosegawa/nyosegawa.github.io
python3 scripts/gen-og-images.py
git add posts/{slug}.md og/{slug}.png
git commit -m "Add post: {記事タイトル}"
git push origin main
https://nyosegawa.com/posts/{slug}/重要: ユーザーの明示的な承認なしに git push しないこと。
ブログ(Lume)はKaTeXプラグインを導入済み。数式はLaTeX記法で記述できる。
```math コードブロックを使う$...$ は未有効化)_ を含む数式は $$...$$ だとMarkdownパーサーにイタリックと解釈されるので ```math コードブロックを使うdevelopment
Analyzes Claude Code session transcripts to evaluate skill portfolio health — routing errors, attention competition between descriptions, and coverage gaps. Generates an interactive HTML report with per-skill health cards, competition matrix, attention budget analysis, and actionable patches. Unlike skill-creator which optimizes individual skills in isolation, skill-auditor optimizes the portfolio as a system, detecting cross-skill attention theft and cascade risks. Use when user says "audit my skills", "skill audit", "run skill-auditor", "analyze skill routing", "check skill competition", "portfolio health", "スキル監査", "スキルの精度を分析", "スキルルーティング分析".
tools
Build high-quality Remotion promo and intro videos for any app type (web, mobile, API/SDK, developer tool, AI product) using app-type blueprints, timeline patterns, and frame-capture QA. Use when users ask to create a product promo, teaser, app intro, UX flow video, or Remotion-based demo video.
tools
MCPサーバーの「Light版」を生成する。descriptionを1行に圧縮し、ベストプラクティスをAgent Skillとして分離する。Use when user asks to "MCP Light版を作って", "MCPを軽量化", "Light MCP", "mcp-light", "create light mcp", "compress mcp descriptions", "MCP description圧縮", or wants to reduce MCP tool definition token usage.
development
Gemini画像生成APIを使ってブログ記事やドキュメント用の図・イラストを生成する。Use when user asks to "画像生成", "図を作って", "generate image", "create diagram", "イラスト作って", "図示して", or wants to create visual assets for articles.