ed3dai/ed3d-plugins Skills
(36)Browse AI agent skills from ed3dai/ed3d-plugins for Claude Code, OpenClaw, Cursor, Windsurf, and more. Install them with a single command to extend what your agents can do.
testing-skills-with-subagents
ed3dai/ed3d-plugins
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
using-generic-agents
ed3dai/ed3d-plugins
Use to decide what kind of generic agent you should use
using-git-worktrees
ed3dai/ed3d-plugins
Use when starting feature work that needs isolation from current workspace or before executing implementation plans - creates isolated git worktrees with smart directory selection and safety verification
using-plan-and-execute
ed3dai/ed3d-plugins
Use when starting any conversation - establishes mandatory workflows for finding and using skills, including using Read tool before announcing usage, following brainstorming before coding, and creating task todos for checklists
verification-before-completion
ed3dai/ed3d-plugins
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
writing-claude-directives
ed3dai/ed3d-plugins
Use when writing instructions that guide Claude behavior - skills, CLAUDE.md files, agent prompts, system prompts. Covers token efficiency, compliance techniques, and discovery optimization.
writing-claude-md-files
ed3dai/ed3d-plugins
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
writing-design-plans
ed3dai/ed3d-plugins
Use after brainstorming completes - writes validated designs to docs/design-plans/ with structured format and discrete implementation phases required for creating detailed implementation plans
writing-for-a-technical-audience
ed3dai/ed3d-plugins
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
writing-good-tests
ed3dai/ed3d-plugins
Use when writing or reviewing tests - covers test philosophy, condition-based waiting, mocking strategy, and test isolation
writing-implementation-plans
ed3dai/ed3d-plugins
Use when design is complete and you need detailed implementation tasks for engineers with zero codebase context - creates comprehensive implementation plans with exact file paths, complete code examples, and verification steps assuming engineer has minimal domain knowledge
writing-skills
ed3dai/ed3d-plugins
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