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

claude-skills

Jjezweb
0.2k
jezweb/claude-skills
80
Agent 评分

💡 摘要

这是一个为Claude Code CLI提供的87个生产就绪技能的集合,增强了云和AI集成。

🎯 适合人群

希望简化工作流程的开发者集成AI解决方案的团队云服务用户前端开发者监督技术栈的项目经理

🤖 AI 吐槽:README中提到的潜在风险包括执行脚本和访问文件系统。为降低风险,确保适当的权限并在执行前验证输入。

安全分析中风险

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

Claude Code Skills

87 production-ready skills for Claude Code CLI — Cloudflare, React, AI integrations, and more.

~60% token savings | 400+ errors prevented | Auto-discovered by Claude


Quick Install

Marketplace (Recommended)

/plugin marketplace add https://github.com/jezweb/claude-skills /plugin install cloudflare-worker-base@claude-skills

Manual

git clone https://github.com/jezweb/claude-skills.git ~/Documents/claude-skills cd ~/Documents/claude-skills ./scripts/install-skill.sh cloudflare-worker-base # or ./scripts/install-all.sh

Skills by Category

| Category | Skills | Highlights | |----------|--------|------------| | Cloudflare | 16 | Workers, D1, R2, KV, Agents, MCP Server, Durable Objects | | AI/ML | 12 | Vercel AI SDK, OpenAI Agents, Claude API, Gemini | | Frontend | 12 | Tailwind v4 + shadcn, TanStack (Query/Router/Table), Zustand | | Python | 2 | FastAPI, Flask | | Database | 4 | Drizzle, Neon Postgres, Vercel KV/Blob | | Auth | 2 | Clerk, Better Auth | | Planning | 5 | Project workflow, session management | | MCP/Tools | 4 | FastMCP, TypeScript MCP | | CMS | 3 | TinaCMS, Sveltia, WordPress | | Developer Workflow | 1 | Developer Toolbox (7 agents for code review, debugging, testing) |

📋 Full list: SKILLS_CATALOG.md


How It Works

Claude Code automatically discovers skills in ~/.claude/skills/ and suggests them when relevant:

You: "Set up a Cloudflare Worker with D1"
Claude: "Found cloudflare-worker-base and cloudflare-d1 skills. Use them?"
You: "Yes"
→ Production-ready setup, zero errors

Bundled Agents

Some skills include sub-agents that can be invoked via the Task tool for specialized tasks:

| Bundle | Agents | Purpose | |--------|--------|---------| | design | a11y-auditor, favicon-crafter, image-prompter | Accessibility audits, favicon generation, image prompts | | cloudflare | cloudflare-deploy, cloudflare-debug, d1-migration, worker-scaffold | Deployment, debugging, migrations |

Note: Agents require manual installation to ~/.claude/agents/:

# List available agents ./scripts/install-skill-agents.sh list # Install agents from a bundle ./scripts/install-skill-agents.sh design ./scripts/install-skill-agents.sh cloudflare # Install all agents ./scripts/install-skill-agents.sh all # Restart Claude Code to discover new agents

After installation, agents appear in the Task tool's available agents.


Request a Skill

Want a skill we don't have? Open an issue with the technology/framework and we'll build it.

Popular requests get prioritized. No need to build it yourself unless you want to.


Your Own Skills Repo

Want your own skills ecosystem with your own authorship? Fork this repo or use it as a template:

  1. Fork → customize skills with your preferences
  2. Use our QA agents (content-accuracy-auditor, code-example-validator, version-checker) to maintain currency
  3. Pull upstream updates when useful

This works well if you maintain skills across multiple machines or want to publish your own collection.


Creating Skills

Quick start:

cp -r templates/skill-skeleton/ skills/my-skill/ # Edit SKILL.md and README.md ./scripts/install-skill.sh my-skill

Guides: CONTRIBUTING.md | templates/ | ONE_PAGE_CHECKLIST.md


Token Efficiency

| Metric | Manual | With Skills | |--------|--------|-------------| | Tokens | 12-15k | 4-6k (~50% less) | | Errors | 2-4 | 0 (prevented) | | Time | 2-4 hours | 15-45 min |


Documentation


Tools

ContextBricks — Status Line

Real-time context tracking for Claude Code.

npx contextbricks # One-command install

npm


Links


MIT License | Built by Jeremy Dawes

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

优点

  • 跨类别的广泛技能
  • 显著的令牌节省
  • 自动技能发现
  • 生产就绪的设置

缺点

  • 需要手动安装代理
  • 新用户可能面临学习曲线
  • 依赖Claude Code CLI
  • 高级用法的文档有限

相关技能

thoughtbox-dot-claude

A
toolCo-Pilot / 辅助式
82/ 100

“看起来很能打,但别让配置把人劝退。”

pytorch

S
toolCode Lib / 代码库
92/ 100

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

agno

S
toolCode Lib / 代码库
90/ 100

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

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

版权归原作者所有 jezweb.