@ed3dai/ed3d-plugins
Claude Code plugins for design, implementation, and development workflows.
Install
Add @ed3dai/ed3d-plugins to Claude Code with the PolySkill CLI: polyskill add @ed3dai/ed3d-plugins
Instructions
# ed3d-plugins Claude Code plugins for design, implementation, and development workflows. ## Conventions ### Task Invocations Use XML Syntax When documenting Task tool invocations in skills or agent prompts, use XML-style blocks: ``` <invoke name="Task"> <parameter name="subagent_type">ed3d-basic-agents:sonnet-general-purpose</parameter> <parameter name="description">Brief description of what the subagent does</parameter> <parameter name="prompt"> The prompt content goes here. Can be multiple lines. </parameter> </invoke> ``` This format keeps the model on-rails better than fenced code blocks…
Keywords: github, claude-code, plugin-development, workflow-automation, software-design, implementation-tools, coding-assistance, development-workflows, api-integration