Dowwie

45 mods across 2 repositories, 24 stars between them.

execute

25

Dowwie/tasker

Skill Claude CodeCodex

EXECUTION PHASE - Run tasks via isolated subagents. Requires completed task DAG from plan phase.

19 1mo ago A 22 tokens original Apache-2.0

plan

26

Dowwie/tasker

Skill Claude CodeCodex

PLANNING PHASE - Decompose specification into task DAG with dependencies and phases. DO NOT invoke execute skill.

19 1mo ago A 25 tokens original Apache-2.0

specify

27

Dowwie/tasker

Skill Claude CodeCodex

Interactive specification workflow - design vision, clarify capabilities, extract behaviors. Produces spec packets, capability maps, and ADRs for /plan consumption.

19 1mo ago A 32 tokens original Apache-2.0

analyze-hmp

29

Dowwie/agent_framework_study

Command Claude Code

Run the harness-model-protocol skill across all framework repositories using pre-extracted lean context.

5 8mo ago A 0 tokens

analyze-tools

30

Dowwie/agent_framework_study

Command Claude Code

Run the tool-interface-analysis skill across all framework repositories using pre-extracted lean context.

5 8mo ago A 0 tokens

think-elixir

31

Dowwie/agent_framework_study

Command Claude Code

Facilitate a structured design discussion for an idiomatic Elixir agent framework, using insights from the architectural forensics analysis.

5 8mo ago A 0 tokens

antipattern-catalog

32

Dowwie/agent_framework_study

Skill Claude CodeCodex

Document technical debt, anti-patterns, and patterns to avoid from analyzed frameworks. Use when (1) creating a "Do Not Repeat" list from framework analysis, (2) categorizing observed code smells and issues, (3) assessing severity of architectural problems, (4) generating remediation suggestions, or (5) synthesizing…

5 8mo ago A 78 tokens

Dowwie/agent_framework_study

Skill Claude CodeCodex

Master protocol for deconstructing agent frameworks to inform derivative system architecture. Use when (1) analyzing an agent framework's codebase comprehensively, (2) comparing multiple frameworks to select best practices, (3) designing a new agent system based on prior art, (4) documenting architectural decisions…

5 8mo ago A 101 tokens

Dowwie/agent_framework_study

Skill Claude CodeCodex

Generate a reference architecture specification from analyzed frameworks. Use when (1) designing a new agent framework based on prior art, (2) defining core primitives (Message, State, Tool types), (3) specifying interface protocols, (4) creating execution loop pseudocode, or (5) producing architecture diagrams and…

5 8mo ago A 70 tokens

codebase-mapping

35

Dowwie/agent_framework_study

Skill Claude CodeCodex

Repository structure and dependency analysis for understanding a codebase's architecture. Use when needing to (1) generate a file tree or structure map, (2) analyze import/dependency graphs, (3) identify entry points and module boundaries, (4) understand the overall layout of an unfamiliar codebase, or (5) prepare for…

5 8mo ago A 75 tokens

comparative-matrix

36

Dowwie/agent_framework_study

Skill Claude CodeCodex

Generate structured comparisons and decision matrices across analyzed frameworks. Use when (1) comparing multiple frameworks or approaches side-by-side, (2) making architectural decisions between alternatives, (3) creating best-of-breed selection documentation, (4) synthesizing findings from multiple analysis skills…

5 8mo ago A 74 tokens

Dowwie/agent_framework_study

Skill Claude CodeCodex

Evaluate extensibility patterns, abstraction layers, and configuration approaches in frameworks. Use when (1) assessing base class/protocol design, (2) understanding dependency injection patterns, (3) evaluating plugin/extension systems, (4) comparing code-first vs config-first approaches, or (5) determining framework…

5 8mo ago A 68 tokens

Dowwie/agent_framework_study

Skill Claude CodeCodex

Extract and analyze agent reasoning loops, step functions, and termination conditions. Use when needing to (1) understand how an agent framework implements reasoning (ReAct, Plan-and-Solve, Reflection, etc.), (2) locate the core decision-making logic, (3) analyze loop mechanics and termination conditions, (4) document…

5 8mo ago A 90 tokens

Dowwie/agent_framework_study

Skill Claude CodeCodex

Analyze fundamental data primitives, type systems, and state management patterns in a codebase. Use when (1) evaluating typing strategies (Pydantic vs TypedDict vs loose dicts), (2) assessing immutability and mutation patterns, (3) understanding serialization approaches, (4) documenting state shape and lifecycle, or…

5 8mo ago A 80 tokens

Dowwie/agent_framework_study

Skill Claude CodeCodex

Analyze control flow, concurrency models, and event architectures in agent frameworks. Use when (1) understanding async vs sync execution patterns, (2) classifying execution topology (DAG/FSM/Linear), (3) mapping event emission and observability hooks, (4) evaluating scalability characteristics, or (5) comparing…

5 8mo ago B 73 tokens

Dowwie/agent_framework_study

Skill Claude CodeCodex

Analyze the protocol layer between agent harness and LLM model. Use when (1) understanding message wire formats and API contracts, (2) examining tool call encoding/decoding mechanisms, (3) evaluating streaming protocols and partial response handling, (4) identifying agentic chat primitives (system prompts…

5 8mo ago A 97 tokens

Dowwie/agent_framework_study

Skill Claude CodeCodex

Analyze context management, memory systems, and state continuity in agent frameworks. Use when (1) understanding how prompts are assembled, (2) evaluating eviction policies for context overflow, (3) mapping memory tiers (short-term/long-term), (4) analyzing token budget management, or (5) comparing context strategies…

5 8mo ago A 71 tokens

Dowwie/agent_framework_study

Skill Claude CodeCodex

Analyze coordination patterns, handoff mechanisms, and state sharing in multi-agent systems. Use when (1) understanding how agents transfer control, (2) evaluating shared vs isolated state patterns, (3) mapping communication protocols between agents, (4) assessing multi-agent orchestration approaches, or (5) comparing…

5 8mo ago A 70 tokens

resilience-analysis

44

Dowwie/agent_framework_study

Skill Claude CodeCodex

Assess error handling, isolation boundaries, and recovery mechanisms in agent frameworks. Use when (1) tracing error propagation paths, (2) evaluating sandboxing for code execution, (3) understanding retry and fallback mechanisms, (4) assessing production readiness, or (5) identifying failure modes and recovery…

5 8mo ago A 65 tokens

Dowwie/agent_framework_study

Skill Claude CodeCodex

Analyze tool registration, schema generation, and error feedback mechanisms in agent frameworks. Use when (1) understanding how tools are defined and registered, (2) evaluating schema generation approaches (introspection vs manual), (3) tracing error feedback loops to the LLM, (4) assessing retry and self-correction…

5 8mo ago A 78 tokens