ed3dai

60 mods across 1 repository, 248 stars between them.

coding-effectively

25

ed3dai/ed3d-plugins

Skill Claude CodeCodex

ALWAYS use this skill when writing or refactoring code. Includes context-dependent sub-skills to empower different coding styles across languages and runtimes.

248 2mo ago A 33 tokens

defense-in-depth

26

ed3dai/ed3d-plugins

Skill Claude CodeCodex

Use when invalid data causes failures deep in execution - validates at every layer data passes through to make bugs structurally impossible rather than temporarily fixed.

248 2mo ago A 32 tokens

howto-code-in-rust

27

ed3dai/ed3d-plugins

Skill Claude CodeCodex

Use when writing, reviewing, or modifying Rust code - covers error handling with thiserror+miette, type system patterns, async and serde conventions, testing crates, dependency pinning, and module organization.

248 2mo ago A 46 tokens

ed3dai/ed3d-plugins

Skill Claude CodeCodex

Use when writing TypeScript code, reviewing TS implementations, or making decisions about type declarations, function styles, or naming conventions - comprehensive house style covering type vs interface rules, function declarations, FCIS integration, immutability patterns, and type safety enforcement.

248 2mo ago A 57 tokens

ed3dai/ed3d-plugins

Skill Claude CodeCodex

Use when writing database access code, creating schemas, or managing transactions with PostgreSQL - enforces transaction safety with TX naming, read-write separation, type safety for UUIDs/JSONB, and snakecase conventions to prevent data corruption and type errors.

248 2mo ago A 58 tokens

ed3dai/ed3d-plugins

Skill Claude CodeCodex

Use when writing or refactoring code, before creating files - enforces separation of pure business logic (Functional Core) from side effects (Imperative Shell) using FCIS pattern with mandatory file classification.

248 2mo ago A 46 tokens

ed3dai/ed3d-plugins

Skill Claude CodeCodex

Use when writing or modifying React components, planning React features, or working with .jsx/.tsx files - provides modern React patterns with TypeScript, hooks usage, component composition, and common pitfalls to avoid.

248 2mo ago A 45 tokens

ed3dai/ed3d-plugins

Skill Claude CodeCodex

Use when writing tests for serialization, validation, normalization, or pure functions - provides property catalog, pattern detection, and library reference for property-based testing.

248 2mo ago A 33 tokens

ed3dai/ed3d-plugins

Skill Claude CodeCodex

Use when writing documentation, guides, API references, or technical content for developers - enforces clarity, conciseness, and authenticity while avoiding AI writing patterns that signal inauthenticity.

248 2mo ago A 45 tokens

writing-good-tests

34

ed3dai/ed3d-plugins

Skill Claude CodeCodex

Use when writing or reviewing tests - covers test philosophy, condition-based waiting, mocking strategy, and test isolation.

248 2mo ago A 25 tokens

code-reviewer

36

ed3dai/ed3d-plugins

Agent

Reviews completed project steps against plans and enforces coding standards. Use when a numbered step from a plan is complete, a major feature is implemented, or before creating a PR. Validates plan alignment, code quality, test coverage, and architecture. Blocks merges for Minor, Important, or Critical issues.

248 2mo ago A 64 tokens

task-bug-fixer

37

ed3dai/ed3d-plugins

Agent

Fixes issues identified by code-reviewer and triggers re-review. Use when code-reviewer returns any issues that need to be addressed before merge approval.

248 2mo ago A 36 tokens

ed3dai/ed3d-plugins

Agent

Implements individual tasks from plans with TDD, skill application, verification, and git commits. Use when executing a specific task that requires writing, modifying, or testing code as part of a larger plan.

248 2mo ago A 47 tokens

test-analyst

39

ed3dai/ed3d-plugins

Agent

Use after final code review passes to validate test coverage against acceptance criteria and generate human test plans - reads test-requirements.md, verifies automated tests exist, produces manual verification documentation.

248 2mo ago A 40 tokens

how-to-customize

42

ed3dai/ed3d-plugins

Command

Explains how to customize design and implementation plans with project-specific guidance.

248 2mo ago A 13 tokens

ed3dai/ed3d-plugins

Skill Claude CodeCodex

Use after initial design context is gathered, before brainstorming - resolves contradictions in requirements, disambiguates terminology, clarifies scope boundaries, and verifies assumptions to prevent building the wrong solution.

248 2mo ago A 42 tokens

brainstorming

46

ed3dai/ed3d-plugins

Skill Claude CodeCodex

Use when creating or developing anything, before writing code or implementation plans - refines rough ideas into fully-formed designs through structured Socratic questioning, alternative exploration, and incremental validation.

248 2mo ago A 40 tokens

ed3dai/ed3d-plugins

Skill Claude CodeCodex

Use when executing implementation plans with independent tasks in the current session - dispatches fresh subagent for each task, reviews once per phase, loads phases just-in-time to minimize context usage.

248 2mo ago A 43 tokens

ed3dai/ed3d-plugins

Skill Claude CodeCodex

Use when implementation is complete, all tests pass, and you need to decide how to integrate the work - guides completion of development work by presenting structured options for merge, PR, or cleanup.

248 2mo ago A 44 tokens