💡 Summary
A collection of custom Claude skills for deep learning and news summarization.
🎯 Target Audience
🤖 AI Roast: “Powerful, but the setup might scare off the impatient.”
Risk: Medium. Review: shell/CLI command execution. Run with least privilege and audit before enabling in production.
ZhouJie's Claude Skills Marketplace
个人自定义的 Claude Code Skills 集合。
📦 包含的 Skills
1. deep-learning
深度学习资源和工具集,包括:
- 论文下载工具
- 学习资源指南
- 相关工具和脚本
2. news-summary
智能新闻摘要生成工具,包括:
- AI 分析服务器
- 新闻内容生成
- 自动化摘要服务
🚀 安装方法
步骤 1: 添加 Marketplace
如果使用 GitHub (推荐):
/plugin marketplace add yourusername/zhoujie-claude-skills
如果使用本地目录:
# 在 Claude Code 配置中添加本地路径 # 编辑 ~/.claude/plugins/known_marketplaces.json
步骤 2: 安装 Skills
/plugin install zhoujie-skills@zhoujie-claude-skills
步骤 3: 使用 Skills
安装后,在 Claude Code 中可以直接使用:
/deep-learning- 调用深度学习 skill/news-summary- 调用新闻摘要 skill
或者在对话中提及:
"使用 deep-learning skill 帮我找一些关于 Transformer 的论文"
"用 news-summary skill 生成今天的新闻摘要"
📝 创建新 Skill
在 skills/ 目录下创建新的文件夹,并添加 SKILL.md 文件:
--- name: your-skill-name description: Skill description --- # Your Skill Name [Skill instructions here]
然后更新 .claude-plugin/marketplace.json 中的 skills 列表。
🔧 开发
# 克隆仓库 git clone <your-repo-url> cd zhoujie-claude-skills # 添加新 skill mkdir skills/new-skill nano skills/new-skill/SKILL.md # 更新 marketplace 配置 nano .claude-plugin/marketplace.json
📄 License
MIT License
👤 作者
ZhouJie
Pros
- Offers a variety of skills for different needs
- Easy installation process
- Supports custom skill creation
Cons
- Limited documentation on individual skills
- May require additional setup for new skills
- Skills may not cover all user needs
Related Skills
pytorch
S“It's the Swiss Army knife of deep learning, but good luck figuring out which of the 47 installation methods is the one that won't break your system.”
agno
S“It promises to be the Kubernetes for agents, but let's see if developers have the patience to learn yet another orchestration layer.”
nuxt-skills
S“It's essentially a well-organized cheat sheet that turns your AI assistant into a Nuxt framework parrot.”
Disclaimer: This content is sourced from GitHub open source projects for display and rating purposes only.
Copyright belongs to the original author zjfls.
