endorphin-ai

59 mods across 2 repositories, 7 stars between them.

agent-engineering

02

endorphin-ai/hasbrains-agent-kit

Plugin Claude Code

Engineering discipline for AI agent systems — four always-on principles, test-driven development, verification-before-completion, system-architecture playbooks, a scope-disciplined product manager, and docs/-native project management.

4 1mo ago A tokens not measured original MIT

endorphin-ai/hasbrains-agent-kit

Skill Claude CodeCodex

Universal, project-agnostic playbook for managing an ENTIRE project inside the repo's docs/ folder — the docs/-native system of record, reusable in any project, new or existing, with no external issue tracker. Defines WHAT it manages: the work-item TAXONOMY (Roadmap → docs/ROADMAP.md + docs/roadmap.json, PRD →…

4 1mo ago A 319 tokens original MIT

four-principles

04

endorphin-ai/hasbrains-agent-kit

Skill Claude CodeCodex

Four always-on engineering principles for ALL work before, during, and after coding — Think Before Coding (surface assumptions/tradeoffs, never guess silently), Simplicity First (minimum code that solves it, nothing speculative), Surgical Changes (touch only what the request needs, every changed line traces to the…

4 1mo ago A 114 tokens original MIT

pm

05

endorphin-ai/hasbrains-agent-kit

Skill Claude CodeCodex

Universal, project-agnostic PRODUCT MANAGER playbook — the scope-disciplined PM that plans a project, gates its launch, and says no. Five modes, one workflow each: prd (turn a spec or a user request into a build-ready PRD — objectives, in-scope, out-of-scope guards, an acceptance-criteria table mapping every success…

4 1mo ago A 310 tokens original MIT

system-architecture

06

endorphin-ai/hasbrains-agent-kit

Skill Claude CodeCodex

Use when designing a system, choosing an architecture pattern, making a technology decision, or doing capacity/scalability planning — BEFORE drilling into framework-specific mechanics. A lean MAP over three reference docs: pattern selection (monolith → modular monolith → microservices → event-driven → CQRS → event…

4 1mo ago A 204 tokens original MIT

endorphin-ai/hasbrains-agent-kit

Skill Claude CodeCodex

Use when implementing any feature or bugfix, in any language or framework, before writing implementation code — write the test first, watch it fail, then write minimal code to pass. Covers the red-green-refactor loop, test-quality principles, rationalization counters, and test-layer selection.

4 1mo ago A 61 tokens original MIT

endorphin-ai/hasbrains-agent-kit

Skill Claude CodeCodex

Use when about to claim work is complete, fixed, or passing, before committing or creating PRs - requires running verification commands and confirming output before making any success claims; evidence before assertions always.

4 1mo ago A 43 tokens copy · 84% MIT

content-creation

09

endorphin-ai/hasbrains-agent-kit

Plugin Claude Code

Content engine for technical creators — social posts and video scripts engineered around named copywriting frameworks, scroll-stopping hooks, and retention mechanics.

4 1mo ago A tokens not measured original MIT

soc-media-writer

10

endorphin-ai/hasbrains-agent-kit

Skill Claude CodeCodex

Write high-performing social media content engineered around named copywriting frameworks, scroll-stopping hooks, and retention mechanics. For video it produces three coordinated outputs — the spoken DIALOGUE (voiceover), the VIDEO SCENARIO (timed two-column shot list with visual cues), and the EXPLANATION (notes on…

4 1mo ago A 235 tokens original MIT

context-engineering

11

endorphin-ai/hasbrains-agent-kit

Plugin Claude Code

Context engineering for AI agents — AI-optimized second-brain skills, durable pipeline state for multi-agent handoffs, and expert prompt building.

4 1mo ago A tokens not measured original MIT

build-brain

12

endorphin-ai/hasbrains-agent-kit

Skill Claude CodeCodex

Turn a skill or raw data into an AI-optimized "second brain" skill — a lean SKILL.md map backed by atomized, tagged references and JSON navigation maps. Analyzes the source, triple-checks, and writes a before/after improvement report.

4 1mo ago A 58 tokens original MIT

pipeline-state

13

endorphin-ai/hasbrains-agent-kit

Skill Claude CodeCodex

Durable, file-backed pipeline handoff BUS for a whole multi-agent run (the orchestrator + every worker agent). Persists per-run variables, per-phase outputs, and .ailog/ evidence-PATH references to a PER-SESSION, git-ignored JSON file under .ailog/ (.ailog/session- - .json, one per run) that survives context…

4 1mo ago A 209 tokens original MIT

prompt-expert

14

endorphin-ai/hasbrains-agent-kit

Skill Claude CodeCodex

Expert prompt engineer that interviews users and builds high-quality prompts for any AI (Claude, Gemini, Copilot, ChatGPT, etc.). Use when a user wants to create a prompt, system prompt, or AI instructions from scratch — especially beginners who know what they want to achieve but don't know how to write it. Trigger…

4 1mo ago B 153 tokens original MIT

teaching

15

endorphin-ai/hasbrains-agent-kit

Plugin Claude Code

Interactive AI teaching pipeline — /repo-to-course turns any codebase into a structured tutorial course (markdown, GitHub Pages site, or interactive HTML).

4 1mo ago A tokens not measured original MIT

web-dev

17

endorphin-ai/hasbrains-agent-kit

Plugin Claude Code

Multi-agent web dev pipeline — UX research and design critique around the build, plus the designer ↔ frontend contract: freeze approved mockups into a canonical oracle, port them 1:1 on any stack, and verify with screenshot-based design-diff gates.

4 1mo ago A tokens not measured original MIT

endorphin-ai/hasbrains-agent-kit

Skill Claude CodeCodex

The universal, tech-agnostic DESIGNER ↔ FRONTEND contract — how the web designer and the frontend dev help each other, where they store their shared data, how they communicate, and how the contract between them is written and ENFORCED. Three sides: the DESIGNER freezes an approved mockup into a canonical oracle…

4 1mo ago A 294 tokens original MIT

ux-expert

19

endorphin-ai/hasbrains-agent-kit

Skill Claude CodeCodex

Use for UX RESEARCH, DEFINITION and EVALUATION work — the reasoning that comes BEFORE a wireframe and the critique that comes AFTER a build. Six modes: research (pick the right research method for the question + product stage), personas (research-grounded personas, 2-4, relevance-tested), storyboard (one persona · one…

4 1mo ago A 280 tokens original MIT

[object Object]

20

endorphin-ai/claude-code-teams

Agent Claude Code

Agent "[object Object]" from endorphin-ai/claude-code-teams, covering context, identity, operating modes, default mode and knowledge reference.

3 6mo ago A 81 tokens

architect-fullstack

21

endorphin-ai/claude-code-teams

Agent Claude Code

System Architect agent that designs APIs, DB schemas, component trees, and reviews code. Use when: Designing system architecture for a new feature Creating API contracts and database schemas Reviewing code against design specifications Examples: User: "Design the backend and frontend architecture" Assistant: "I'll…

3 6mo ago A 101 tokens

go-dev

22

endorphin-ai/claude-code-teams

Agent Claude Code

Golang backend developer that implements REST APIs with Chi, PostgreSQL, and layered architecture. Use when: Implementing Go backend API endpoints Creating database models and migrations Building service and repository layers Examples: User: "Implement the user API endpoints" Assistant: "I'll dispatch go-dev to…

3 6mo ago A 96 tokens

pm-fullstack

23

endorphin-ai/claude-code-teams

Agent Claude Code

Product Manager agent that writes PRDs and validates deliverables. Use when: Writing requirements for a new feature Reviewing deliverables against acceptance criteria Creating bug reports with reproduction steps Examples: User: "Build a user authentication system" Assistant: "I'll dispatch pm-fullstack to write the…

3 6mo ago A 102 tokens

react-dev

24

endorphin-ai/claude-code-teams

Agent Claude Code

React frontend developer that implements UI with TypeScript, Vite, TanStack Query, and Tailwind CSS. Use when: Implementing React UI components and pages Building API client layer and state management Creating forms, routing, and interactive features Examples: User: "Implement the user dashboard UI" Assistant: "I'll…

3 6mo ago A 107 tokens