By JuyeongYi
Code intelligence powered by a knowledge graph. Provides execution flow tracing, blast radius analysis, and augmented search across your codebase.
Use when the user needs to run GitNexus CLI commands like analyze/index a repo, check status, clean the index, generate a wiki, or list indexed repos. Examples: "Index this repo", "Reanalyze the codebase", "Generate a wiki"
Use when the user is debugging a bug, tracing an error, or asking why something fails. Examples: "Why is X failing?", "Where does this error come from?", "Trace this bug"
Use when the user asks how code works, wants to understand architecture, trace execution flows, or explore unfamiliar parts of the codebase. Examples: "How does X work?", "What calls this function?", "Show me the auth flow"
Use when the user asks about GitNexus itself — available tools, how to query the knowledge graph, MCP resources, graph schema, or workflow reference. Examples: "What GitNexus tools are available?", "How do I use GitNexus?"
Use when the user wants to know what will break if they change something, or needs safety analysis before editing code. Examples: "Is it safe to change X?", "What depends on this?", "What will break?"
Executes bash commands
Hook triggers when Bash tool is used
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 claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
개인 Claude Code 플러그인 컬렉션을 관리하는 마켓플레이스입니다.
comfydev_helperlearning-assistantpy-inspectorue-inspectorgit clone https://github.com/JuyeongYi/jylee_claude_marketplace.git
cd jylee_claude_marketplace
# Linux/Mac
ln -s $(pwd)/comfydev_helper ~/.config/claude-code/plugins/comfydev_helper
# Windows (관리자 권한 필요)
mklink /D "%APPDATA%\claude-code\plugins\comfydev_helper" "%CD%\comfydev_helper"
각 플러그인의 README.md 파일을 참조하여 사용법을 확인하세요:
새로운 플러그인을 추가하려면 CONTRIBUTING.md를 참조하세요.
각 플러그인은 다음 구조를 따릅니다:
plugin-name/
├── .claude-plugin/
│ └── plugin.json # 플러그인 메타데이터
├── commands/ # 슬래시 커맨드
├── agents/ # 전문 에이전트
├── skills/ # 기술 문서
└── README.md # 플러그인 문서
MIT License - 자유롭게 사용, 수정, 배포 가능합니다.
JuyeongYi
기여는 언제나 환영합니다! 자세한 내용은 CONTRIBUTING.md를 참조하세요.
버그 리포트나 기능 제안은 GitHub Issues를 통해 제출해 주세요.
npx claudepluginhub juyeongyi/jylee_claude_marketplace --plugin gitnexusAnalyzes and refactors Unreal Engine C++ code to be more AI-friendly, following research-backed best practices for improved AI tool compatibility
C++/C language pack for code-analysis v2. Declares hard-require static tools (clang-tidy, cppcheck, iwyu, codeanalyzer-metrics) in strategy, supplies C++-specific qualitative audits (after-analyze-file), C++ false-positive filters (after-phase3-trace), and Cypher-driven Phase-4 docs (class hierarchy, template catalog).
Manage custom CLI tools with Claude Code integration. Currently supports m2m for 3D mesh format conversion (GLB, GLTF, OBJ, FBX, USD, STL, PLY, ABC).
Autonomous codebase improvement loops. Unlike Ralph Loop (retry on failure), Ouroboros runs continuous improvement cycles — each iteration proactively analyzes, fixes, and enhances the codebase regardless of prior success.
Discord channel for Claude Code — messaging bridge with built-in access control. Manage pairing, allowlists, and policy via /discord:access.
Permanent coding companion for Claude Code — survives any update. MCP-based terminal pet with ASCII art, stats, reactions, and personality.
Upstash Context7 MCP server for up-to-date documentation lookup. Pull version-specific documentation and code examples directly from source repositories into your LLM context.
Consult multiple AI coding agents (Gemini, OpenAI, Grok, Perplexity, plus codex, antigravity, and grok CLIs when installed) to get diverse perspectives on coding problems
v9.52.0 - Reliability wave: tangle contextual review correction loop with hard round ceiling, progress-supervised review rounds (per-agent stall watch, descendant-tree kills), council diversity and agy pin fixes, marketplace generator source-of-truth fix, provider troubleshooting runbook and cost-expectations docs. Run /octo:setup.
Enterprise AI agent orchestration plugin with 150+ commands, 74+ specialized agents, SPARC methodology, swarm coordination, GitHub integration, and neural training capabilities
Production-grade vibe coding suite. Structured workflows from discovery to deployment: start, build, ship, fix, refactor.