All authors
monoes avatar

Claude Skills by monoes

github.com/monoes
927 skillsA× 796B× 126C× 50 installs221 views
Mastermind PluginsA

Mastermind plugins — install, enable, disable, uninstall, and inspect plugins for an org. Plugins extend agent capabilities with workers, events, and custom tools. Supports npm packages and local paths.

ai-agentsgobash
0
20
Mastermind ProfileA

Mastermind profile — view and edit the current operator profile (display name, preferences) and inspect any user's activity statistics, completion rate, and token usage. Merges ProfileSettings.tsx and UserProfile.tsx.

ai-agentsbash
0
20
Mastermind ProtocolA

Shared protocol for all mastermind domain skills — brain-load, brain-write, output schema, memory scoring, and task briefing standard. Never invoked directly; referenced by domain skills and master.

ai-agentsgobash
0
20
Mastermind Receive ReviewA

Use when receiving code review feedback, before implementing suggestions, especially if feedback seems unclear or technically questionable — requires technical rigor and verification, not performative agreement or blind implementation

ai-agentsrustgo
0
20
Mastermind ReleaseA

Mastermind release domain — versioning, changelog, deployment coordination. Spawns a Release Manager who coordinates testing and devops agents for a safe, traceable release pipeline.

devopsjavascriptgo
0
20
Mastermind RepeatA

REPEAT POSTAMBLE — executes inter-session repeat/tillend loop continuation after any mastermind or monomind command completes. Calls ScheduleWakeup when work remains.

ai-agentspythongo
0
20
Mastermind ResearchA

Mastermind research domain — market research, competitor analysis, user research, trend scanning. Spawns a Research Manager coordinating a mesh of researcher agents for comprehensive intelligence gathering.

ai-agentsjavascriptgo
0
20
Mastermind ReviewA

Mastermind review domain — code review, content review, strategy review, security audit. Spawns a Review Manager coordinating a mesh of specialist reviewers for multi-angle assessment.

ai-agentsjavascriptgo
0
20
Mastermind Routine DetailB

Mastermind routine-detail — deep inspection and management of a single routine: trigger config (schedule/webhook), variables, concurrency/catchup policies, run history, webhook rotation, and revision tracking.

ai-agentspythongo
0
20
Mastermind RoutinesA

Mastermind routines — schedule recurring tasks that trigger agent heartbeats on a cron-like schedule within a running org. Configure concurrency policy and catch-up behavior.

ai-agentsgobash
0
20
Mastermind RunorgB

Start a saved org via the Org Runtime v2 daemon (monomind org run/serve). Migrates v1-shaped configs first. The legacy prompt-orchestrated path lives in runorgv1.

ai-agentsgobash
0
20
Mastermind SearchB

Mastermind search — fuzzy cross-org search across tasks, goals, agents, approvals, routines, projects, and activity log. Returns ranked results with org context.

ai-agentsgobash
0
20
Mastermind SecretsB

Mastermind secrets — manage org-scoped API keys and secrets consumed by agents. Store, rotate, list, and audit secrets without exposing values in logs or state files.

ai-agentsgobash
0
20
Mastermind Skill BuilderA

Use when creating new mastermind skills, editing existing mastermind skills, or verifying mastermind skills work before deployment

ai-agentsgonode
0
20
Mastermind SkillsA

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.

ai-agentsbash
0
20
Mastermind StoporgB

Mastermind stoporg — stop a running scheduled org loop by setting its status to "stopped". The next scheduled wakeup will read the status, skip all work, and not reschedule. Loop dies within one interval — no orphaned wakeups.

ai-agentsgobash
0
20
Mastermind TasksA

Mastermind tasks — view, create, assign, and move tasks on an org's task board. Supports parent-child chains, goal linkage, and status filtering.

ai-agentsgobash
0
20
Mastermind TechportA

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.

ai-agentstypescriptpython
0
20
Mastermind ThreadsA

Mastermind threads — list, view, and create conversation threads within an org. Threads are human-or-agent discussions attached to issues, goals, or the org itself. Reads from -threads.jsonl org state files.

