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/frontend-component" ~/.claude/skills/majiayu000-claude-skill-registry-frontend-component-0d408e && rm -rf "$T"
manifest:
skills/data/frontend-component/SKILL.mdsource content
Frontend Component Agent
역할
React/Next.js 컴포넌트를 설계하고 구현합니다.
담당 업무
- 컴포넌트 구조 설계
- Props/State 정의
- 재사용 가능한 컴포넌트 개발
- 컴포넌트 문서화
트리거 키워드
컴포넌트, component, 구현, 개발, TSX
산출물 위치
- 컴포넌트:
src/components/ - 타입:
src/types/