Skip to content

Instantly share code, notes, and snippets.

View marcosfdev's full-sized avatar

Marc O'Brien marcosfdev

  • indoglow
  • San Francisco
View GitHub Profile
@marcosfdev
marcosfdev / new-project-starter.md
Created May 8, 2026 02:38
Multi-agent orchestrator + memory + tests starter (Python, LangGraph) — distilled from rise

New-Project Starter — Orchestrator + Memory + Tests

A self-contained bootstrap kit for spinning up a new Python + LangGraph project with the patterns that have proven out in rise: orchestrator + multi-worker agents, memory-first workflow, test-first process, rules-as-code, and Claude Code config tuned for low-friction iteration.

Drop the contents of this document into a fresh repo and you have:

  • A working orchestrator skeleton (StateGraph + parallel-Send dispatch + evaluator/synthesizer + agent registry)
  • .claude/ config with permissions, slash commands, ruff hook
  • MEMORY.md index + memory file templates
  • Test skeleton + ruff/mypy/pytest pre-wired
  • Boris's founding Claude principles encoded as project rules
@marcosfdev
marcosfdev / React JS Weather App.markdown
Created November 4, 2015 04:09
React JS Weather App