ai-agentspythongo
0
20
Mastermind Tree ControlA

Mastermind tree-control — pause, hold, release, or preview recovery for an issue/task tree in an org. Lets board members stop runaway loops, hold trees during review, and resume work when ready. Mirrors Paperclip's issue-tree-control API.

ai-agentspythonbash
0
20
Mastermind Workspace DetailA

Mastermind workspace-detail — deep per-execution-workspace inspection and runtime control. Manage services, provision/teardown/cleanup commands, linked issues and routines, runtime logs, and configuration for a single execution workspace.

ai-agentsshellbash
0
20
Mastermind WorkspacesB

Mastermind workspaces — manage isolated git worktree workspaces per project. List, attach, detach, stop, and prune workspaces. Grouped by project with running service counts and agent assignments.

ai-agentspythongo
0
20
Mastermind WorktreeA

Use when starting feature work that needs isolation from the current workspace or before executing implementation plans — ensures an isolated workspace exists via native tools or git worktree fallback

ai-agentspythonrust
0
20
MastermindA

Use when a request may need a Mastermind workflow such as planning, review, debugging, research, execution, organization work, or memory.

ai-agentsdebuggingsecurity
0
20
Memory ToolkitA

Use monomind's persistent memory store (local SQLite + local embeddings) to save, search, list, and retrieve cross-session knowledge — patterns, solutions, decisions. Trigger on "remember this", "store in memory", "search memory", "have we solved this before", "recall past decisions", or before starting work that benefits from prior context (debugging, refactors, repeated tasks).

ai-agentsjavascriptjava
0
20
Monoagent ImageA

Generate images via Gemini's browser session using the monoagentcli tool, always scoped to the "monoes" profile — no API key, no billing, browser-automated.

ai-agentsgobash
0
20
MonodesignA

Use when the user wants to design, redesign, shape, critique, audit, polish, clarify, distill, harden, optimize, adapt, animate, colorize, extract, research users, build a component system, generate design images, or otherwise improve a frontend interface. Covers websites, landing pages, dashboards, product UI, app shells, components, forms, settings, onboarding, and empty states. Handles UX review, visual hierarchy, information architecture, cognitive load, accessibility, performance, respon...

designgoshell
0
20
MonodocA

Full technical writing workbench — writes, reviews, fixes, scaffolds, and audits project docs per Google Developer Documentation Style Guide + industry best practices. Autodiscovers doc tasks. Enforces tone, formatting, accessibility, inclusive language, readability, terminology consistency, Diátaxis doc typing, and word-list compliance. Scaffolds 16 template types (README, ADR, RFC, runbook, migration, API ref, etc.). Measures doc coverage and maturity.

documentationjavascriptgo
0
20
Monolean AuditA

Whole-repo audit for over-engineering. Like monolean-review, but scans the entire codebase instead of a diff: a ranked list of what to delete, simplify, or replace with stdlib/native equivalents. Use when the user says "audit this codebase", "audit for over-engineering", "what can I delete from this repo", "find bloat", "monolean-audit", or "/monolean-audit". One-shot report, does not apply fixes.

ai-agentssecurityperformance
0
20
Monolean DebtA

Harvest every `monolean:` comment in the codebase into a debt ledger, so the deliberate shortcuts and deferrals monolean leaves behind get tracked instead of rotting into "later means never". Use when the user says "monolean debt", "/monolean-debt", "what did monolean defer", "list the shortcuts", "monolean ledger", or "what did we mark to do later". One-shot report, changes nothing.

ai-agentsnodegit
0
20
Monolean HelpA

Quick-reference card for all monolean modes, skills, and commands. One-shot display, not a persistent mode. Trigger: /monolean-help, "monolean help", "what monolean commands", "how do I use monolean".

ai-agentsbashgit
0
20
MonoleanA

Forces the laziest solution that actually works, simplest, shortest, most minimal. Channels a senior dev who has seen everything: question whether the task needs to exist at all (YAGNI), reach for the standard library before custom code, native platform features before dependencies, one line before fifty. Supports intensity levels: lite, full (default), ultra. Use whenever the user says "monolean", "be lean", "lean mode", "simplest solution", "minimal solution", "yagni", "do less", or "shorte...

ai-agentsrustgo
0
20
MonomotionA

HTML-native animation system using GSAP — timeline-driven, API-controllable animations that run in the browser without video rendering or React. Covers timeline control, WebSocket/REST-driven playback, effects, and sequencing.

ai-agentsjavascriptjava
0
20
MonoswarmA

Coordinate in-process multi-agent work with monomind — topology selection, agent lifecycle, shared memory, and vote-based consensus. Use when scaling beyond a single agent on tasks with clear decomposition, or when a decision needs a recorded vote before work proceeds.

ai-agentsrustgo
0
20
Pair ProgrammingA

AI-assisted pair programming with multiple modes (driver/navigator/switch), real-time verification, quality monitoring, and comprehensive testing. Supports TDD, debugging, refactoring, and learning sessions. Features automatic role switching, continuous code review, security scanning, and performance optimization with truth-score verification.

code-qualityjavascriptgo
0
20
Performance AnalysisA

Comprehensive performance analysis, bottleneck detection, and optimization recommendations for Monomind swarms

ai-agentsgobash
0
20
Skill BuilderA

Create new Claude Code Skills with proper YAML frontmatter, progressive disclosure structure, and complete directory organization. Use when you need to build custom skills for specific workflows, generate skill templates, or understand the Claude Skills specification.

ai-agentstypescriptgo
0
20
Source Command Monograph Monograph BuildA

Build the knowledge graph from code, docs (md/txt/rst), and PDFs — full index with optional Codex LLM semantic extraction

ai-agentsjavascriptjava
0
20
Source Command Monograph Monograph SearchA

Search the knowledge graph using BM25 keyword search, semantic (embedding) search, or hybrid RRF-merged results — filter by node type (Section, Function, Class, File, Concept)

ai-agentsjavascriptgo
0
20
Source Command Monograph Monograph StatsA

Show knowledge graph statistics — node counts by type, edge type breakdown, and top concepts by importance score

ai-agentsjavascriptjava
0
20
Source Command Monograph Monograph WatchA

Watch for file changes and incrementally rebuild the knowledge graph — keeps the graph fresh during active development or documentation writing

ai-agentsjavascriptjava
0
20
Source Command Monograph Monograph WikiA

Scan all docs and PDFs and build a searchable knowledge graph — optimized for documentation-heavy projects with Codex LLM semantic extraction

ai-agentsbashnode
0
20
Source Command Monoswarm AnalysisA

Analysis swarm strategy — distributed codebase, performance, and security analysis through coordinated mesh agents

ai-agentsjavascriptjava
0
20
Source Command Monoswarm DevelopmentA

Development swarm strategy — hierarchical team coordination for building features with architect → coder → tester flow

ai-agentsjavascripttypescript
0
20
Source Command Monoswarm ExamplesA

Swarm pattern examples — concrete recipes for research, development, analysis, and testing swarms with real MCP tool invocations

ai-agentsjavascripttypescript
0
20
Source Command Monoswarm MaintenanceA

Maintenance swarm strategy — sequential coordinated system maintenance for dependency updates, security audits, and documentation

ai-agentsjavascriptjava
0
20
Source Command Monoswarm MonoswarmA

Main monoswarm skill — initializes and starts multi-agent swarms for research, development, analysis, testing, optimization, and maintenance tasks, with optional vote-based consensus

ai-agentsjavascripttypescript
0
20
Source Command Monoswarm OptimizationA

Optimization swarm strategy — performance profiling, bottleneck detection, and coordinated optimization through specialized mesh agents

ai-agentsjavascriptjava
0
20
Source Command Monoswarm ResearchA

Research swarm strategy — parallel information gathering with mesh topology for deep research, literature review, and knowledge synthesis

ai-agentsjavascriptgo
0
20
Source Command Monoswarm TestingA

Testing swarm strategy — distributed parallel test execution with specialized unit, integration, E2E, and performance testing agents

ai-agentsjavascriptjava
0
20