ed3d-plugins

作者 ed3dai已验证

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

236
Stars
28
Forks
Python
语言
2026/8/23
添加时间

⚠️ 第三方软件声明

本 Skill 为第三方开源软件,独立托管于 GitHub。SkillTip 仅为信息目录,不控制或维护底层仓库。所显示的安全检查为自动化且范围有限,安装前请自行审查源码。

阅读服务条款

安装

添加到你的 Claude Code skills 目录:

# Add to your Claude Code skills
git clone https://github.com/ed3dai/ed3d-plugins

快速入门

使用 ed3d-plugins 等 Skills 的指南。

安全报告

已验证

上次扫描:—

{
  "status": "PASSED",
  "issues": []
}

README.md

ed3d-plugins

This is my collection of plugins that I use on a day-to-day basis for getting stuff done with Claude Code. Most of these are development-oriented in some way or another, but also often end up being useful for other things. Product design, general research, accidentally becoming my homelab sysadmin—these are a lot of what I've learned so far and what I've found helpful.

The big stick in this repository is ed3d-plan-and-execute, which implements an "RPI" (research-plan-implement) loop that I think does a really good job of avoiding hallucination in the planning stages, adhering to high-level product requirements, avoiding drift between design planning and implementation planning, and reviewing the results such that you get out the other end not just what you asked for, but what you actually wanted.

NOTE: ed3d-plugins is generally a more stable marketplace. If you'd like to track changes as they happen a bit more aggressively, take a look at ed3d-plugins-testing.

Using ed3d-plan-and-execute

More in the README for the plugin, and it's worth skimming, but here's a quickstart:

Rough Idea
    │
    ▼
/start-design-plan  ──────► Design Document (committed to git)
    │
    ▼
/start-implementation-plan ──► Implementation Plan (phase files)
    │
    ▼
/execute-implementation-plan ──► Working Code (reviewed & committed)

Customization: Create .ed3d/design-plan-guidance.md and .ed3d/implementation-plan-guidance.md in your project to provide project-specific constraints, terminology, and standards. Run /how-to-customize for details.

Plugins

PluginDescription
ed3d-00-getting-startedGetting started guide and onboarding for ed3d-plugins. Run /getting-started to see this README.
ed3d-plan-and-executePlanning and execution workflows for Claude Code. Feed it a decent-sized task and it'll help you get it done in a sustainable and thought-through way
ed3d-house-styleHouse style for software development; Very Opinionated
ed3d-basic-agentsCore agents for general-purpose tasks (haiku, sonnet, opus). Other plugins expect this to exist
ed3d-research-agentsAgents for research across multiple data sources (codebase, internet, combined); other plugins expect this to exist
ed3d-extending-claudeKnowledge skills for extending Claude Code: plugins, commands, agents, skills, hooks, MCP servers. Other plugins expect this to exist
ed3d-playwrightPlaywright automation with subagents
ed3d-hook-skill-reinforcementUserPromptSubmit hook that reinforces the need to activate skills—helps make sure skills actually get used. Requires ed3d-extending-claude to work
ed3d-hook-claudemd-reminderPostToolUse hook that reminds to update CLAUDE.md before committing
ed3d-hook-security-hardeningPreToolUse and PostToolUse hooks that catch secrets leakage patterns
ed3d-session-reflectionEXPERIMENTAL. Session awareness and conversation review tooling. Requires ed3d-extending-claude

Installation

Add the marketplace

/plugin marketplace add https://github.com/ed3dai/ed3d-plugins.git

Install plugins

All plugins are available from the ed3d-plugins marketplace:

/plugin install ed3d-plan-and-execute@ed3d-plugins
/plugin install ed3d-house-style@ed3d-plugins
# ... etc

Repository Structure

ed3d-plugins/
├── .claude-plugin/
│   └── marketplace.json
├── plugins/
│   ├── ed3d-00-getting-started/
│   ├── ed3d-plan-and-execute/
│   ├── ed3d-house-style/
│   ├── ed3d-basic-agents/
│   ├── ed3d-research-agents/
│   ├── ed3d-extending-claude/
│   ├── ed3d-playwright/
│   ├── ed3d-hook-skill-reinforcement/
│   ├── ed3d-hook-claudemd-reminder/
│   ├── ed3d-hook-security-hardening/
│   └── ed3d-session-reflection/
└── README.md

