mattmre

206 mods across 1 repository, 3 stars between them.

slack-gif-creator

25

mattmre/EVOKORE-MCP-PUBLIC

Skill Claude CodeCodex

Toolkit for creating animated GIFs optimized for Slack, with validators for size constraints and composable animation primitives. This skill applies when users request animated GIFs or emoji animations for Slack from descriptions like "make me a GIF for Slack of X doing Y".

not rated 3 3mo ago A 57 tokens copy · 100% MIT

mattmre/EVOKORE-MCP-PUBLIC

Skill Claude CodeCodex

Analyzes job descriptions and generates tailored resumes that highlight relevant experience, skills, and achievements to maximize interview chances.

not rated 3 3mo ago A 27 tokens copy · 100% MIT

theme-factory

27

mattmre/EVOKORE-MCP-PUBLIC

Skill Claude CodeCodex

Toolkit for styling artifacts with a theme. These artifacts can be slides, docs, reportings, HTML landing pages, etc. There are 10 pre-set themes with colors/fonts that you can apply to any artifact that has been creating, or can generate a new theme on-the-fly.

not rated 3 3mo ago A 62 tokens copy · 100% MIT

zoom-out

28

mattmre/EVOKORE-MCP-PUBLIC

Skill Claude CodeCodex

Use when an agent needs to go up a layer of abstraction — map calling modules, identify the seam at which a change should land, and check whether the bug or feature lives at the right altitude.

not rated 3 3mo ago A 43 tokens original MIT

ubiquitous-language

29

mattmre/EVOKORE-MCP-PUBLIC

Skill Claude CodeCodex needs its repo

Use when crystallizing a domain glossary for a single bounded context — extract canonical terms from replay JSONL, evidence JSONL, and src/ identifiers, then write GLOSSARY.md scoped to that context only.

not rated 3 3mo ago A 48 tokens original MIT

artifacts-builder

30

mattmre/EVOKORE-MCP-PUBLIC

Skill Claude CodeCodex

Suite of tools for creating elaborate, multi-component claude.ai HTML artifacts using modern frontend web technologies (React, Tailwind CSS, shadcn/ui). Use for complex artifacts requiring state management, routing, or shadcn/ui components - not for simple single-file HTML/JSX artifacts.

not rated 3 3mo ago A 63 tokens copy · 98% MIT

changelog-generator

31

mattmre/EVOKORE-MCP-PUBLIC

Skill Claude CodeCodex

Automatically creates user-facing changelogs from git commits by analyzing commit history, categorizing changes, and transforming technical commits into clear, customer-friendly release notes. Turns hours of manual changelog writing into minutes of automated generation.

not rated 3 3mo ago A 48 tokens copy · 97% MIT

mattmre/EVOKORE-MCP-PUBLIC

Skill Claude CodeCodex

Drive runtime analysis with debugger-first workflows for breakpoint planning, register and memory observation, and static-to-dynamic correlation. Use when static analysis is insufficient or runtime behavior must be confirmed.

not rated 3 3mo ago A 41 tokens original MIT

mattmre/EVOKORE-MCP-PUBLIC

Skill Claude CodeCodex

Analyzes your recent Claude Code chat history to identify coding patterns, development gaps, and areas for improvement, curates relevant learning resources from HackerNews, and automatically sends a personalized growth report to your Slack DMs.

not rated 3 3mo ago A 47 tokens copy · 100% MIT

frontend-design

34

mattmre/EVOKORE-MCP-PUBLIC

Skill Claude CodeCodex

Create distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.

not rated 3 3mo ago A 43 tokens copy · 89% MIT

ghidra-core-recon

35

mattmre/EVOKORE-MCP-PUBLIC

Skill Claude CodeCodex

Perform first-pass binary reconnaissance using Ghidra-oriented workflows for functions, strings, imports, exports, and symbols. Use when opening an unfamiliar program and needing a fast map before deep decompilation.

not rated 3 3mo ago A 47 tokens original MIT

mattmre/EVOKORE-MCP-PUBLIC

Skill Claude CodeCodex

Analyze a target function through decompilation, xrefs, callers/callees, and supporting evidence. Use when a function has been identified as important and its real semantics need to be recovered.

not rated 3 3mo ago A 45 tokens original MIT

