By oozoofrog
대규모 프로젝트를 위한 계층적 컨텍스트 아키텍처 자동화 — CLAUDE.md(루트 + 서브디렉토리), .claude/rules/, AGENTS.md 스캐폴딩, 검증, 토큰 효율성 감사
컨텍스트 아키텍처의 토큰 효율성을 감사합니다 — CLAUDE.md 간결성, 계층 구조 깊이, 정보 중복, 컨텍스트 분산 활용도를 분석하여 개선 제안을 제공합니다.
This skill should be used when the user asks about "컨텍스트 아키텍처", "context architecture", "계층적 컨텍스트", "CONTEXT.md 설계", "주의력 예산", "attention budget", "컨텍스트 엔지니어링", "context engineering", "토큰 효율성", "컨텍스트 부패", "context rot", "점진적 노출", "progressive disclosure", or wants guidance on structuring CLAUDE.md, CONTEXT.md, AGENTS.md for large-scale projects. Common requests include "CLAUDE.md가 너무 길어요", "프로젝트 컨텍스트 파일을 어떻게 구성하죠?", "My CLAUDE.md is too long", "Set up context architecture for my project".
프로젝트를 분석하여 CLAUDE.md, 서브디렉토리 CLAUDE.md, .claude/rules/, AGENTS.md로 구성되는 계층적 컨텍스트 아키텍처를 스캐폴딩합니다. 기존 파일이 있으면 보존하고 보강합니다.
계층적 컨텍스트 아키텍처의 3단계 검증을 실행합니다 — 참조 무결성, 코드 참조 유효성, 내용 정확성을 순차적으로 검사하여 리포트를 생성합니다.
Uses power tools
Uses Bash, Write, or Edit tools
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.
oozoofrog의 개인 Claude Code 플러그인 마켓플레이스입니다.
/plugin marketplace add oozoofrog/oozoofrog-plugins
| 플러그인 | 설명 | 설치 |
|---|---|---|
| macos-release | macOS 앱/CLI 릴리스 자동화 (버전 범프, DMG/ZIP 패키징, GitHub Release, Homebrew) | /plugin install macos-release@oozoofrog-plugins |
| agent-context | 계층적 컨텍스트 아키텍처 자동화 (CLAUDE.md, .claude/rules/, AGENTS.md 스캐폴딩, 검증, 토큰 감사) | /plugin install agent-context@oozoofrog-plugins |
| gpt-research | GPT-PRO 리서치 위임용 구조화된 프롬프트 생성 | /plugin install gpt-research@oozoofrog-plugins |
| hey-codex | Codex CLI 위임(hey-codex) + 목표 지향 반복 연구(codex-research) | /plugin install hey-codex@oozoofrog-plugins |
| app-automation | Apple 앱 자동화 — iOS Simulator + macOS 앱 UI 인터랙션, 접근성 검증, os_log 스트리밍, mcp-baepsae 통합 | /plugin install app-automation@oozoofrog-plugins |
| apple-craft | Apple 플랫폼 통합 개발 — 구현/디버깅, 리뷰, 장기 하네스, Pencil 디자인, App Store 배포, Xcode MCP, 참조 문서 24개 | /plugin install apple-craft@oozoofrog-plugins |
| plugin-doctor | 플러그인 종합 진단·수정·개선 (공식 스펙 기반 검증 + 회의적 재검증 루프) | /plugin install plugin-doctor@oozoofrog-plugins |
| api-learn | 프로젝트 도메인 API 내재화 — 공식 문서/예제 수집 → 프로젝트별 참조 문서 저장, CLAUDE.md 자동 등록 | /plugin install api-learn@oozoofrog-plugins |
| git-workflow | GitHub 이슈 생성 + 브랜치 + Projects 보드 연동 자동화 | /plugin install git-workflow@oozoofrog-plugins |
| release-cycle | GitHub 릴리스 라이프사이클 자동화 — 마일스톤 계획(plan-release) + 릴리스 실행(release) | /plugin install release-cycle@oozoofrog-plugins |
oozoofrog-plugins/
├── .claude-plugin/
│ └── marketplace.json
├── plugins/
│ ├── macos-release/
│ │ ├── .claude-plugin/plugin.json
│ │ └── skills/macos-release/
│ │ ├── SKILL.md
│ │ └── references/ (6 docs)
│ ├── agent-context/
│ │ ├── .claude-plugin/plugin.json
│ │ ├── skills/
│ │ │ ├── ctx-guide/ (SKILL.md + references/)
│ │ │ ├── ctx-init/
│ │ │ ├── ctx-verify/
│ │ │ └── ctx-audit/
│ │ ├── agents/context-validator.md
│ │ └── hooks/ (hooks.json + scripts/)
│ ├── gpt-research/
│ │ ├── .claude-plugin/plugin.json
│ │ └── skills/gpt-research/
│ │ ├── SKILL.md
│ │ └── references/ (4 docs)
│ ├── hey-codex/
│ │ ├── .claude-plugin/plugin.json
│ │ ├── skills/
│ │ │ ├── hey-codex/ (SKILL.md + references/)
│ │ │ └── codex-research/ (SKILL.md + references/)
│ │ ├── scripts/ (5 files)
│ │ └── templates/codex-research/
│ ├── app-automation/
│ │ ├── .claude-plugin/plugin.json
│ │ ├── skills/
│ │ │ ├── app-automation/
│ │ │ └── os-log/
│ │ ├── agents/ui-verifier.md
│ │ ├── scripts/os-log-cli/ (Swift package)
│ │ └── references/baepsae-tools.md
│ ├── apple-craft/
│ │ ├── .claude-plugin/plugin.json
│ │ ├── skills/
│ │ │ ├── apple-craft/ (SKILL.md + references/ 24 docs)
│ │ │ ├── apple-harness/ (SKILL.md + references/)
│ │ │ ├── apple-review/
│ │ │ ├── appstore-deploy/
│ │ │ └── pen-craft/
│ │ ├── agents/ (7 agents)
│ │ └── scripts/
│ ├── plugin-doctor/
│ │ ├── .claude-plugin/plugin.json
│ │ └── skills/fixer/
│ │ ├── SKILL.md
│ │ └── references/ (2 docs)
│ ├── api-learn/
│ │ ├── .claude-plugin/plugin.json
│ │ └── skills/
│ │ ├── api-learn/
│ │ └── api-scan/
│ ├── git-workflow/
│ │ ├── .claude-plugin/plugin.json
│ │ └── skills/add-git-issue/
│ └── release-cycle/
│ ├── .claude-plugin/plugin.json
│ └── skills/
│ ├── plan-release/
│ └── release/
├── CLAUDE.md
└── README.md
npx claudepluginhub oozoofrog/oozoofrog-plugins --plugin agent-contextSync Claude Code configuration across machines using GitHub
멀티플랫폼 디자인 하네스 — iOS/Web/Android 플랫폼별 최적화 디자이너 에이전트 팀, 유명 디자이너·화가 디자인 토큰 체계화, 정량적 검증 프레임워크
GitHub 릴리스 라이프사이클 자동화 — 마일스톤 계획(plan-release) + 릴리스 실행(release)
프로젝트 도메인 API 내재화 — 라이브러리/프레임워크 공식 문서 + 예제를 수집하여 프로젝트별 참조 문서로 저장, CLAUDE.md 자동 등록. Apple 프레임워크는 Xcode DocumentationSearch + apple-craft 참조 연동
macOS 앱/CLI 릴리스 자동화: 버전 범프, 빌드, DMG/ZIP 패키징, GitHub Release, Homebrew Cask/Formula, release workflow 구축
Automatically detects and loads AGENTS.md files to provide agent-specific instructions alongside CLAUDE.md. Enables specialized agent behaviors without manual intervention.
Context management and multi-agent orchestration with performance optimization tools
Claude Code の SubAgent(agents/*.md)を正しく定義するためのベストプラクティスガイド。 YAML frontmatter、ツール選択、3-Phase 構造、コンテキスト受け渡し、アンチパターンを網羅。 Use when: agents/*.md を書く、SubAgent 定義を改善する、エージェントの動作が想定外、 コンテキストが渡らない、ツール選択に迷う。 Triggers: "subagent", "agent definition", "agents/*.md", "エージェント定義", "サブエージェント", "3-Phase", "context passing", "コンテキスト渡し", "tool selection", "ツール選択", "subagent_type", "bypassPermissions"
High-intelligence Claude Code copilot with deep code reasoning, evidence-driven planning, orchestration-first execution, model routing, context budgeting, CI/CD integration, enterprise security, plugin development, prompt engineering, performance profiling, agent teams, channels (event-driven autonomy with CI webhook, mobile approval relay, Discord bridge, and fakechat dev profile), interactive tutorials, LSP integration, security-hardened hook script library, MCP Prompts coverage, common workflow packs, runtime selection guide, computer-use patterns, checkpointing, scheduled-task blueprints, repo bootstrap scanner, hook policy engine (8 installable packs), layered memory deployment, role-based subagent packs (implementer, debugger, migration-lead, dependency-auditor, release-coordinator), 5 agent-team topology kits, autonomy operating mode (4 profiles + 3 gates), and a queryable 15-tool MCP documentation server with autonomy advisor.
Unified capability management center for Skills, Agents, and Commands.
Automation bootstrap for Claude Code. Analyzes any project and generates a complete .claude/ structure with agents, pipelines, skills, memory, hooks, and settings.