Claude Code Skills·Claude Skills·The open SKILL.md registry for Claude
ClaudSkills / Engineering / architecture

Radio System Design

Category: Engineering  ·  Sub-category: architecture  ·  Last updated:
프론트엔드 기능과 화면, 시스템을 코드 작성 전에 설계하는 RADIO 방법론이다. Requirements(무엇을 보장할까), Architecture(상태의 원천과 데이터 흐름), Data Model(화면을 위한 모델), Interface(경계의 계약), Optimization(설계에 내장된 성능과 장애 대응, 운영) 5단계를 순서대로 밟는다. "무한 스크롤 피드 만들자", "채팅 붙여줘", "검색 자동완성 넣자", "알림 기능 설계해줘", "이 기능 어떻게 만들지", "아키텍처 잡아줘", "상태 관리 어떻게 할까", "설계 문서 써줘"처럼 비자명한 기능을 새로 만들거나 구조를 잡는 맥락이면 설계라는 단어가 없어도 사용하라. 실시간과 낙관적 업데이트, 대규모 목록, 복잡한 상태, race condition, 오프라인, 접근성이 얽힌 UI일수록 반드시 사용하라. 색과 타이포, 간격 같은 시각 디자인이나 이미 작성된 코드의 리팩토링, 버그 수정, 타입 에러 해결이 목적이면 쓰지 마라.
Security AStatic scan found no risk patternsHow grading works ›

From the source SKILL.md

기능을 코드보다 먼저 설계하는 절차다. 출발점은 기술 선택이 아니라 사용자에게 보장할 것이다. "어떤 기술을 쓸까"에서 시작하면 기술이 요구사항을 재단하고, "무엇을 보장할까"에서 시작하면 요구사항이 기술을 고른다.

What this skill does

Radio System Design is a community-contributed Claude Code skill in the architecture sub-category. It ships as a SKILL.md file that Claude Code auto-discovers under ~/.claude/skills/radio-system-design/ and loads when your prompt matches the skill's trigger.

Who uses this skill

The Radio System Design Claude Code skill is built for software engineers, backend developers, full-stack teams, and technical leads building and maintaining production systems. It's part of ClaudSkills (also referred to as Claude Skills or Claude Code Skills) — the open community-curated registry of 168,000+ SKILL.md files for Anthropic's Claude Code agent and the wider Claude ecosystem (Claude API, Claude Agent SDK).

How to install

Free

Manual install (2 steps)

mkdir -p ~/.claude/skills/radio-system-design
curl -L https://claudskills.com/skills/radio-system-design/SKILL.md \
  -o ~/.claude/skills/radio-system-design/SKILL.md

Or just download SKILL.md directly and drop it into ~/.claude/skills/radio-system-design/. Claude Code auto-discovers it on next session.

Skills live at ~/.claude/skills/radio-system-design/SKILL.md on macOS/Linux, or %USERPROFILE%\.claude\skills\radio-system-design\SKILL.md on Windows. See the full install guide for step-by-step instructions.

Telegram

📱 Install from your phone or desktop Telegram

Open @claudskills_bot on Telegram, tap Open Desktop App, and the desktop app installs this skill for you. Or share the bot link with a colleague — they get the same one-tap install. Learn more →

Pro

One-click install via the desktop app

The ClaudSkills desktop app installs any skill directly into ~/.claude/skills/ with one click — no terminal required. Pro starts at $9/mo or $149 lifetime.

Pro

For the full experience including quality scoring and one-click install features for each skill — upgrade to Pro.

Frequently asked questions

