Co-Pilot / 辅助式
更新于 a month ago

ccc

Ttrancong12102
0.0k
trancong12102/ccc
78
Agent 评分

💡 摘要

一个为Claude代码插件提供各种编码技能和外部资源的市场。

🎯 适合人群

寻求编码帮助的软件开发人员实施测试驱动开发的团队寻求最佳实践的项目经理需要文档查找的数据科学家优化性能的Web开发人员

🤖 AI 吐槽:看起来很能打,但别让配置把人劝退。

安全分析中风险

风险:Medium。建议检查:是否执行 shell/命令行指令;是否发起外网请求(SSRF/数据外发);API Key/Token 的获取、存储与泄露风险。以最小权限运行,并在生产环境启用前审计代码与依赖。

Claude Skills Marketplace

A curated marketplace of Claude Code plugins with skills, commands, agents, and MCP server configurations.

Quick Start

Step 1: Add the Marketplace

/plugin marketplace add trancong12102/ccc

Step 2: Install Plugins

# Browse available plugins /plugin # Install core plugin /plugin install ccc-core@ccc # Install external skills plugin /plugin install ccc-external@ccc

Use with Other Coding Agents

Install skills using Vercel's add-skill:

bunx add-skill -a antigravity -y -g trancong12102/ccc

Available Skills

| Skill | Description | |-------|-------------| | brainstorming | Collaboratively explore ideas through guided dialogue before implementation | | context7 | Look up documentation for any library using Context7 | | commit | Generate git commit messages following Conventional Commits spec | | deps-dev | Look up latest package versions using deps.dev API | | exa | Web search, crawling, and code context retrieval | | oracle | Deep analysis via powerful reasoning model (Codex CLI) | | test-driven-development | Guide strict TDD using Red-Green-Refactor cycle |

External Skills (ccc-external)

Skills synced from third-party repositories. These are automatically checked for updates daily.

| Skill | Source | Description | |-------|--------|-------------| | logging-best-practices | boristane/agent-skills | Logging best practices focused on wide events for debugging and analytics | | react-best-practices | vercel-labs/agent-skills | React and Next.js performance optimization guidelines | | web-design-guidelines | vercel-labs/agent-skills | Web interface design guidelines for UI code review |

Recommended Marketplaces

These community skills work great alongside this marketplace:

| Repository | Description | |------------|-------------| | vercel-labs/agent-browser | Browser automation for web testing, form filling, screenshots, and data extraction | | ast-grep/claude-skill | Structural code search using AST patterns |

Install external skills:

# Using Claude Code /plugin marketplace add <owner>/<repo> # Using add-skill (for other agents) bunx add-skill -a antigravity -y -g <owner>/<repo>

Prerequisites

Some skills require API keys to be set as environment variables:

| Variable | Skill | Description | |----------|-------|-------------| | CONTEXT7_API_KEY | context7 | API key for Context7 documentation lookup | | EXA_API_KEY | exa | API key for Exa web search and content extraction |

Setup Notes

Enable Marketplace Auto-Update

To keep your plugins up to date automatically, enable marketplaces auto-update in your Claude Code settings

Oracle Skill

The oracle skill requires Codex CLI to be installed. Install it and configure the profile below to enable invoking gpt-5.2 (xhigh) for complex reasoning tasks.

Add this profile to your Codex config.toml:

[profiles.oracle] model = "gpt-5.2" model_reasoning_effort = "xhigh" approval_policy = "never" sandbox_mode = "read-only" [sandbox_workspace_write] network_access = true [features] web_search_request = true

See the Codex CLI documentation for setup instructions.

License

MIT License

五维分析
清晰度8/10
创新性7/10
实用性9/10
完整性8/10
可维护性7/10
优缺点分析

优点

  • 提供多样化的编码技能
  • 支持协作和最佳实践
  • 与外部资源集成以增强功能

缺点

  • 某些技能依赖外部API
  • 需要设置环境变量
  • 某些技能可能需要额外配置

相关技能

pytorch

S
toolCode Lib / 代码库
92/ 100

“它是深度学习的瑞士军刀,但祝你好运能从47种安装方法里找到那个不会搞崩你系统的那一个。”

agno

S
toolCode Lib / 代码库
90/ 100

“它承诺成为智能体领域的Kubernetes,但得看开发者有没有耐心学习又一个编排层。”

nuxt-skills

S
toolCo-Pilot / 辅助式
90/ 100

“这本质上是一份组织良好的小抄,能把你的 AI 助手变成一只 Nuxt 框架的复读机。”

免责声明:本内容来源于 GitHub 开源项目,仅供展示和评分分析使用。

版权归原作者所有 trancong12102.