Skip to main content
Manus에서 모든 스킬 실행
원클릭으로
GitHub 저장소

agmo-everywhere

agmo-everywhere에는 AGMO-Inc에서 수집한 skills 30개가 있으며, 저장소 수준 직업 범위와 사이트 내 skill 상세 페이지를 제공합니다.

수집된 skills
30
Stars
4
업데이트
2026-07-02
Forks
1
직업 범위
직업 카테고리 7개 · 100% 분류됨
저장소 탐색

이 저장소의 skills

using-plugin
기타 컴퓨터 관련 직업

Loaded automatically at session start. Teaches the orchestrator how to route requests to skills and agents. Do not invoke manually.

2026-07-02
brainstorming
소프트웨어 개발자

Use when the user wants to explore an idea, design an approach, or think through a problem before implementing. Triggers on "고민", "논의", "아이디어", "brs".

2026-06-23
code-review
소프트웨어 품질 보증 분석가·테스터

Use when code review is needed. Triggers on "코드 리뷰", "리뷰해줘", "code review", or at completion of implementation.

2026-06-23
debt
소프트웨어 개발자

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.

2026-06-23
execute
소프트웨어 개발자

Use when the user wants to run an implementation plan. Triggers on "실행해줘", "구현해줘", "시작해줘", "execute", or after plan approval.

2026-06-15
implement-page-android
소프트웨어 개발자

Implement an entire Figma page as Android Jetpack Compose screens by auto-splitting into frames with visual verification. Use whenever a user shares a figma.com/design URL and wants the page built as Compose code. Triggers on '안드로이드 피그마', 'Android Figma', 'Compose 구현'. Covers any multi-frame page. Does NOT apply to Figma asset downloads or single component edits.

2026-06-15
implement-page
소프트웨어 개발자

Implement an entire Figma page by auto-splitting into frames with visual verification. Use whenever a user shares a figma.com/design URL and wants the page built in code. Triggers on '피그마 구현', '피그마 페이지', 'Figma implement'. Covers any multi-frame page: landing, dashboard, marketing, etc. Does NOT apply to Figma asset downloads or single component edits.

2026-06-15
plugin-review
소프트웨어 개발자

Use to analyze plugin usage patterns and suggest improvements. Triggers on "플러그인 리뷰", "plugin review", "사용 패턴 분석".

2026-06-15
wiki-maintain
소프트웨어 개발자

Use to audit and repair the llm-wiki context spine by detecting stale, low-confidence, contested, or broken entries. Triggers on "위키 점검", "wiki maintain", "wiki audit", "컨텍스트 정리", "wiki 오염", "모순 감지".

2026-06-01
save-impl
소프트웨어 개발자

Use to save implementation summary to Obsidian vault. Auto-triggered after execute completes. Triggers on "구현 저장", "작업 정리", "save impl".

2026-05-29
setup
소프트웨어 개발자

Use for first-time plugin configuration. Triggers on "setup", "설정", "초기 설정".

2026-05-29
vault-search
소프트웨어 개발자

Use to search Obsidian vault by keyword. Triggers on "옵시디언에서 찾아", "vault 검색", "관련 노트", "이전에 작성한", "예전에 정리한".

2026-05-29
wisdom
소프트웨어 개발자

Use to record a significant learning, decision, or issue to Obsidian vault. Triggers on "기억해", "이거 기록해", "wisdom", or when a significant learning occurs during debugging/verification.

2026-05-29
benchmark
소프트웨어 개발자

Use to run benchmarks, save results to Obsidian vault, and detect regressions against a baseline. Triggers on "벤치마크", "benchmark", "성능 측정".

2026-04-01
debugging
소프트웨어 개발자

Use for systematic debugging. Auto-triggered when verification fails 3 times. Triggers on "디버깅", "debug", "왜 안 돼".

2026-04-01
git-workflow
소프트웨어 개발자

Use for git operations — commit, PR, branch management. Triggers on "커밋", "commit", "PR 만들어", "브랜치".

2026-04-01
retro
소프트웨어 개발자

Use to generate a weekly retrospective by analyzing git log. Triggers on "회고", "retro", "이번 주 정리". Only runs on explicit user request — never auto-triggered.

2026-04-01
security-audit
정보 보안 분석가

Use to perform a security audit of the codebase. Triggers on "보안 점검", "security audit". Delegates to architect agent.

2026-04-01
verification
소프트웨어 품질 보증 분석가·테스터

Use to verify a claim of completion with evidence. Auto-triggered after each TODO in execute. Triggers on "검증", "verify", "확인해줘".

2026-04-01
plan-review
프로젝트 관리 전문가

Use when a plan needs validation through a planner-critic loop. Triggers on "플랜 리뷰", "plan review", or when explicitly requested.

2026-04-01
create-issue
프로젝트 관리 전문가

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 or user input. If the user references an Obsidian note as the source, use note-to-issue instead.

2026-04-01
note-to-issue
소프트웨어 개발자

Use to convert an Obsidian note into a GitHub Issue. Triggers on "노트로 이슈 만들어", "이슈로 변환", "이거 이슈로", "노트 이슈화". Only use when user explicitly references an Obsidian note as the source. For creating issues from conversation context (without a note), use create-issue instead.

2026-04-01
parallel
소프트웨어 개발자

Use to dispatch multiple independent TODOs concurrently. Invoked by execute skill when independent TODOs are detected.

2026-03-18
plan
소프트웨어 개발자

Use when the user needs a structured implementation plan with concrete TODOs. Triggers on "플랜", "계획", "plan", or after brainstorming completes.

2026-03-18
ralph
소프트웨어 개발자

Persistent execution loop that continues until all work is verified complete. Auto-linked by execute skill. Triggers on "끝까지 해줘", "멈추지 마", "ralph".

2026-03-18
cancel
소프트웨어 개발자

Use when the user wants to stop current execution. Triggers on "취소", "중단", "그만", "cancel", "stop".

2026-03-18
save-plan
프로젝트 관리 전문가

Fallback for when the plan skill's auto-save fails or is skipped. Use to manually save a plan to Obsidian vault. Triggers on "플랜 저장", "save plan".

2026-03-18
accessibility
웹 개발자

Use to verify WCAG accessibility compliance of frontend/UI code. Auto-triggered by execute when TODO has frontend/ui tags. Triggers on "접근성", "accessibility", "WCAG".

2026-03-18
save-note
비서 및 행정 보조원(법률, 의료 및 임원 제외)

Use to save a design, research, meeting, or memo note to Obsidian vault. Triggers on "옵시디언에 저장", "노트 저장", "기록해줘", "정리해줘".

2026-03-18
tdd
소프트웨어 품질 보증 분석가·테스터

Use when implementing with test-driven development. Triggers on "TDD", "테스트 먼저", "test first", or when the plan specifies TDD.

2026-03-18