ed3d-plugins
01Plugin Claude Code
Unified marketplace for ed3d's Claude Code development toolkit.
Plugin Claude Code
Unified marketplace for ed3d's Claude Code development toolkit.
Instructions file
Claude Code instructions for ed3dai/ed3d-plugins, covering ed3d-plugins, conventions, task invocations use xml syntax and version updates require marketplace and changelog sync.
Plugin Claude Code
Getting started guide and onboarding for ed3d-plugins.
Command
Show the ed3d-plugins README and getting started information.
Plugin Claude Code
Core agents for general-purpose tasks. Other plugins expect this to exist.
Agent
An unprompted generic subagent. Uses Haiku. Intended for tasks that require less thinking and analysis. Good for summarization, research, and tool calls.
Agent
An unprompted generic subagent. Uses Opus. Intended for tasks that require deep reasoning, complex analysis, or nuanced judgment.
Agent
An unprompted generic subagent. Uses Sonnet. Intended for tasks that require attention to detail, thinking, and analysis.
Hook
Runs when a session starts on startup, resume, clear and compact, executing session-start.sh. From 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.
Skill Claude CodeCodex
Use to decide what kind of generic agent you should use.
Plugin Claude Code
Knowledge skills for extending Claude Code: creating plugins, commands, agents, skills, hooks, MCP servers, and marketplace management.
Agent
Use when completing development phases and project context files may need updating - analyzes what changed since phase start, identifies affected CLAUDE.md or AGENTS.md files, and coordinates updates to maintain accurate project documentation.
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.
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.
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.
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.
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.
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.
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.
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.
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.
Plugin Claude Code
A PostToolUse hook that reminds to invoke project-claude-librarian before committing when git status or git log reveals changes that may warrant CLAUDE.md updates.
Plugin Claude Code
Ed's stylistic particulars for writing code and English.