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

monomind

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

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

이 저장소의 skills

mastermind-techport
소프트웨어 개발자

Tech Port — deep-analyzes a foreign project, reviews the current monomind target to avoid conflicts and duplication, produces a scored port plan with mono-branded naming, and executes approved ports with full brand normalization.

2026-07-19
mastermind-skills
기타 컴퓨터 관련 직업

Mastermind skills — list, sync, and map skills available to org agents. Scans .claude/skills/ directory and shows which roles have access to which skill domains.

2026-07-19
mastermind-access
기타 컴퓨터 관련 직업

Mastermind access — manage org membership roles (owner/admin/operator/viewer), granular permission grants, invite tokens, and pending join requests. Controls who can do what inside an org.

2026-07-18
mastermind-activity
기타 컴퓨터 관련 직업

Mastermind activity — full activity feed for an org with event-type filtering, actor lookups, and entity name resolution. Fetches up to 200 recent events across issue, project, goal, agent, and routine entity types. Mirrors Activity.tsx.

2026-07-18
mastermind-adapter-manager
기타 컴퓨터 관련 직업

Mastermind adapter-manager — global instance-level adapter catalog. Lists all built-in and npm-installed adapters, enables/disables them in menus, reinstalls from npm to pick up updates, adds custom HTTP adapters, and removes custom ones. Complements mastermind:adapters (per-org) with the global registry. Mirrors AdapterManager.tsx.

2026-07-18
mastermind-adapters
기타 컴퓨터 관련 직업

Mastermind adapters — install, enable, disable, reload, and remove LLM adapter plugins per org. Supports claude-local, gemini-local, codex-local, cursor, hermes, http, and custom adapters.

2026-07-18
mastermind-agent-detail
기타 컴퓨터 관련 직업

Mastermind agent-detail — deep per-agent inspection: show config, run history, budget usage, heartbeat status, assigned skills, and reset/reconfigure a single agent within an org.

2026-07-18
mastermind-agent-select
기타 컴퓨터 관련 직업

Shared utility — registry-aware agent selection for mastermind domain skills. Reads .monomind/registry.json and returns ranked agent slugs/names for a given task, prompt, and category filter. Include this logic wherever a domain skill needs to pick the best agent(s) instead of hardcoding types.

2026-07-18
mastermind-agents
기타 컴퓨터 관련 직업

Mastermind agents — list, inspect, hire, pause, and remove agents in a running org. Shows status, last heartbeat, adapter config, and burn rate per agent.

2026-07-18
mastermind-approval-detail
기타 컴퓨터 관련 직업

Mastermind approval-detail — deep inspection and action on a single approval request. View approval metadata, payload, comments, linked issues, and perform approve/reject/revision/resubmit actions. Mirrors ApprovalDetail.tsx.

2026-07-18
mastermind-approvev1
기타 컴퓨터 관련 직업

LEGACY-ORG-V1 (2026-07): v2 approvals arrive as question events in the dashboard Human Input tab — no skill needed. Mastermind approvev1 — review and action pending approval requests from agents in a running v1 (prompt-orchestrated) org. Agents can request human approval before proceeding with sensitive actions. Reach it only via `/mastermind:approvev1`.

2026-07-18
mastermind-architect
소프트웨어 개발자

Mastermind architect domain — architecture review, file structure deduplication, dependency analysis, coupling detection, design pattern audit, and system design recommendations. Spawns an Architecture Manager coordinating specialist architect agents.

2026-07-18
mastermind-autodev
소프트웨어 개발자

Mastermind autodev — autonomous research → build → review loop. Researches the project, picks the best improvement idea, builds it, then runs an inline review loop until clean. Repeats N times when given a count. Supports --newfeature N for full feature pipeline (research → build → review → document → deliver).

2026-07-18
mastermind-backup
소프트웨어 개발자

Mastermind backup — create, list, and restore compressed org backups. Archives all org data files (config, goals, routines, approvals, projects, members, issues, workspaces, worktrees, environments, plugins, adapters, threads, budgets, bootstrap, and activity log) into a timestamped tarball.

2026-07-18
mastermind-bootstrap
소프트웨어 개발자

Mastermind bootstrap — one-time org initialization that primes the CEO/boss agent with org context, goal hierarchy, and a signed invite token. Run after createorg before first runorg.

2026-07-18
mastermind-budgets
소프트웨어 개발자

Mastermind budgets — view, set, and track token/cost budgets for agents and the entire org. Shows current spend vs. limits, alerts on overages, and lets board members adjust per-agent or org-wide budgets. Reads from -budgets.json org state files.

2026-07-18
mastermind-build
소프트웨어 개발자

Mastermind build domain — development automation for features, bugs, refactors, and code review. Spawns a Development Manager agent who creates monotask tasks and coordinates specialized sub-agent swarms.

2026-07-18
mastermind-companies
소프트웨어 개발자

Mastermind companies — multi-org management. List all orgs with agent/issue stats, switch the active org, rename an org, delete an org (with confirmation), and view per-org summary. Mirrors Companies.tsx.

2026-07-18
mastermind-content
소프트웨어 개발자

Mastermind content domain — blog posts, threads, docs, newsletters. Spawns a Content Manager who runs a ring pipeline (research→draft→edit→publish) for polished output.

2026-07-18
mastermind-costs
소프트웨어 개발자

Mastermind costs — track token spend and budget burn rate per agent in a running org. Shows current window spend, budget policy, and alerts when approaching limits.

