ai-agents/skills/blog-idea-draft-export/SKILL.md
Create or update a Markdown blog draft from recent work and export it with `YYYY-MM-DD_slug.md` naming. Output directory can be set via environment variable or CLI option; if missing, ask the user and pass it explicitly.
npx skillsauth add hodanov/my-pde blog-idea-draft-exportInstall 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.
Create a clean Markdown draft from recent work context and save it with consistent naming and linted formatting.
Default export helper script:
skills/blog-idea-draft-export/scripts/export_blog_idea_draft.shcat <<'EOF' | \
skills/blog-idea-draft-export/scripts/export_blog_idea_draft.sh \
--slug "<slug>" --output-dir "<dir>"
# Title
...
EOF
--output-dir <dir>BLOG_IDEA_DRAFT_EXPORT_DIR environment variable--output-dir explicitly.date +%F) to build YYYY-MM-DD_slug.md
unless --date is specified.--force).Use this as the default skeleton, then adapt to the user request.
# <Article title>
## TL;DR
<1-3 lines>
## Background
<Why this work was needed>
## What I Changed
- <Change 1>
- <Change 2>
- <Change 3>
## Key Implementation Notes
- <Design choice or tradeoff>
- <Operational detail>
## Pitfalls and Fixes
- <Issue>
- <How it was resolved>
## Result
<What improved, what became easier>
## Next
<Optional follow-up>
--slug <kebab-case>--output-dir <dir>, --date <YYYY-MM-DD>, --forcedocumentation
SV リーグの試合詳細ページから REPORT-A / REPORT-B(任意で LiveScore)を取得し、応援チーム / 両チーム対比 / 注目選手ズームの 3 視点で 1 試合分のレビュー Markdown を `docs/svleague-match-review/` 配下に出力する。
data-ai
GitHub Actions の SHA ピン留め(pinact 必須)と Dependabot・Renovate のクールダウン設定(14日間)をリポジトリに適用し、サプライチェーン攻撃対策を実施する。ユーザーが「サプライチェーン対策」「GHA ピン留め」「Dependabot クールダウン」「pinact」「supply chain hardening」に言及した場合に使用する。
tools
スキル使用後の observation(結果・問題・フィードバック)を記録する。 スキルの改善サイクル(Observe → Inspect → Amend → Evaluate)の起点。 使用後に `/skill-observe <スキル名> <結果> [問題/フィードバック]` で呼び出す。
tools
蓄積された observations を分析し、SKILL.md への改善提案を生成する。 Observe → Inspect → Amend → Evaluate ループの Inspect/Amend フェーズ。 `--apply` フラグで承認後の適用も可能。