How do I install the Radio System Design Claude Code skill?
Install via the ClaudSkills desktop app (one click) or copy SKILL.md from the source repository to ~/.claude/skills/radio-system-design/SKILL.md and restart Claude Code. Both flows are detailed at claudskills.com/install/.
What does the Radio System Design skill do?
프론트엔드 기능과 화면, 시스템을 코드 작성 전에 설계하는 RADIO 방법론이다. Requirements(무엇을 보장할까), Architecture(상태의 원천과 데이터 흐름), Data Model(화면을 위한 모델), Interface(경계의 계약), Optimization(설계에 내장된 성능과 장애 대응, 운영) 5단계를 순서대로 밟는다. "무한 스크롤 피드 만들자", "채팅 붙여줘", "검색 자동완성 넣자", "알림 기능 설계해줘", "이 기능 어떻게 만들지", "아키텍처 잡아줘", "상태 관리 어떻게 할까", "설계 문서 써줘"처럼 비자명한 기능을 새로 만들거나 구조를 잡는 맥락이면 설계라는 단어가 없어도 사용하라. 실시간과 낙관적 업데이트, 대규모 목록, 복잡한 상태, race condition, 오프라인, 접근성이 얽힌 UI일수록 반드시 사용하라. 색과 타이포, 간격 같은 시각 디자인이나 이미 작성된 코드의 리팩토링, 버그 수정, 타입 에러 해결이 목적이면 쓰지 마라.
Is this skill free to install?
Yes. ClaudSkills is an open registry — every skill keeps its source repository's license, and manual install via copy is free. ClaudSkills Pro ($9/mo, $79/yr, or $149 one-time) adds one-click install via the desktop app and a multi-signal Quality Score.
When should I use the Radio System Design skill?
Use Radio System Design when your Claude Code task falls under the Engineering category — specifically in the architecture area. Claude Code auto-discovers installed skills and invokes the right one based on the task description, so you can also ask Claude directly (e.g. "use Radio System Design" or describe the task and let Claude pick). Browse related skills at /category/engineering/.
What is a Claude Code skill and how does the Radio System Design skill fit in?
A Claude Code skill is a SKILL.md file that lives under ~/.claude/skills/<name>/ and tells the Claude Code CLI agent how to perform a specific task (instructions, prompts, allowed tools). Skills are auto-discovered at session start. Radio System Design is one of 67,000+ skills indexed in the open ClaudSkills catalog, classified under the Engineering category. Learn more at /learn/what-is-a-claude-skill/.

Attribution & license

Cite this skill

If you reference this skill in a blog post, paper, or documentation, you can cite it as:

APA
chan9yu. (2026). Radio System Design [Claude Code skill]. ClaudSkills. https://claudskills.com/skills/radio-system-design/
BibTeX
@misc{radio-system-design-2026,
  author    = {chan9yu},
  title     = {Radio System Design [Claude Code skill]},
  year      = {2026},
  publisher = {ClaudSkills},
  url       = {https://claudskills.com/skills/radio-system-design/}
}

Embed this skill

Promote, attribute, or link this skill from your own README, blog post, or documentation. All three snippets are free to use — no sign-up, no API key. More distribution surfaces →

Badge
[![ClaudSkills](https://claudskills.com/badge/radio-system-design.svg)](https://claudskills.com/skills/radio-system-design/?utm_source=badge&utm_medium=readme&utm_campaign=skill_badge)
<script>
<script src="https://claudskills.com/embed/radio-system-design.js" async></script>
<iframe>
<iframe src="https://claudskills.com/embed/radio-system-design.html" width="100%" height="160" frameborder="0" loading="lazy" title="ClaudSkills: Radio System Design"></iframe>

Security scan

Grade A · scanned 2026-07-31 — free static scan against the OWASP Agentic Skills Top 10.

No risk patterns were found in any of the ten OWASP-aligned categories. How grading works ›

Show this grade on your repo (click to copy):

[![Security: A](https://img.shields.io/badge/Security-A-2e7d32)](https://claudskills.com/skills/radio-system-design/#security)

Free. No spam. Unsubscribe in one click.

More Engineering skills

Browse all Engineering skills in the ClaudSkills registry, or explore these other picks from the same category:

Browse all Engineering skills → Top 100 skills
Part of ClaudSkills — the open registry for Claude Skills & Claude Code Skills.  ·  What's New  ·  Install guide  ·  About  ·  llms.txt

Part of Acreator Store — Adam Lankamer's AI tools: PerfectStudio · Ucaption · UTagger · AutoXPoster · TestYourSkills · AutomationFlows · Au Naturel · Telegram @acreatorstore