ed3dai/ed3d-plugins

Ed's repo of Claude Code plugins, centered around a research-plan-implement workflow. Only a tiny bit cursed. If you're lucky.

248Stars on the repository
60Mods indexed here, across every type
2mo agoLast push, which is what freshness is scored on
noneNo LICENSE: all rights reserved, so bodies are not copied

ed3dai/ed3d-plugins

Skill Claude CodeCodex

Use when analyzing a large corpus of text, code, or data that exceeds a single agent's effective context - orchestrates parallel Worker subagents, Critic review subagents, and a final Summarizer subagent with task tracking and failure recovery.

248 2mo ago A 58 tokens

creating-a-plugin

03

ed3dai/ed3d-plugins

Skill Claude CodeCodex

Use when creating a new Claude Code plugin or setting up plugin structure - provides complete file organization, manifest format, and component definitions for commands, agents, skills, hooks, and MCP servers.

248 2mo ago A 41 tokens

creating-an-agent

04

ed3dai/ed3d-plugins

Skill Claude CodeCodex

Use when creating specialized subagents for Claude Code plugins or the Task tool - covers description writing for auto-delegation, tool selection, prompt structure, and testing agents.

248 2mo ago A 37 tokens

ed3dai/ed3d-plugins

Skill Claude CodeCodex

Use when creating, releasing, or maintaining a Claude Code Plugin Marketplace - covers marketplace.json schema, version management, release checklists, changelog conventions, and validation to prevent sync drift between plugin.json and marketplace.json.

248 2mo ago A 48 tokens

ed3dai/ed3d-plugins

Skill Claude CodeCodex

Use when completing development phases or branches to identify and update CLAUDE.md or AGENTS.md files that may have become stale - analyzes what changed, determines affected contracts and documentation, and coordinates updates.

248 2mo ago A 44 tokens

ed3dai/ed3d-plugins

Skill Claude CodeCodex

Use when writing skills, CLAUDE.md files, agent prompts, or any directives that involve shell commands, environment variables, API credentials, file creation, or git operations - prevents secrets leakage into LLM context, unsafe shell patterns, and credential exposure.

248 2mo ago C 55 tokens

ed3dai/ed3d-plugins

Skill Claude CodeCodex

Use when creating or editing skills, before deployment, to verify they work under pressure and resist rationalization - applies RED-GREEN-REFACTOR cycle to process documentation by running baseline without skill, writing to address failures, iterating to close loopholes.

248 2mo ago A 57 tokens

ed3dai/ed3d-plugins

Skill Claude CodeCodex

Use when writing instructions that guide Claude behavior - skills, CLAUDE.md files, agent prompts, system prompts. Covers token efficiency, compliance techniques, and discovery optimization.

248 2mo ago A 41 tokens

ed3dai/ed3d-plugins

Skill Claude CodeCodex

Use when creating or updating CLAUDE.md files for projects or subdirectories - covers top-level vs domain-level organization, capturing architectural intent and contracts, and mandatory freshness dates.

248 2mo ago A 41 tokens

writing-skills

11

ed3dai/ed3d-plugins

Skill Claude CodeCodex

Use when creating new skills, editing existing skills, or verifying skills work before deployment - applies TDD to process documentation by testing with subagents before writing, iterating until bulletproof against rationalization.

248 2mo ago A 43 tokens

coding-effectively

12

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

13

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

14

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

21

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

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

23

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