Contributing

Issues and pull requests gratefully solicited, except ed3d-house-style is my house style, and provided for reference, so I might not take contributions there. (You can make your own house-style plugin though and use that instead!)

Attribution

ed3d-plan-and-execute and parts of ed3d-extending-claude are derived from obra/superpowers by Jesse Vincent. The original plugin has been folded, spindled, and mutilated extensively.

Some skills in ed3d-house-style are derived from obra/superpowers and others (property-based-testing is a big one) are derived from the Trail of Bits Skills repository.

License

The original obra/superpowers code in this repository is licensed under the MIT License, copyright Jesse Vincent. See plugins/ed3d-plan-and-execute/LICENSE.superpowers.

All other content is licensed under the Creative Commons Attribution-ShareAlike 4.0 International License.

常见问题

What is ed3d-plugins?

ed3d-plugins is an open-source ide extensions skill for AI coding assistants such as Claude Code, Codex CLI, and ChatGPT, built by ed3dai. Ed's repo of Claude Code plugins, centered around a research-plan-implement workflow. Only a tiny bit cursed. If you're lucky. It has 236 GitHub stars.

Is ed3d-plugins safe to use?

Yes. ed3d-plugins passed SkillsLLM's automated security scan — a dependency vulnerability audit plus prompt-injection heuristics — with no high-severity issues. You can read the full report in the Security Report section on this page.

How do I install ed3d-plugins?

Clone the repository with "git clone https://github.com/ed3dai/ed3d-plugins" and add it to your Claude Code skills directory (see the Installation section above).

What programming language is ed3d-plugins written in?

ed3d-plugins is primarily written in Python. It is open-source under ed3dai on GitHub, so you can review or fork the full source.

Are there alternatives to ed3d-plugins?

Yes. SkillsLLM lists many other IDE Extensions skills you can browse and compare side by side. Open the IDE Extensions category from the badge at the top of this page, or use the Related Skills and comparison links further down to weigh ed3d-plugins against similar tools.

评论 (0)

暂无评论,成为第一个分享想法的人!

claudian

by YishenTu

An Obsidian plugin that embeds Claude Code/Codex as an AI collaborator in your vault

14,921972TypeScript
IDE 扩展
查看详情

OpenMythos

by kyegomez

A theoretical reconstruction of the Claude Mythos architecture, built from first principles using the available research literature.

14,8003,292Python
IDE 扩展
查看详情

cursor-hooks

by cursor

5

通过 Hooks 自动化 Cursor Agent 事件相关行为。

12,500890TypeScript
IDE 扩展claude-codeai-tools
查看详情

arscontexta

by agenticnotetaking

Claude Code plugin that generates individualized knowledge systems from conversation. You describe how you think and work, have a conversation and get a complete second brain as markdown files you own.

3,479220Shell
IDE 扩展
查看详情

开发者还喜欢

基于喜欢此 Skill 的开发者投票和收藏

ECC

by affaan-m

10

The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.

242,21936,702JavaScript
AI 智能体ai-agentsanthropicclaude-code
查看详情
15

An agentic skills framework & software development methodology that works.

234,96620,863Shell
AI 智能体ai-agentsbrainstorming
查看详情

hermes-agent

by NousResearch

10

The agent that grows with you

234,43747,175Python
AI 智能体ai-agentsagent-orchestration
查看详情

n8n

by n8n-io

12

Fair-code workflow automation platform with native AI capabilities. Combine visual building with custom code, self-host or cloud, 400+ integrations.

201,88160,308TypeScript
MCP 服务器apisai-tools
查看详情

The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.

185,94028,768JavaScript
AI 智能体ai-agentsanthropicclaude-code
查看详情

cc-switch

by farion1231

3

A cross-platform desktop All-in-One assistant for Claude Code, Codex, OpenCode, OpenClaw, Grok Build & Hermes Agent. Only official website: ccswitch.io

128,8688,826Rust
AI 智能体claude-codeai-tools
查看详情