meridun

17 mods across 1 repository, 0 stars between them.

Explore

01

meridun/pemr

Agent Claude Code

Read-only search agent for broad fan-out searches — when answering means sweeping many files, directories, or naming conventions and you only need the conclusion, not the file dumps. It reads excerpts rather than whole files, so it locates code; it doesn't review or audit it. Specify search breadth — 'medium' for…

0 3d ago A 79 tokens

executor

02

meridun/pemr

Agent Claude Code

Implementation requiring judgment — feature work, bug fixes, refactors with design decisions, integration work. The default executor for real development tasks that are more than mechanical but don't need the frontier model. Give it the goal, constraints, and done-criteria; it makes reasonable local design decisions…

0 3d ago A 60 tokens

mech-executor

03

meridun/pemr

Agent Claude Code

Mechanical execution of fully-specified work — pattern-based refactors and renames, writing tests that follow existing conventions, documentation updates, bulk multi-file edits from an explicit spec, running test suites and fixing trivial failures. Use when the task needs no design decisions; give it a complete spec…

0 3d ago A 72 tokens

pemr-researcher

04

meridun/pemr

Agent Claude Code

Explore the codebase, find existing patterns, and gather context before implementation. Use when searching for prior art or answering architectural questions.

0 3d ago A 32 tokens

scout

05

meridun/pemr

Agent Claude Code

Read-only reconnaissance. Use for any search, lookup, or 'where/how is X' question that requires no judgment — locating files, symbols, usages, config values, or summarizing how something works across the codebase. Returns concise findings with file:line references. Cheapest way to gather facts; prefer it over reading…

0 3d ago A 79 tokens

sdlc-worker

06

meridun/pemr

Agent Claude Code

Isolated SDLC pipeline lane worker. Spawned by the sdlc-dispatch scheduled task to execute one prompts/sdlc/ .md pass. Deliberately has NO agent-spawning tool: all owner work is done inline.

0 3d ago A 54 tokens

security-executor

07

meridun/pemr

Agent Claude Code

Security-sensitive implementation and analysis — authentication/authorization, secrets handling, crypto usage, input validation, hardening, dependency vulnerability triage, security-relevant code review. Use for ANY task where the word 'security' applies, instead of executor or the main session.

0 3d ago A 57 tokens

verifier

08

meridun/pemr

Agent Claude Code

Fresh-context adversarial verification of completed work. Use after any non-trivial change, before reporting it done — give it the claimed outcome and the diff/paths, and it independently tries to refute the claim by exercising the code, running tests, and probing edge cases. Returns CONFIRMED or REFUTED with…

0 3d ago A 81 tokens

PreToolUse

09

meridun/pemr

Hook Claude Code

Runs before the agent uses a tool for Bash, Read, Glob, Grep and Bash tool calls, executing graphify-nudge.py and pii-guard.py via python3 (2 commands). From meridun/pemr.

0 3d ago A tokens not measured

UserPromptSubmit

10

meridun/pemr

Hook Claude Code

Runs when you submit a prompt, before the agent sees it, running an inline shell check. From meridun/pemr.

0 3d ago A tokens not measured

pemr

11

meridun/pemr

Settings file Claude Code

Agent settings declaring 2 hook events (PreToolUse, UserPromptSubmit).

0 3d ago A tokens not measured

pemr-agent-skill

12

meridun/pemr

Skill Claude CodeCodex

Create and maintain Agent Skills for this repository. Use when adding new skills, updating existing skills, or registering skills in copilot-instructions.md.

0 3d ago A 35 tokens

pemr-doc-tiers

13

meridun/pemr

Skill Claude CodeCodex

Harvest session learnings into the documentation tier system and audit/reorganize the tiers (L1 copilot-instructions, L2 skills, L3 docs, agents, memory). Use when a session ends with discoverable information ("harvest this session", "update the doc tiers", "capture what we learned"), or when auditing, rebalancing, or…

0 3d ago A 84 tokens

meridun/pemr

Instructions file GitHub Copilot

Copilot instructions for meridun/pemr, covering copilot instructions, core principles, memory vs documentation, documentation tiers and compound tasks (load skills sequentially, not all at once).

0 3d ago A 1,280 tokens

pemr AGENTS.md

15

meridun/pemr

Instructions file CodexOpenCode

AGENTS.md instructions for meridun/pemr, covering agents.md — the pemr agent contract, client configuration, tool surface, must rules and 1. extraction naming.

0 3d ago A 10,523 tokens

pemr CLAUDE.md

16

meridun/pemr

Instructions file

Claude Code instructions for meridun/pemr, covering claude code notes, skills and agents, graphify and token wrappers.

0 3d ago A 415 tokens

pemr

17

meridun/pemr

MCP server Claude CodeCodexCursor +2

MCP server "pemr" as configured in meridun/pemr. Runs locally from the pemr Python package.

0 3d ago A tokens not measured