Claude Skill
simonw/claude-skills
Claude代码解释器中/mnt/skills目录的文档,详细说明了核心技能框架、用户自定义技能、数据及执行环境的结构。
概览
仓库信息
安装这个 Skill
git clone https://github.com/simonw/claude-skills.gitRegistry 信息
项目简介
此仓库记录了Claude代码解释器环境中`/mnt/skills`目录的结构与内容。它提供了Claude Skill核心框架、用户自定义技能及相关数据的参考,是开发者和用户与Claude Skill系统交互的指南。
The contents of /mnt/skills in Claude's code interpreter environment
要点
- 记录Claude环境中/mnt/skills目录的结构
- 概述核心Claude Skill框架和用户技能目录
- 描述技能管理、执行和开发模块
- 列出数据分析、文件处理等示例技能类型
- 指定不同目录的读写访问权限
使用场景
- 理解Claude内部技能架构的参考
- 开发者创建Claude自定义技能的指南
- 用户探索代码解释器环境的文档
- 技能依赖和版本管理的框架
- 技能测试和调试工作流的模板
README 摘要
# claude-skills See [my blog post](https://simonwillison.net/2025/Oct/10/claude-skills/) for background on this project. Anthropic now have an official repository for Claude skills here: https://github.com/anthropics/skills The files that were previously archived in this repository can be found here: https://github.com/anthropics/skills/tree/83291af582d21f5418854fa628a76686203c2f7a/document-skills ## Creating a skills archive with a prompt Created by prompting [Claude.ai](https://claude.ai): > `Create a zip file of everything in your /mnt/skills folder` > [Run that prompt on Claude.ai](https://claude.ai/new?q=Create%20a%20zip%20file%20of%20everything%20in%20your%20%2Fmnt%2Fskills%20folder)
话题
暂无话题