Skip to content
Skill

Tech Blog (Zenn)

by majiayu000

AI Summary

This 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/migrate-to-skills && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/migrate-to-skills/SKILL.md "https://raw.githubusercontent.com/majiayu000/claude-skill-registry/main/skills/data/migrate-to-skills/SKILL.md" && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/migrate-to-skills/metadata.json "https://raw.githubusercontent.com/majiayu000/claude-skill-registry/main/skills/data/migrate-to-skills/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://majiayu000.github.io/claude-skill-registry-core/

Convert to Skills

Convert legacy agent resources to the unified Agent Skills format.

Workflow

Execute these phases in order. Always get user approval before making changes.

Phase 1: Discovery

Search for legacy resources. Run these searches immediately: `bash

Subagents

find . -path "/.claude/agents/.md" -o -path "/.cursor/agents/.md" -o -path "/.codex/agents/.md" 2>/dev/null

Discussion

0/2000
Loading comments...

Health Signals

MaintenanceCommitted 1mo ago
Active
Adoption100+ stars on GitHub
530 ★ · Growing
DocsREADME + description
Well-documented

GitHub Signals

Stars530
Forks83
Issues1
Updated1mo ago
View on GitHub
MIT License

My Fox Den

Community Rating

Sign in to rate this booster

Works With

Claude Code
Cursor
Copilot