duraznito16

14 mods across 1 repository, 0 stars between them.

mcp-tooling

01

duraznito16/stellar-memory

Agent Claude Code

Use for the agent-facing MCP surface — adding, renaming or reshaping MCP tools, their descriptions and input schemas, and the end-to-end MCP tests. Owns src/commands/mcp.ts and tests/mcp.test.ts. Use it whenever changing what an AI agent can ask the memory.

0 25d ago A 65 tokens

memory-vault

02

duraznito16/stellar-memory

Agent Claude Code

Use for the vault format — Markdown note rendering, frontmatter, wikilinks, note paths, staleness handling, and the index.json schema. Owns src/store/.ts and src/core/types.ts. Use it when changing what a note looks like or how the graph is persisted.

0 25d ago A 63 tokens

release-verify

03

duraznito16/stellar-memory

Agent Claude Code

Use to verify the whole tool still works before a commit, a demo, or a submission. Runs typecheck, the full test suite, a clean rebuild, a real scan of the demo project, and the Soroban contract build, then reports regressions with evidence. Use it as a gate, not for making changes.

0 25d ago A 69 tokens

soroban-analyzer

04

duraznito16/stellar-memory

Agent Claude Code

Use for any change to how stellar-memory reads Soroban source — detecting contracts, functions, storage durability and TTL, events, errors, cross-contract calls, or auth. Owns src/scanner/rust.ts and its tests. Use it when adding a new Soroban pattern to detect, or when the analyzer reports something wrong.

0 25d ago A 72 tokens

stellar-conductor

05

duraznito16/stellar-memory

Agent Claude Code

Planner and delegator for work that spans more than one part of stellar-memory — a change touching the analyser and the vault and the MCP surface, a release preparation, a multi-file refactor. Decomposes the goal, assigns each piece to the specialist that owns those files, defines the verification gate up front, and…

0 25d ago A 78 tokens

stellar-forge

06

duraznito16/stellar-memory

Agent Claude Code

Implements changes anywhere in stellar-memory that no narrower specialist owns — CLI commands, the live window and watchers, query and signals, git integration, scan orchestration, wiring and refactors. Writes the test first, matches the surrounding code, and proves the change ran. Use the owning specialist instead…

0 25d ago A 76 tokens

stellar-onchain

07

duraznito16/stellar-memory

Agent Claude Code

Use for anything touching the stellar CLI bridge or on-chain data — contract interfaces, Wasm hashes, metadata, aliases, networks, drift detection. Owns src/stellar/cli.ts and src/stellar/spec.ts. Use it before assuming any stellar CLI flag or output shape.

0 25d ago A 60 tokens

stellar-scout

08

duraznito16/stellar-memory

Agent Claude Code

Read-only investigator. Use to find out how something in this repo actually works, where a behaviour comes from, whether a claim in the README or a doc is backed by code, or what a change would touch — before anyone edits anything. Breadth-first across many files; returns conclusions with file:line evidence, never…

0 25d ago A 78 tokens

stellar-archivist

09

duraznito16/stellar-memory

Agent

--- name: stellar-archivist description: Use after a decision is made, a bug is understood, an approach is rejected, or a session ends with something learned. Writes that reasoning into the project's memory notes so it survives. Use it when you catch yourself thinking "we should write this down".

0 25d ago A 0 tokens

stellar-builder

10

duraznito16/stellar-memory

Agent

--- name: stellar-builder description: Use to write or change Soroban contract code in this project — adding an entry point, changing storage, wiring a cross-contract call, fixing a diagnosed bug. The only agent that edits contracts. Have the explorer or debugger establish context first.

0 25d ago A 0 tokens

stellar-debugger

11

duraznito16/stellar-memory

Agent

--- name: stellar-debugger description: Use when something is wrong — a failing test, a failed contract invocation, an unexpected on-chain result, or a warning from the project memory. Works backward from the symptom through the contract graph to the cause. Use it before the builder agent, never in…

0 25d ago A 0 tokens

stellar-explorer

12

duraznito16/stellar-memory

Agent

--- name: stellar-explorer description: Use to understand how this Stellar project fits together — what the contracts are, how they call each other, what a subsystem does, where something lives. Read-only. Use it before changing anything, and whenever a question starts with "how does" or "where is".

0 25d ago A 0 tokens

stellar-resume

13

duraznito16/stellar-memory

Agent

--- name: stellar-resume description: Use when returning to this project after time away, or when starting a session and needing to know where things stand. Produces a situation report — what this project is, what moved, what is deployed, what is pending, what is risky right now. Use it first, befo…

0 25d ago A 0 tokens

soroban-memory

14

duraznito16/stellar-memory

MCP server Claude CodeCodexCursor +2

Persistent memory layer for Stellar/Soroban projects. Scans your repo, links code to on-chain reality, and serves the result to you and to your AI agents over MCP. Runs locally from the soroban-memory npm package.

0 25d ago A tokens not measured