
Claude Skills by monoes
github.com/monoesanalysis performance-bottlenecks command (monomind)
analysis performance-report command (monomind)
analysis token-usage command (monomind)
automation auto-agent command (monomind)
automation self-healing command (monomind)
automation session-memory command (monomind)
automation smart-agents command (monomind)
automation smart-spawn command (monomind)
automation workflow-select command (monomind)
coordination agent-spawn command (monomind)
coordination monoswarm-init command (monomind)
coordination task-orchestrate command (monomind)
github github-modes command (monomind)
github issue-tracker command (monomind)
github pr-manager command (monomind)
github release-manager command (monomind)
github repo-architect command (monomind)
github sync-coordinator command (monomind)
GitHub workflow guidance for monomind projects — issues, PRs, releases, repo structure, and multi-package sync. Trigger on "open a PR", "manage issues", "cut a release", "sync packages", or any GitHub Actions/repo automation request. All GitHub operations use the `gh` CLI plus monomind's MCP GitHub tools — there is no `monomind github` CLI command group.
Automated coordination, formatting, and learning from Claude Code operations using intelligent hooks with MCP integration. Includes pre/post task hooks, session management, Git integration, memory coordination, and neural pattern training for enhanced development workflows.
hooks overview command (monomind)
hooks post-edit command (monomind)
hooks post-task command (monomind)
hooks pre-edit command (monomind)
hooks pre-task command (monomind)
hooks session-end command (monomind)
hooks setup command (monomind)
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.
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.
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.
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.
mastermind adr command (monomind)
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.
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.
Mastermind agents — list, inspect, hire, pause, and remove agents in a running org. Shows status, last heartbeat, adapter config, and burn rate per agent.
mastermind antigravity-tools command (monomind)
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.
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.
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.
mastermind brain command (monomind)
mastermind budget command (monomind)
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.
mastermind claude-code-tools command (monomind)
mastermind code-review command (monomind)
mastermind codex-tools command (monomind)
mastermind content command (monomind)
mastermind copilot-tools command (monomind)
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.
mastermind createtask command (monomind)
Systematic root-cause debugging protocol. Use before ANY fix attempt — for test failures, bugs, unexpected behavior, build failures, performance regressions.