endorphin-ai/hasbrains-agent-kit
Plugin Claude Code
Plugin marketplace listing 5 plugins: agent-engineering, context-engineering, content-creation, teaching, web-dev.
endorphin-ai/hasbrains-agent-kit
Plugin Claude Code
Plugin marketplace listing 5 plugins: agent-engineering, context-engineering, content-creation, teaching, web-dev.
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.
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 →…
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…
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…
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…
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.
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.
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.
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…
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.
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.
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…
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…
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).
endorphin-ai/hasbrains-agent-kit
Command
Turn a codebase into a structured tutorial course — markdown, GitHub Pages site, or interactive HTML.
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.
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…
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…
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.
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…
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…
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…
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…