AI Native Engineer를 위한 프론트엔드 개발 생산성 스킬 모음.
Claude Code에서 반복적인 작업을 자동화하고, 프로젝트 설정 및 문서화를 효율화하는 커스텀 스킬들을 제공합니다.
| 스킬 | 설명 |
|---|---|
| skill-creator | 새로운 Claude 스킬 생성 가이드 및 도구 |
| claude-refactoring | CLAUDE.md 파일 분석, 리팩토링, 최적화 |
| project-scaffolder | 프론트엔드 프로젝트 구조 분석 및 아키텍처 문서화 |
| guide-maker | Notion에 사용자 가이드 문서 자동 생성 (MCP 필요) |
| e2e-testing | 자연어 E2E 테스트. agent-browser CLI 기반 브라우저 자동화 |
마켓플레이스에서 설치:
/plugin marketplace add rungchan2/frontend-skills
/plugin install frontend-skills@rungchan2-frontend-skills
또는 직접 설치:
/plugin install github:rungchan2/frontend-skills
설치 후 자연어로 스킬 사용:
"프로젝트 구조 잡아줘" → project-scaffolder
"CLAUDE.md 리팩토링해줘" → claude-refactoring
"새 스킬 만들어줘" → skill-creator
"가이드 문서 만들어줘" → guide-maker
frontend-skills/
├── .claude-plugin/
│ └── marketplace.json # 플러그인 설정
├── skills/
│ ├── skill-creator/ # 스킬 생성 가이드
│ ├── claude-refactoring/ # CLAUDE.md 리팩토링
│ ├── project-scaffolder/ # 프로젝트 구조화
│ ├── guide-maker/ # Notion 가이드 생성
│ └── e2e-testing/ # 자연어 E2E 테스트
├── docs/ # 참고 문서
├── CLAUDE.md
└── README.md
skill-creator 스킬을 사용하거나 수동으로 생성:
# 스킬 초기화
python skills/skill-creator/scripts/init_skill.py my-skill --path ./skills
# 스킬 패키징
python skills/skill-creator/scripts/package_skill.py ./skills/my-skill
Apache 2.0
Based on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimFetch web pages and save them as clean Markdown files into docs/ directory.
프론트엔드 프로젝트 구조 분석 및 AI 에이전트용 컨텍스트 문서 생성
자연어 E2E 테스트 프레임워크. agent-browser CLI로 브라우저 테스트를 자동 실행. 시나리오 파일 기반, human-in-the-loop 지원.
프론트엔드 개발 생산성 스킬 모음: 프로젝트 구조 설정, CLAUDE.md 리팩토링, 스킬 생성 가이드, Notion 가이드 문서 생성
npx claudepluginhub rungchan2/frontend-skills --plugin guide-makerCreate skills from documentation folders and project codebases. Review, test, and package Anthropic Agent Skills for Claude.ai and Claude Code. 13 commands including from-docs, from-project, beginner tutorial, interactive wizard, templates, quality auditing, and distribution packaging.
Claude Code skill pack for Notion (30 skills)
New developer onboarding documentation generator
Spec-driven development workflow system with structured phases: Requirements → Design → Tasks → Implementation
Ultra-compressed communication mode. Cuts ~75% of tokens while keeping full technical accuracy by speaking like a caveman.
Frontend design skill for UI/UX implementation