Skills From Claude Blog banner
uygnoey uygnoey

Skills From Claude Blog

Development community

Description

Auto-generated SKILL.md files from official Anthropic/Claude blog posts (KR + EN). Updated hourly.

Installation

This entry records only its repository, not the path inside it, so there is no exact command to give. Open the source below and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

README

**English** · [한국어](./README.ko.md) · [Español](./README.es.md) · [日本語](./README.ja.md)

skills-from-claude-blog

Artifacts distilled from posts on [claude.com/blog](https://www.claude.com/blog), organized by Claude Code's official extension specs. Not affiliated with Anthropic — this is a third-party summary project.

A repository that converts official Claude blog posts into **Claude Code's official specs matching each post's character**. A batch runs every 4 hours to reflect new posts and unprocessed ones.

Layout (per blog post)

One blog post = one `_/` folder at the repo root, where the date prefix is the post's `published_date` and `` is the last URL segment. Folders sort naturally from newest to oldest on GitHub. The subfolders below appear conditionally based on the post's character.

_/
├── description.en.md               # Human-readable English summary (always)
├── description.ko.md               # Korean summary (always)
├── description.es.md               # Spanish summary (always)
├── description.ja.md               # Japanese summary (always)
├── source.json                     # Source metadata (always)
│
├── skills//SKILL.md          # A. Agent Skills spec
├── agents/.md                # B. Claude Code Subagent spec
├── guides/.{en,ko,es,ja}.md  # C. Free-form multilingual guides
├── hooks/.json +.md          # D. Claude Code Hooks JSON + notes
├── output-styles/.md         # E. Output Style spec
└── plugin/                         # G. Plugin bundle (rare)
    ├── .claude-plugin/plugin.json
    └── skills|agents|hooks|output-styles/...

Official spec references