npx claudepluginhub jeongsk/claude-skillsClaude Code 플러그인 및 스킬 모음입니다.
React Flow 라이브러리를 사용한 노드 기반 UI 개발을 지원하는 플러그인입니다.
자세한 내용은 reactflow-helper/README.md를 참고하세요.
Feature-Sliced Design 아키텍처를 적용한 프론트엔드 프로젝트 개발을 지원하는 플러그인입니다.
자세한 내용은 fsd-helper/README.md를 참고하세요.
Git 워크플로우 자동화 플러그인입니다.
자세한 내용은 git-workflow/README.md를 참고하세요.
Figma Dev Mode MCP를 활용한 디자인-코드 변환 지원 플러그인입니다.
자세한 내용은 figma-helper/README.md를 참고하세요.
유용한 외부 Claude Code 스킬과 플러그인을 찾아주는 대화형 도우미입니다.
자세한 내용은 skill-finder/README.md를 참고하세요.
Claude의 응답 스타일을 커스터마이징하는 플러그인입니다.
자세한 내용은 output-styles/README.md를 참고하세요.
Claude Code에서 다음 명령어를 실행합니다:
/plugin marketplace add jeongsk/claude-skills
마켓플레이스 추가 후 플러그인을 설치합니다:
# 특정 플러그인 설치
/plugin install reactflow-helper@jeongsk/claude-skills
/plugin install fsd-helper@jeongsk/claude-skills
# 또는 대화형으로 설치
/plugin
프로젝트에 플러그인 설정을 포함시켜 팀원들이 별도 설치 없이 사용할 수 있습니다.
설정 방법:
프로젝트의 .claude/settings.json 파일에 다음과 같이 설정합니다:
{
"enabledPlugins": {
"reactflow-helper@jeongsk-claude-skills": true,
"fsd-helper@jeongsk-claude-skills": true
},
"extraKnownMarketplaces": {
"jeongsk-claude-skills": {
"source": {
"source": "github",
"repo": "jeongsk/claude-skills"
}
}
}
}
동작 방식:
.claude/settings.json을 감지합니다설치 후 다음 명령어로 확인합니다:
# 마켓플레이스 목록 확인
/plugin marketplace list
# 설치된 플러그인 확인
/plugin
새 플러그인을 추가하려면:
.claude-plugin/plugin.json 작성settings.json에 활성화 추가자세한 플러그인 개발 가이드는 Claude Code 플러그인 문서를 참고하세요.
유용한 외부 스킬과 플러그인은 추천 플러그인 문서를 참고하세요.
Complete collection of battle-tested Claude Code configs from an Anthropic hackathon winner - agents, skills, hooks, rules, and legacy command shims evolved over 10+ months of intensive daily use
Runs pre-commands
Contains inline bash commands via ! syntax
Core skills library for Claude Code: TDD, debugging, collaboration patterns, and proven techniques
Team-oriented workflow plugin with role agents, 27 specialist agents, ECC-inspired commands, layered rules, and hooks skeleton.
Tools to maintain and improve CLAUDE.md files - audit quality, capture session learnings, and keep project memory current.
Real-time statusline HUD for Claude Code - context health, tool activity, agent tracking, and todo progress
Comprehensive C4 architecture documentation workflow with bottom-up code analysis, component synthesis, container mapping, and context diagram generation