Claude Skill

CloudAI-X/claude-workflow-v2

通过这款Python插件增强您的Claude Code工作流,它包含代理、Claude Skill技能系统、钩子和命令。在Cursor及类似环境中简化AI辅助开发流程。

概览

Stars1,383
Forks190
语言Python
最后更新2026-06-23
最近同步2026-07-03
前往 GitHub

仓库信息

拥有者CloudAI-X
仓库claude-workflow-v2
完整名称CloudAI-X/claude-workflow-v2
Repo ID1,126,064,944

安装这个 Skill

npx skills add CloudAI-X/claude-workflow-v2

Registry 信息

类型mcp_server
质量分80/100
验证状态readme_parsed
最近验证2026-06-03
平台
ClaudeMCPCodexCursor
能力
code-reviewpdfmemoryterminalworkflowagent-skillsaiai-agentsclaude-codecodex
识别文件
README.mdexamples
配置键
AUTH_SECRET
安装方式
  • npx skills add CloudAI-X/claude-workflow-v2
  • npx install-claude-workflow-v2@latest
  • git clone https://github.com/CloudAI-X/claude-workflow-v2.git

项目简介

Claude Workflow V2 是一个通用的 Claude Code Python 插件,旨在增强AI辅助开发工作流。它集成了代理、技能、钩子和命令,以简化在 Cursor 等兼容环境中的编码任务。

英文描述

Universal Claude Code workflow plugin with agents, skills, hooks, and commands

要点

  • 通用的 Claude Code 工作流插件
  • 基于代理的自动化任务架构
  • 可扩展的技能系统(Claude Skill)
  • 用于工作流拦截的自定义钩子
  • 用于直接交互的命令系统
  • 基于 Python 实现

使用场景

  • AI辅助代码生成与审查
  • 自动化重复性开发任务
  • 使用自定义技能扩展IDE功能
  • 创建个性化的编码工作流
  • 将AI代理集成到开发环境中
  • 为 Cursor 及类似工具构建插件

README 摘要

# project-starter [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT) [![Claude Code](https://img.shields.io/badge/Claude%20Code-v1.0.33+-blue.svg)](https://code.claude.com) [![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg)](https://github.com/CloudAI-X/claude-workflow-v2/pulls) A universal Claude Code workflow plugin with specialized agents, skills, hooks, and output styles for any software project. Compatible with [skills.sh](https://skills.sh) — works with Claude Code, Cursor, Codex, and 35+ AI agents. --- ## Quick Start ### Option 1: skills.sh (Recommended — Any Agent) ```bash npx skills add CloudAI-X/claude-workflow-v2 ``` Installs skills to Claude Code, Cursor, Codex, Windsurf, Cline, and 35+ other AI agents automatically. ### Option 2: npx (Claude Code — Full Plugin) ```bash npx install-claude-workflow-v2@latest ``` Installs the complete plugin: agents, commands, skills, and hooks. ### Option 3: CLI (Per-Session) ```bash # Clone the plugin git clone https://github.com/CloudAI-X/claude-workflow-v2.git # Run Claude Code with the plugin claude --plugin-dir ./claude-workflow-v2 ``` ### Option 4: Agent SDK ```typescript import { query } from "@anthropic-ai/claude-agent-sdk"; for await (const message of query({ prompt: "Hello", options: { plugins: [{ type: "local", path: "./claude-workflow-v2" }], }, })) { // Plugin commands, agents, and skills are now available } ``` ### Option 5: Install Permanently ```bash # Install from marketplace (when available) claude plugin install project-starter # Or install from local directory claude plugin install ./claude-workflow-v2 ``` ### Verify Installation After loading the plugin, verify it's working: ``` > /plugin ```

话题

探索更多

数据来自 GitHub,同步时间:2026-07-03