@devflow-tools/claude-code-plugin
DevFlow — Developer Intelligence Platform for Claude Code
Package details
Install @devflow-tools/claude-code-plugin from npm and Pi will load the resources declared by the package manifest.
$ pi install npm:@devflow-tools/claude-code-plugin- Package
@devflow-tools/claude-code-plugin- Version
0.16.4- Published
- Jul 22, 2026
- Downloads
- 2,811/mo · 1,031/wk
- Author
- shilongfei
- License
- unknown
- Types
- skill
- Size
- 262.4 KB
- Dependencies
- 5 dependencies · 0 peers
Pi manifest JSON
{
"skills": [
"./skills"
]
}Security note
Pi packages can execute code and influence agent behavior. Review the source before installing third-party packages.
README
@devflow-tools/claude-code-plugin
DevFlow Claude Code 插件 — 在 Claude Code 中提供开发者智能平台的完整能力。
Note: 此包不直接发布到 npm。由
@devflow-tools/cli打包并部署到~/.claude/plugins/cache/。
能力
安装后,在 Claude Code 中可以使用以下 slash commands 和 MCP tools:
Slash Commands
| 命令 | 功能 |
|---|---|
/devflow:context |
代码上下文检索 — 自然语言查询最相关代码 |
/devflow:graph |
依赖图谱 — 查看架构分层和文件依赖 |
/devflow:memory |
项目记忆 — 约定、技术栈、历史决策 |
/devflow:knowledge |
知识库搜索 — 官方文档查询 |
/devflow:workflow |
工作流 — 标准化开发流程 |
/devflow:react |
React 专家能力 — Bug 诊断、组件重构、性能审计 |
/devflow:vue |
Vue 3 专家能力 |
/devflow:nest |
NestJS 专家能力 |
/devflow:nextjs |
Next.js 专家能力 |
/devflow:electron |
Electron 专家能力 |
/devflow:graphql |
GraphQL 专家能力 |
/devflow:docker |
Docker 专家能力 |
/devflow:css |
CSS 专家能力 |
/devflow:tailwind |
Tailwind 专家能力 |
/devflow:animation |
Animation 专家能力 |
/devflow:performance |
Web 性能专家能力 |
/devflow:taro |
Taro 跨端专家能力 |
/devflow:ui-layout |
UI Layout 专家能力 |
/devflow:git |
Git 专家能力 |
Hooks
插件提供以下 Claude Code hooks:
| Hook | 触发时机 | 功能 |
|---|---|---|
PreToolUse |
Tool 调用前 | 记录 telemetry 事件、保存 execution context |
PostToolUse |
Tool 调用后 | 回填 tool output、发送 memory event(exitCode、stderr) |
Stop |
Claude Code 停止 | 完成 skill execution 记录、聚合真实统计数据 |
安装
npm install -g @devflow-tools/cli
devflow init
# 插件自动部署到 ~/.claude/plugins/
License
MIT