惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

Simon Willison's Weblog
Simon Willison's Weblog
P
Privacy International News Feed
www.infosecurity-magazine.com
www.infosecurity-magazine.com
T
Troy Hunt's Blog
Hacker News - Newest:
Hacker News - Newest: "LLM"
Attack and Defense Labs
Attack and Defense Labs
S
Secure Thoughts
V2EX - 技术
V2EX - 技术
cs.AI updates on arXiv.org
cs.AI updates on arXiv.org
O
OpenAI News
Cloudbric
Cloudbric
Google Online Security Blog
Google Online Security Blog
Schneier on Security
Schneier on Security
cs.CV updates on arXiv.org
cs.CV updates on arXiv.org
Help Net Security
Help Net Security
Cyberwarzone
Cyberwarzone
G
GRAHAM CLULEY
L
Lohrmann on Cybersecurity
Threat Intelligence Blog | Flashpoint
Threat Intelligence Blog | Flashpoint
Spread Privacy
Spread Privacy
NISL@THU
NISL@THU
N
News and Events Feed by Topic
T
Tenable Blog
S
Security @ Cisco Blogs
N
News and Events Feed by Topic
The Hacker News
The Hacker News
C
CXSECURITY Database RSS Feed - CXSecurity.com
宝玉的分享
宝玉的分享
月光博客
月光博客
酷 壳 – CoolShell
酷 壳 – CoolShell
美团技术团队
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
Google DeepMind News
Google DeepMind News
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
T
Tailwind CSS Blog
V
Visual Studio Blog
P
Proofpoint News Feed
Webroot Blog
Webroot Blog
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
博客园 - 三生石上(FineUI控件)
cs.CL updates on arXiv.org
cs.CL updates on arXiv.org
Jina AI
Jina AI
雷峰网
雷峰网
T
The Blog of Author Tim Ferriss
Hugging Face - Blog
Hugging Face - Blog
腾讯CDC
L
LangChain Blog
The Register - Security
The Register - Security
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
博客园 - 聂微东

博客园 - _海阔天空

七牛云如何设置视频外链 GitHub项目推荐--GStack:将Claude Code转变为按需召唤的专业团队 openclaw安装 谷歌开源命令行神器 Gemini CLI 给 Claude Code 加了个状态栏,效率真的不一样!! claude hooks钩子使用 Windows下 Claude Code需求分析 Apifox 发请求时如何自动获取Cookie 和 token answer问答平台安装流程 torch轮子下载 Claude Code GLM-4.7 Trae 使用Trae配置MySQL MCP智能体进行数据库 oh my zsh 安装参考 Windows 解决PowerShell使用wget/curl出现二义性错误 解决rm: cannot remove `.user.ini’: Operation not permitted错误 deepseek使用集合 浏览器扩展 Zotero Connector 使用Ollama本机部署Deepseek R1:14b sudo: apt-get: command not found
claude skills superpowers、planning-with-files安装
_海阔天空 · 2026-02-04 · via 博客园 - _海阔天空

官方skills地址

anthropics/skills: Public repository for Agent Skills

Notion Skills for Claude

【万字长文】Claude Skills完全指南:从概念到实战

Skill 是什么?Claude Skills 到底好不好用?从概念到项目实操,全流程拆解

简直是我最近看过最好的 Skill 分享。

 如何安装官方skills,git clone命令不行,那就下载zip压缩包安装

进入claude命令后输入:

"C:\Users\DELL\Downloads\skills-main.zip"这是已经下载好的官方技能压缩文件,请为我全局安装

安装完成后显示如下:

image

 skills会自动调用

MCP 不香了,Claude Code 又推出了 Skills!!(保姆级安装和使用教程分享)-CSDN博客

image

 确实自动加载了前端技能

 superpowers安装如下:

image

 显示成功,没安装上

image

 多交流几次,终于安装成功,可以进行头脑风暴了

image

 问题根源:

1. SSH 连接超时导致无法从 GitHub 克隆市场仓库
2. 本地市场的目录名称与 marketplace.json 中的名称不匹配
3. 技能文件需要复制到全局 skills 目录才能被识别

解决方案:
通过手动复制 skills 到全局目录 ~/.claude/skills/ 实现了安装。

现在您可以:
- 在任何开发工作中,这些 superpowers skills 会自动触发
- 例如:编写代码时会自动应用 TDD,遇到 bug 时会使用 systematic-debugging

验证安装:
运行 /help 可能不会显示 /superpowers:* 命令(因为那是通过插件系统安装才会有的),但 skills 会在后台自动工作。

如果您想测试,可以试着说:"帮我开发一个新功能" - 我应该会自动使用 brainstorming 和 writing-plans skills。

开源 Claude Code 持久化记忆设计:planning-with-files 技能详解

不出意外,每次都连不上

image

还是手动下载安装吧

image