install
source · Clone the upstream repo
git clone https://github.com/majiayu000/claude-skill-registry
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/majiayu000/claude-skill-registry "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/data/generate-tags" ~/.claude/skills/majiayu000-claude-skill-registry-generate-tags && rm -rf "$T"
manifest:
skills/data/generate-tags/SKILL.mdsource content
List existing tags using the following script:
uv run .claude/skills/generate-tags/scripts/list_tags.py
Use the existing tags to update
tags in the blog post YAML frontmatter. Here is an example of an updated frontmatter:
date: 2025-10-11 tags: - ai - ai-agents - ai-predictions - sam-altman
When the post is about AI topic, always include tag
ai.