morpho-org

21 mods across 1 repository, 40 stars between them.

extract-plan

01

morpho-org/sdks

Command Codex

Read a technical document (TIB, RFC, design doc, etc.) and generate a Linear project plan with milestones and implementation issues from it.

40 today A 0 tokens MIT

pr-create

02

morpho-org/sdks

Command Codex

Create a draft PR (and a new branch if needed).

40 today A 0 tokens MIT

pr-describe

03

morpho-org/sdks

Command Codex

Generate a PR description for the current branch.

40 today A 0 tokens MIT

pr-fix

04

morpho-org/sdks

Command Codex

Apply fixes for unresolved PR review comments, resolve merge conflicts with the base branch, commit, push, resolve threads, and monitor CI. Optionally watches for new review comments and re-applies fixes automatically.

40 today A 0 tokens MIT

pr-review-ci

05

morpho-org/sdks

Command Codex

CI-mode pull request review. Posts an inline GitHub review with a formal APPROVE / REQUESTCHANGES verdict. Runs in GitHub Actions on a PR.

40 today A 0 tokens MIT

pr-review-gh

06

morpho-org/sdks

Command Codex

Local PR review. Posts an inline GitHub review as a COMMENT (never auto-approves or requests changes — leave that decision to humans). Optionally schedules a 2-minute watcher cron via --watch.

40 today A 0 tokens MIT

pr-review-local

07

morpho-org/sdks

Command Codex

Pre-PR local code review. Output to terminal only — no GitHub interaction. Optionally apply fixes once with --fix, or loop review→fix→re-review with --goal until the review passes cleanly.

40 today A 0 tokens MIT

pr-review-engine

09

morpho-org/sdks

Skill Claude CodeCodex

Shared multi-lens review dispatcher. Invoked indirectly by the /pr-review- commands and /pr-fix, never directly. Walks agents/, decides which apply via flags, fans out one sub-agent per match, aggregates findings. Supersedes the previous lib/pr-review-base.md dispatcher.

40 today A 63 tokens MIT

ci-release-security

10

morpho-org/sdks

Agent Codex

Focus: the trust boundary that ships our code. CI runs with privileged tokens; releases push artifacts under the org's identity. A bad workflow merge can leak secrets, run attacker code on a maintainer's box, or publish a poisoned package. This persona reviews diffs that touch that surface.

40 today A 3 tokens MIT

code-quality

11

morpho-org/sdks

Agent Codex

Code-level correctness inside the function bodies the diff touches. Authoritative rules live in AGENTS.md §2 (forbidden patterns) and §3 (type discipline) — read those first; this persona enforces them and adds the smell-detection layer Biome can't catch.

40 today A 2 tokens MIT

documentation

12

morpho-org/sdks

Agent Codex

Three concerns, one persona: JSDoc on code exports, Markdown docs that describe the code, and the cross-references that knit them together. When the diff changes what the code does, the docs that describe it must keep up; when the diff renames or moves a file, every pointer to it must be updated; when the spec changes…

40 today A 1 tokens MIT

morpho-org/sdks

Agent Codex

Focus: package boundaries, public surface and deprecation lifecycle, type/import discipline, NodeNext compatibility. The authoritative rules live in AGENTS.md §1 (Architecture), §2 (Forbidden patterns — rule 5: deep cross-package imports), §3 (Type discipline), §4 (Public API & packaging), and §7 (Releases &…

40 today A 4 tokens MIT

morpho-protocol

14

morpho-org/sdks

Agent Codex

Review from the protocol-facing SDK contract: does this diff still model Morpho exactly? Authoritative rules live in AGENTS.md §1 (single source of truth per ABI/address and Action/Entity layering), §5 (security invariants as tests), §7 (pin ABIs and addresses in-package), and package/nested AGENTS.md files such as…

40 today A 5 tokens MIT

morpho-org/sdks

Agent Codex

What this persona catches: typed errors that exist in the code but die silently before reaching the caller. Empty catch, unhandled promise rejections, return values dropped on the floor, dead branches the type-checker missed.

40 today A 5 tokens MIT

skill-authoring

16

morpho-org/sdks

Agent Codex

The contract that keeps this repo's review system coherent and discoverable. The personas, the engine, and AGENTS.md §10 are a single inventory expressed in several files: a wrong frontmatter field makes an agent never fire; a one-sided inventory edit leaves §10 claiming a roster that no longer matches agents/; a new…

40 today A 3 tokens MIT

style-conventions

17

morpho-org/sdks

Agent Codex

Mechanical-style enforcement and changeset relevance. Authoritative rules live in AGENTS.md §7 (changeset gates) and §8 (code style). This persona flags violations of those rules — it does not restate them.

40 today A 3 tokens MIT

test-coverage

18

morpho-org/sdks

Agent Codex

Two questions, every time: is there a test for this code? and is it in the right place?

40 today A 3 tokens MIT

web3-security

19

morpho-org/sdks

Agent Codex

The boundary between the SDK and the chain. Authoritative rules live in AGENTS.md §1 (the Action layer is pure encode-only, no state reads), §2 (typed errors), and §5 (security invariants — chainId validation, authorization, accounting, LLTV buffer, inflation-attack guard, deposit routing). The Action-layer rule and…

40 today A 3 tokens MIT

sdks AGENTS.md

20

morpho-org/sdks

Instructions file CodexOpenCode

AGENTS.md instructions for morpho-org/sdks, covering engineering rules, 1. architecture, layering: one direction, no exceptions, modularity: one reason to exist and testability: pure cores, i/o at the edge.

40 today A 8,097 tokens MIT

sdks CLAUDE.md

21

morpho-org/sdks

Instructions file

Claude Code instructions for morpho-org/sdks, a project described as: Collection of SDKs to ease interactions with the Morpho protocol and Morpho Vaults.

40 today A 3 tokens MIT