Use when designing or improving an AI agent's harness — action space, tool definitions, observation format, error recovery contract, or context budgeting strategy. Triggers - "agent design review", "tool definition cleanup", "improve completion rate", "harness construction", "observation schema", "agent benchmarking", "action space granularity".
Use when an AI agent run is failing repeatedly, looping on the same tools, consuming tokens without progress, hitting tool-call limits, or drifting from the intended task. Triggers - "agent stuck", "agent looping", "max tool calls", "context overflow", "self-debug", "introspection report", "why is the agent failing".
Premium brand-kit image generation skill for creating high-end brand-guidelines boards, logo systems, identity decks, and visual-world presentations. Trained for minimalist, cinematic, editorial, dark-tech, luxury, cultural, security, gaming, developer-tool, and consumer-app brand systems. Optimized for intentional logo concepting, refined composition, sparse typography, strong symbolic meaning, premium mockups, art-directed imagery, and flexible grid layouts.
Raw mechanical interfaces fusing Swiss typographic print with military terminal aesthetics. Rigid grids, extreme type scale contrast, utilitarian color, analog degradation effects. For data-heavy dashboards, portfolios, or editorial sites that need to feel like declassified blueprints.
Use when creating or updating token-saving source exploration files for any codebase, including SOURCE_MAP.md, CODEBASE_CONTEXT.md, route/schema/component maps, Codesight outputs, and agent instructions for reading less code while still verifying against real source files.
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.
이 저장소는 https://github.com/HSRyuuu/AI-Practice-Archive를 플러그인 형태로 변경한 것입니다. 더 이상 기존 저장소는 유지보수되지 않고 이 저장소로 마이그레이션 되었습니다.
Claude Code와 Codex 양쪽에서 로컬 플러그인으로 등록해 쓰는 개인용 agent toolkit입니다.
먼저 원하는 위치에 저장소를 둔다.
git clone https://github.com/HSRyuuu/agent-toolkit.git
cd agent-toolkit
pwd # ~/your-dir/agent-toolkit
/plugin marketplace add ~/your-dir/agent-toolkit
/plugin install agent-toolkit@agent-toolkit-local
Claude Code는 .claude-plugin/plugin.json을 사용한다. 이 플러그인의 활성 스킬 루트는 skills/ 하나이며, 모든 플러그인 스킬은 skills/<name>/SKILL.md 형태로 둔다.
codex plugin marketplace add ~/your-dir/agent-toolkit
codex plugin add agent-toolkit@agent-toolkit-local
codex plugin list --available --json
Codex는 .agents/plugins/marketplace.json과 .codex-plugin/plugin.json을 사용한다. Codex도 같은 skills/ 루트를 읽는다.
새 세션을 띄우면 설치된 플러그인 스킬이 자동 로드된다. 디렉토리를 그대로 편집하면 다음 세션부터 반영되며 별도 빌드·배포 단계는 없다.
skills/ - Claude Code와 Codex가 함께 읽는 단일 플러그인 스킬 루트templates/ - 스킬이 대상 프로젝트에 복사하거나 참고하는 템플릿docs/catalog.md - 현재 skills/*/SKILL.md frontmatter에서 생성한 사람용 카탈로그.claude-plugin/ - Claude Code 플러그인 메타데이터.codex-plugin/ - Codex 플러그인 메타데이터.agents/plugins/ - Codex 로컬 marketplace 메타데이터전체 스킬 목록과 트리거는 docs/catalog.md를 본다. 스킬의 카테고리는 문서상의 메타데이터일 뿐이며, 로더 구조를 나누는 디렉토리 기준이 아니다.
스킬을 추가·이동·삭제했거나 manifest의 스킬 루트를 바꿨으면 update-project-docs 스킬로 문서를 동기화한다.
기본 점검 명령:
find skills -mindepth 2 -maxdepth 2 -name SKILL.md -print | sort | wc -l
grep -oE '\(\.\./skills/[^)]+/SKILL\.md\)' docs/catalog.md | tr -d '()' | sed 's#^../##' | while read p; do test -f "$p" || echo "MISSING: $p"; done
python3 /Users/happyhsryu/.codex/skills/.system/plugin-creator/scripts/validate_plugin.py /Users/happyhsryu/dev/personal/agent-toolkit
모든 플러그인 스킬의 실제 위치다. 현재 inventory는 skills/*/SKILL.md만 스캔해서 계산한다.
find skills -mindepth 2 -maxdepth 2 -name SKILL.md -print | sort
다른 스킬이 골격 원본으로 사용하는 템플릿 모음. 직접 플러그인 스킬로 로드되지 않는다.
| 이름 | 설명 |
|---|---|
| project-setup/ | project-setup 스킬이 대상 프로젝트에 설치하는 작업 문서와 보조 스킬 템플릿 |
| rules/ | 외부 가이드라인 사본 |
npx claudepluginhub hsryuuu/agent-toolkit --plugin agent-toolkitUltra-compressed communication mode. Cuts ~75% of tokens while keeping full technical accuracy by speaking like a caveman.
Frontend design skill for UI/UX implementation
Memory compression system for Claude Code - persist context across sessions
Marketing skills for AI agents — conversion optimization, copywriting, SEO, paid ads, ad creative, and growth
Comprehensive UI/UX design plugin for mobile (iOS, Android, React Native) and web applications with design systems, accessibility, and modern patterns
Standalone image generation plugin using Nano Banana MCP server. Generates and edits images, icons, diagrams, patterns, and visual assets via Gemini image models. No Gemini CLI dependency required.