Demand Stack
Description
Global CLAUDE.md skill layer for Claude Code: Session Relay + Karpathy Coding Guidelines
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
README
Demand Stack Automation
Two open-source tools for teams using [Claude Code](https://claude.ai/code) to run serious, multi-session projects.
What's in here
1. Global Skill (`GLOBAL_SKILL.md`)
A drop-in behavioral layer for Claude Code that makes it better at long projects and cleaner at writing code. Install it once globally and it applies to every project.
**Skill 1: Session Relay** *(Credit: [Andy Tozier](https://github.com/Andytoizer/session-relay), Head of Growth @ [Freckle.io](https://freckle.io/) | Writing [AgentOperator](https://agentoperator.substack.com/) (building GTM with agentic tools))* Manages context across long projects so nothing is lost between sessions. Teaches Claude Code when to compact vs. start a new session, how to maintain a README as the project source of truth, and how to generate clean handoff prompts between sessions.
**Skill 2: Karpathy Coding Guidelines** Reduces common LLM coding mistakes. Enforces minimal, surgical, assumption-free code — no speculative features, no unnecessary abstractions, no silent assumptions.
**Install:**
cp GLOBAL_SKILL.md ~/.claude/CLAUDE.md
If you already have a `~/.claude/CLAUDE.md`, append the contents rather than overwriting.
2. DOE Framework (`doe-framework/`)
A fully automated weekly marketing intelligence system for B2B SaaS companies. It pulls data from your ad platforms, CRM, search tools, Reddit, and LinkedIn, runs it through Claude for analysis, and delivers a structured PDF report to Slack every week.
The framework uses a 3-layer architecture:
- Directives — SOPs in
doe-framework/directives/that define exactly what to pull, from where, and how to handle edge cases - Orchestration — Claude Code acts as the decision-maker, reading directives and calling execution scripts
- Execution — Deterministic Python scripts that do the actual data pulling and processing. Cheaper to run during production; python scripts all run for free. The only Claude AP
Related Skills
Auto Update
Pull the latest ECC repo changes and reinstall the current managed targets.
Development Ecc Guide
Navigate ECC's current agents, skills, commands, hooks, install profiles, and docs from the live repository su
Development Epic Claim
Claim an epic issue, stamp coordination state, and sync local ownership.
Development Epic Publish
Publish a validated epic update back to the issue and local cache.
Development Epic Review
Mark epic review requested, approved, or changes requested.
Development Epic Unblock
Sweep blocked epic issues and reopen anything whose dependencies are closed.
Development Related Agents
Django Build Resolver
Django/Python build, migration, and dependency error resolution specialist. Fixes pip/Poetry errors, migration
Openai Codex CLI
(55.8k ⭐) - Lightweight coding agent that runs in your terminal.
src/agents/ — 11 Agent Definitions
**Generated:** 2026-04-11