By chy5301
Agent-Native 软件设计指南。提供面向 AI Agent 的软件设计决策框架、十原则体系、三层架构模式和 CLI 设计参考实现。
Claude Code 插件集合。
| 插件 | 说明 |
|---|---|
| structured-workflow | 大型工程任务的结构化管理工作流。提供分析→规划→执行→回顾→归档全生命周期管理。 |
| gitee-toolkit | Gitee 一站式工具箱。集成 Gitee MCP Server 与 DevOps Skills,覆盖 PR、Issue、Release、仓库探索等操作。 |
| agent-native-design-guide | Agent-Native 软件设计指南。提供面向 AI Agent 的软件设计决策框架、十原则体系和架构模式。 |
| dida365-toolkit | 滴答清单一站式工具箱。提供 7 个 Skills 覆盖任务和项目的完整生命周期管理,包括增删改查、完成、移动、高级筛选和每日回顾。 |
在 Claude Code 中依次执行:
/plugin marketplace add chy5301/cc-plugins
/plugin install structured-workflow@cc-plugins
/plugin install gitee-toolkit@cc-plugins
/plugin install agent-native-design-guide@cc-plugins
/plugin install dida365-toolkit@cc-plugins
克隆仓库后,启动 Claude Code 时指定插件目录:
git clone https://github.com/chy5301/cc-plugins.git
claude --plugin-dir /path/to/cc-plugins/structured-workflow
Based on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claim大型工程任务的结构化管理工作流。提供分析→规划→执行→回顾→归档全生命周期管理,适用于重构、迁移、大型功能开发、系统集成、性能优化等跨多会话的工程任务。
Gitee 一站式工具箱。集成 Gitee MCP Server 与 14 个 DevOps Skills,覆盖 PR、Issue、Release、仓库探索等操作。
滴答清单一站式工具箱。提供 7 个 Skills 覆盖任务和项目的完整生命周期管理,包括增删改查、完成、移动、高级筛选和每日回顾。
npx claudepluginhub chy5301/cc-plugins --plugin agent-native-design-guideClaude Code の SubAgent(agents/*.md)を正しく定義するためのベストプラクティスガイド。 YAML frontmatter、ツール選択、3-Phase 構造、コンテキスト受け渡し、アンチパターンを網羅。 Use when: agents/*.md を書く、SubAgent 定義を改善する、エージェントの動作が想定外、 コンテキストが渡らない、ツール選択に迷う。 Triggers: "subagent", "agent definition", "agents/*.md", "エージェント定義", "サブエージェント", "3-Phase", "context passing", "コンテキスト渡し", "tool selection", "ツール選択", "subagent_type", "bypassPermissions"
Generate and review coding-agent plans as structured documents with inline diagrams, annotated code walkthroughs, file trees, annotations, feedback, and HTML export.
Claude Agent SDK Development Plugin
Battle-tested configuration system for Claude Code agents: 28 architectural principles (incl. P-28 Feature-Layer Architecture for project-knowledge-as-a-navigable-tree), 19 safety hooks, 23 skills (incl. /layer-new + /feature-new for ULTRAPACK-style feature narratives), 16 alternative comparisons, 12 templates (incl. extended kb-skeleton with docs/layers/), diagnostic scripts (incl. build_kb_graph.py + validate_kb_links.py). Pairs with mclaude for multi-session coordination.
Ultra-compressed communication mode. Cuts ~75% of tokens while keeping full technical accuracy by speaking like a caveman.
Frontend design skill for UI/UX implementation