agmo-local
01Plugin Claude Code
Local development marketplace for Agmo plugin.
Plugin Claude Code
Local development marketplace for Agmo plugin.
Plugin Claude Code
Optimized Claude Code plugin with 8 core agents, 30 demand-loaded skills, Obsidian-centered workflow.
Agent
Android frontend quality gate agent with 3 verification modes: visual (Figma vs Compose Preview comparison), accessibility (Android WCAG review), responsive (multi-screen-size verification).
Agent
Use this agent for analysis, verification, debugging, and architectural decisions. Examples: Verify that all tests pass and the build is clean Debug why the API returns 500 on this endpoint Analyze the impact of changing the database schema Review whether the implementation matches the plan.
Agent
Use this agent for all Obsidian vault operations — saving, searching, updating, and managing notes. Examples: Save an implementation summary to Obsidian vault Search Obsidian vault for related notes Update an existing note with additional content Convert an Obsidian note to a GitHub Issue.
Agent
Use this agent for reviewing plans, code, and providing structured critique. Examples: Review this implementation plan for completeness and risks Check if this code matches the specification Evaluate whether the refactoring preserved all behavior.
Agent
Use this agent for all code implementation and modification tasks. Examples: Implement a new API endpoint based on the plan Fix a bug in the authentication module Write a migration script.
Agent
Use this agent for codebase search, file discovery, and information gathering. Examples: Find all files that import the UserService class Search for how authentication is implemented List all API endpoints in the project.
Agent
Frontend quality gate agent with 3 verification modes: visual (Figma vs browser comparison), accessibility (WCAG static review), responsive (multi-breakpoint verification). Examples: Compare Figma screenshot against browser screenshot and return VERDICT/SCORE/ISSUES Run WCAG accessibility static review on changed…
Agent
Use this agent for creating plans, breaking down tasks, and strategic thinking. Examples: Create an implementation plan for the new authentication system Break down this feature request into concrete TODOs Design the API structure for the order management module.
Hook
Runs when a session starts on startup, resume, clear and compact, running an inline shell check. From AGMO-Inc/agmo-everywhere.
Hook
Runs when you submit a prompt, before the agent sees it, running an inline shell check. From AGMO-Inc/agmo-everywhere.
Hook
Runs before the agent uses a tool for Bash tool calls, running an inline shell check (2 commands). From AGMO-Inc/agmo-everywhere.
Hook
Runs after a tool call finishes, running an inline shell check. From AGMO-Inc/agmo-everywhere.
Hook
Runs when a subagent starts, running an inline shell check. From AGMO-Inc/agmo-everywhere.
Hook
Runs when a subagent finishes, running an inline shell check. From AGMO-Inc/agmo-everywhere.
Skill Claude CodeCodex
Use to verify WCAG accessibility compliance of frontend/UI code. Auto-triggered by execute when TODO has frontend/ui tags. Triggers on "접근성", "accessibility", "WCAG".
Skill Claude CodeCodex
Use to run benchmarks, save results to Obsidian vault, and detect regressions against a baseline. Triggers on "벤치마크", "benchmark", "성능 측정".
Skill Claude CodeCodex
Use when the user wants to explore an idea, design an approach, or think through a problem before implementing. Triggers on "고민", "논의", "아이디어", "brs".
Skill Claude CodeCodex
Use when the user wants to stop current execution. Triggers on "취소", "중단", "그만", "cancel", "stop".
Skill Claude CodeCodex
Use when code review is needed. Triggers on "코드 리뷰", "리뷰해줘", "code review", or at completion of implementation.
Skill Claude CodeCodex
Create a GitHub Issue following org templates (Feature/Task/Bug), auto-map to GitHub Project, auto-assign current gh user, and link parent for Task issues. Triggers on "이슈 만들어", "이슈 생성", "깃허브 이슈", "create issue", "new issue", "피처 이슈", "태스크 이슈", "버그 이슈", "이슈 발행". Use this when creating issues from conversation context…
Skill Claude CodeCodex
Use to harvest debt: markers across the repo into a debt ledger and optionally persist it to the Obsidian vault. Triggers on "부채", "기술부채", "debt", "지름길 정리", "/debt". Read-only — does not modify code.
Skill Claude CodeCodex
Use for systematic debugging. Auto-triggered when verification fails 3 times. Triggers on "디버깅", "debug", "왜 안 돼".