2026-07-18
mastermind-createorg
소프트웨어 개발자

Mastermind createorg — design and persist an autonomous agent organization (Org Runtime v2) as a `.monomind/orgs/<name>.json` config that `monomind org run/serve` loads directly. Supports optional --schedule flag for daemon-scheduled orgs.

2026-07-18
mastermind-debug
소프트웨어 개발자

Systematic root-cause debugging protocol. Use before ANY fix attempt — for test failures, bugs, unexpected behavior, build failures, performance regressions.

2026-07-18
mastermind-delegation
기타 컴퓨터 관련 직업

Agent Delegation Capability — injected into every spawned agent prompt so subagents can further delegate specialized work. Never invoked directly; referenced by mastermind-protocol/SKILL.md and domain skills.

2026-07-18
mastermind-design
소프트웨어 개발자

MUST use before any creative work — creating features, building components, adding functionality, or modifying behavior. Explores user intent, requirements, and design through collaborative dialogue before any implementation.

2026-07-18
mastermind-diagnose
소프트웨어 개발자

Mastermind diagnose — forensic procedure for investigating why agent work stalled, looped, or went too deep. Surfaces the exact stop-point in the issue tree, frames the fix as a product rule respecting three invariants (productive work continues / only real blockers stop work / no infinite loops), and delivers an approved plan before any code changes. Mirrors diagnose-why-work-stopped Paperclip skill.

2026-07-18
mastermind-env
네트워크·컴퓨터 시스템 관리자

Mastermind env — audit and configure the runtime environment for an org. Shows LLM provider config, memory backend, agent JWT settings, logging, and storage — highlighting missing or misconfigured values.

2026-07-18
mastermind-environments
네트워크·컴퓨터 시스템 관리자

Mastermind environments — manage execution environments (local, SSH, sandbox) for an org. Controls where agent workloads run, SSH connection details, and which environment is the default.

2026-07-18
mastermind-execute
소프트웨어 개발자

Load a written implementation plan, review it critically, execute all tasks step by step, and hand off to mastermind:finish when complete.

2026-07-18
mastermind-export
기타 컴퓨터 관련 직업

Mastermind export — full org portability. Export an org to a compressed archive (tar.gz or zip) with file tree selection, and import from an archive with collision strategy and adapter override. Mirrors Paperclip's CompanyExport/CompanyImport pages.

2026-07-18
mastermind-finance
재무 및 투자 분석가

Mastermind finance domain — invoicing, budget tracking, financial forecasting. Spawns a Finance Manager coordinating financial tracking and analysis agents.

2026-07-18
mastermind-finish
소프트웨어 개발자

Use when implementation is complete, all tests pass, and you need to decide how to integrate the work — guides completion of development work by presenting structured options for merge, PR, or cleanup

2026-07-18
mastermind-goal-detail
소프트웨어 개발자

Mastermind goal-detail — deep per-goal inspection and management. Show sub-goal tree, linked projects, edit title/status/description/priority, add child goals, and close or reopen a single goal within an org.

2026-07-18
mastermind-goals
소프트웨어 개발자

Mastermind goals — define, track, and visualize hierarchical goals for an org. Goals link to tasks, have progress metrics, and form a goal tree.

2026-07-18
mastermind-heartbeatv1
소프트웨어 개발자

LEGACY-ORG-V1 (2026-07): v2: send the role a chat message from the dashboard, or inspect with `monomind org logs <name>` — no skill needed. Mastermind heartbeatv1 — trigger a manual heartbeat for a specific agent in a running v1 (prompt-orchestrated) org. The agent wakes, checks its task queue, executes pending work, and reports back. Reach it only via `/mastermind:heartbeatv1`.

2026-07-18
mastermind-idea
소프트웨어 개발자

Mastermind idea domain — product ideation, feature brainstorming, pivot exploration. Spawns an Idea Manager agent for divergent thinking, then validates, elaborates, and decomposes approved ideas into actionable subtasks on separate dev and ops task boards.

2026-07-18
mastermind-import
소프트웨어 개발자

Mastermind import — import an org from a portable ZIP archive exported by mastermind:export. Previews the archive contents, shows agent plans (create/update/skip), lets you choose a collision strategy, and applies the import to the local .monomind/orgs/ directory. Mirrors CompanyImport.tsx.

2026-07-18
mastermind-inbox
소프트웨어 개발자

Mastermind inbox — unified view of everything that needs human attention across all orgs: pending approvals, running heartbeats, active task assignments, and budget alerts. The single place to check before starting work.

2026-07-18
mastermind-instance-settings
소프트웨어 개발자

Mastermind instance-settings — instance-level administration covering general settings (auth, backup retention, keyboard shortcuts, AI feedback), experimental features (liveness auto-recovery), and user→company access grants. Extends mastermind:instance with InstanceGeneralSettings, InstanceExperimentalSettings, and InstanceAccess.

2026-07-18
mastermind-instance
소프트웨어 개발자

Mastermind instance — global instance-level settings including scheduler heartbeat management across all orgs, system-wide configuration, and cross-org health overview.

2026-07-18
mastermind-intake
소프트웨어 개발자

Shared intake protocol for mastermind — rich-prompt detection, comprehensive intake questions asked one at a time, and LLM-decide logic. Never invoked directly; called by master and standalone domain commands.

2026-07-18
이 저장소에서 수집된 skills 111개 중 상위 40개를 표시합니다.