mattmre/EVOKORE-MCP-PUBLIC

Skill Claude CodeCodex

Turn raw analysis into a cleaner knowledge base by renaming functions, variables, and data while applying signatures, comments, and types. Use when enough evidence exists to improve semantic clarity without guessing.

not rated 3 3mo ago A 47 tokens original MIT

mattmre/EVOKORE-MCP-PUBLIC

Skill Claude CodeCodex

Triage suspicious binaries by combining static indicators, control-flow hints, YARA or pattern matches, and debugger confirmation. Use when the sample may be malicious, packed, evasive, or operationally risky.

not rated 3 3mo ago A 49 tokens original MIT

mcp-builder

39

mattmre/EVOKORE-MCP-PUBLIC

Skill Claude CodeCodex

Guide for creating high-quality MCP (Model Context Protocol) servers that enable LLMs to interact with external services through well-designed tools. Use when building MCP servers to integrate external APIs or services, whether in Python (FastMCP) or Node/TypeScript (MCP SDK).

not rated 3 3mo ago A 61 tokens copy · 100% MIT

refly

40

mattmre/EVOKORE-MCP-PUBLIC

Skill Claude CodeCodex

Base skill for Refly ecosystem: creates, discovers, and runs domain-specific skills bound to workflows. Routes user intent to matching domain skills via symlinks, delegates execution to Refly backend. Use when user asks to: create skills, run workflows, automate multi-step tasks, or manage pipelines. Triggers: refly…

not rated 3 3mo ago A 94 tokens original MIT

mattmre/EVOKORE-MCP-PUBLIC

Skill Claude CodeCodex

Run reverse engineering as a coordinated EVOKORE operating system with expert panels, additive workflows, and lightweight learning loops. Use when the target is complex enough that you want more than isolated tool calls.

not rated 3 3mo ago A 45 tokens original MIT

mattmre/EVOKORE-MCP-PUBLIC

Skill Claude CodeCodex

Convert completed reverse-engineering work into better future workflows, skills, and panel narratives. Use after meaningful milestones, repeated friction, or major analysis wins.

not rated 3 3mo ago A 37 tokens original MIT

mattmre/EVOKORE-MCP-PUBLIC

Skill Claude CodeCodex

Coordinate EVOKORE reverse-engineering work across Ghidra-style static analysis, semantic recovery, and debugger-guided triage. Use when opening an unfamiliar binary, planning a decompilation workflow, or choosing between static and dynamic analysis paths.

not rated 3 3mo ago A 55 tokens original MIT

mattmre/EVOKORE-MCP-PUBLIC

Skill Claude CodeCodex

Recover subsystem meaning through disciplined decompilation, xref analysis, renaming, typing, and evidence tracking. Use when a binary is partly mapped and you want durable semantic cleanup instead of ad hoc notes.

not rated 3 3mo ago A 47 tokens original MIT

setup-pre-commit

45

mattmre/EVOKORE-MCP-PUBLIC

Skill Claude CodeCodex

Use when bootstrapping or extending the pre-commit hook chain (Husky + lint-staged + Prettier + typecheck + integration tests) for an EVOKORE-style TypeScript repo, including detecting an existing setup, surfacing the diff, and never silently overwriting a configured chain.

not rated 3 3mo ago A 67 tokens original MIT

skill-creator

46

mattmre/EVOKORE-MCP-PUBLIC

Skill Claude CodeCodex

Guide for creating effective skills. This skill should be used when users want to create a new skill (or update an existing skill) that extends Claude's capabilities with specialized knowledge, workflows, or tool integrations.

not rated 3 3mo ago A 45 tokens copy · 84% MIT

mattmre/EVOKORE-MCP-PUBLIC

Skill Claude CodeCodex

Establish the first analysis charter for an unfamiliar binary, library, firmware image, or package. Use when the target is new and you need to choose the right tool lane before diving in.

not rated 3 3mo ago A 44 tokens original MIT

webapp-testing

48

mattmre/EVOKORE-MCP-PUBLIC

Skill Claude CodeCodex

Toolkit for interacting with and testing local web applications using Playwright. Supports verifying frontend functionality, debugging UI behavior, capturing browser screenshots, and viewing browser logs.

not rated 3 3mo ago A 35 tokens copy · 98% 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: