mattmre

206 mods across 1 repository, 3 stars between them.

agentic-jujutsu

49

mattmre/EVOKORE-MCP-PUBLIC

Skill Claude CodeCodex

Use when multiple agents need to write to the same repo concurrently without file-lock stalls — applies claim-before-write, parallel branch fan-out, and semantic 3-way merge to achieve 87% auto-conflict resolution.

not rated 3 3mo ago A 50 tokens original MIT

anti-slop

50

mattmre/EVOKORE-MCP-PUBLIC

Skill Claude Code

Use when reviewing your own tool-call sequence (or another agent's) for wasteful patterns — re-reading a file you just edited, repeated reads of the same path, bash echo for plain communication. Surfaces concrete patterns to avoid, not vague style advice.

not rated 3 3mo ago A 56 tokens original MIT

browser

51

mattmre/EVOKORE-MCP-PUBLIC

Skill Claude CodeCodex

Use when automating browser interactions, web scraping, or E2E UI testing using AI-optimized abbreviated selectors and isolated multi-session contexts.

not rated 3 3mo ago A 30 tokens original MIT

mattmre/EVOKORE-MCP-PUBLIC

Skill Claude CodeCodex needs its repo

Use when cutting a GitHub release that needs progressive canary rollout (5%→25%→50%→100%) with automated health gates and auto-rollback on error-rate or latency regressions.

not rated 3 3mo ago A 45 tokens original MIT

hooks-automation

53

mattmre/EVOKORE-MCP-PUBLIC

Skill Claude Code needs its repo

Use when you need to implement or debug Claude Code hooks using the 3-phase memory sync pattern (STATUS→PROGRESS→COMPLETE) with JSON flow-control responses.

not rated 3 3mo ago A 38 tokens original MIT

master-workflow-555

54

mattmre/EVOKORE-MCP-PUBLIC

Skill Claude CodeCodex

Use when orchestrating a non-trivial coding task end-to-end and you want disciplined phase/panel/gate structure without giving up autonomous-loop continuity. Drives the 5/5/5 master workflow (5 phases, 5 panels, 5 gates).

not rated 3 3mo ago A 58 tokens original MIT

sparc-methodology

55

mattmre/EVOKORE-MCP-PUBLIC

Skill Claude CodeCodex

Use when you need to structure complex development work using the 5-phase SPARC methodology (Specification, Pseudocode, Architecture, Refinement, Completion).

not rated 3 3mo ago A 36 tokens original MIT

v3-mcp-optimization

56

mattmre/EVOKORE-MCP-PUBLIC

Skill Claude CodeCodex

Use when ProxyManager throughput or cold-start latency is a bottleneck — catalogs six optimization patterns (O(1) lookup, 3-tier cache, batch compression, pool reuse, lazy deserialization, parallel boot) with TypeScript snippets and expected gains.

not rated 3 3mo ago A 58 tokens original MIT

mattmre/EVOKORE-MCP-PUBLIC

Skill Claude CodeCodex

Use when you need to verify work quality using truth scoring (0.0–1.0) with environment-tiered thresholds and machine-readable JSON CI gate output.

not rated 3 3mo ago A 36 tokens original MIT

docs-architect

59

mattmre/EVOKORE-MCP-PUBLIC

Skill Claude CodeCodex

Execute a Gold Standard documentation overhaul or normalize cross-links across the existing docs suite.

not rated 3 3mo ago A 20 tokens original MIT

mattmre/EVOKORE-MCP-PUBLIC

Skill Claude CodeCodex

Start an implementation cycle: review priorities, check stale branches, orchestrate agents for coding tasks, and wrap up the session.

not rated 3 3mo ago A 28 tokens original MIT

mattmre/EVOKORE-MCP-PUBLIC

Skill Claude CodeCodex

Analyzes a batch of completed phase specs against their actual session outcomes and produces an updated phase spec template with structural improvements, optionally applying the improved template to remaining unstarted phase specs.

not rated 3 3mo ago A 40 tokens original MIT

pr-manager

62

mattmre/EVOKORE-MCP-PUBLIC

Skill Claude CodeCodex

Review, test, lint, and prepare smart merges for all open and closed PRs, verifying features and documenting technical debt.

not rated 3 3mo ago A 28 tokens original MIT

repo-ingestor

63

mattmre/EVOKORE-MCP-PUBLIC

Skill Claude CodeCodex

Ingest external repositories, research papers, and benchmarks using 40-agent swarms to analyze, adapt features, and improve current workflows.

not rated 3 3mo ago A 31 tokens original MIT

security-review

64

mattmre/EVOKORE-MCP-PUBLIC

Skill Claude CodeCodex

Comprehensive security review checklist covering input validation, authentication, secrets management, and vulnerability patterns.

not rated 3 3mo ago A 20 tokens original MIT

session-wrap

65

mattmre/EVOKORE-MCP-PUBLIC

Skill Claude CodeCodex

Wrap up the current coding session by creating PRs, updating the session log, preparing the next session md, and updating the claude md with learnings.

not rated 3 3mo ago A 35 tokens original MIT

hive-concepts

66

mattmre/EVOKORE-MCP-PUBLIC

Skill Claude CodeCodex needs its repo

Core concepts for goal-driven agents - architecture, node types (eventloop, function), tool discovery, and workflow overview. Use when starting agent development or need to understand agent fundamentals.

not rated 3 3mo ago A 41 tokens original MIT

hive-credentials

67

mattmre/EVOKORE-MCP-PUBLIC

Skill Claude CodeCodex

Set up and install credentials for an agent. Detects missing credentials from agent config, collects them from the user, and stores them securely in the local encrypted store at /.hive/credentials.

not rated 3 3mo ago C 44 tokens original MIT

hive-patterns

68

mattmre/EVOKORE-MCP-PUBLIC

Skill Claude CodeCodex

Best practices, patterns, and examples for building goal-driven agents. Includes client-facing interaction, feedback edges, judge patterns, fan-out/fan-in, context management, and anti-patterns.

not rated 3 3mo ago A 43 tokens original MIT

hive-test

69

mattmre/EVOKORE-MCP-PUBLIC

Skill Claude CodeCodex

Iterative agent testing with session recovery. Execute, analyze, fix, resume from checkpoints. Use when testing an agent, debugging test failures, or verifying fixes without re-running from scratch.

not rated 3 3mo ago A 41 tokens original MIT

hive

70

mattmre/EVOKORE-MCP-PUBLIC

Skill Claude CodeCodex

Complete workflow for building, implementing, and testing goal-driven agents. Orchestrates hive- skills. Use when starting a new agent project, unsure which skill to use, or need end-to-end guidance.

not rated 3 3mo ago A 44 tokens original MIT

mattmre/EVOKORE-MCP-PUBLIC

Skill Claude CodeCodex

Core orchestration framework for model-agnostic multi-agent workflows with handoff protocol, policy governance, and configuration schemas.

not rated 3 3mo ago A 28 tokens original MIT

At most 3 mods per repository are shown here, and a mod shipped inside a plugin is left to that plugin's page — the rest are on their repository pages: