AI SummaryThis booster automates the creation of new Claude Code skills by generating properly structured SKILL.md files with YAML frontmatter and validated naming conventions. It's useful for developers building custom skills within the Claude Code ecosystem who need consistency and correct formatting.
Install
Copy this and paste it into Claude Code, Cursor, or any AI assistant:
I want to install the "Tech Blog (Zenn)" skill in my project. Please run this command in my terminal: # Install skill into your project (2 files) mkdir -p .claude/skills/tech-blog && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/tech-blog/SKILL.md "https://raw.githubusercontent.com/majiayu000/claude-skill-registry/main/skills/data/tech-blog/SKILL.md" && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/tech-blog/metadata.json "https://raw.githubusercontent.com/majiayu000/claude-skill-registry/main/skills/data/tech-blog/metadata.json" Then restart Claude Code (or reload the window in Cursor) so the skill is picked up.
Description
The most comprehensive Claude Code skills registry | Web Search: https://skills-registry-web.vercel.app
Tech Blog (Zenn)
Zenn 向けテックブログ記事を作成する。
記事タイプ
| タイプ | 用途 | emoji 例 | |--------|------|----------| | project | 自作ツール/プロジェクト紹介 | 🛠️ 🚀 | | tutorial | 技術解説/ハウツー | 📝 📚 | | til | 今日学んだこと/ハマりポイント | 💡 🔍 |
ワークフロー
• タイプ判定: ユーザーの要望から記事タイプを判定 • 情報収集: 必要に応じてコードベースを調査 • 構成決定: references/templates.md のテンプレートを参照 • 執筆: Zenn frontmatter 付きで出力 • 出力: articles/<slug>.md に保存
Zenn Frontmatter
`yaml --- title: "記事タイトル" emoji: "🎯" type: "tech" # tech or idea topics: ["topic1", "topic2"] # 最大5つ published: false --- `
Discussion
Health Signals
My Fox Den
Community Rating
Sign in to rate this booster