claude-utility-skills
开发者工具包——用于 Skill 创建、MCP 构建、文档编写、测试与沟通协作
开发者工具
Skill
MCP
文档
测试
沟通协作
Python
⭐ 0⬇️ 0🏷️ main📦 2
claude-utility-skills-main.zip
136.5 KB下载
安装与使用说明
Codex
- 先下载 ZIP 包(例如:claude-utility-skills-main.zip)。
- 解压后放到 $CODEX_HOME/skills/ 目录下。
- 如果没有设置 $CODEX_HOME,通常可放到 ~/.codex/skills/。
- 确保目录内有 SKILL.md,然后重开会话即可使用。
源码目录预览
├── .github │ ├── ISSUE_TEMPLATE │ │ ├── bug_report.yml │ │ ├── config.yml │ │ └── feature_request.yml │ ├── workflows │ │ └── claude-review.yml │ └── PULL_REQUEST_TEMPLATE.md ├── skills │ ├── anthropic-docs │ │ ├── SKILL.md │ │ ├── api-guide.md │ │ ├── claude-code.md │ │ ├── engineering-blog.md │ │ ├── models.md │ │ ├── research-papers.md │ │ └── safety-policy.md │ ├── history-note-processor │ │ ├── references │ │ │ ├── api_reference.md │ │ │ └── template-example.md │ │ └── SKILL.md │ ├── internal-comms │ │ ├── examples │ │ │ ├── 3p-updates.md │ │ │ ├── company-newsletter.md │ │ │ ├── faq-answers.md │ │ │ └── general-comms.md │ │ ├── LICENSE.txt │ │ └── SKILL.md │ ├── mcp-builder │ │ ├── reference │ │ │ ├── evaluation.md │ │ │ ├── mcp_best_practices.md │ │ │ ├── node_mcp_server.md │ │ │ └── python_mcp_server.md │ │ ├── scripts │ │ │ ├── connections.py │ │ │ ├── evaluation.py │ │ │ ├── example_evaluation.xml │ │ │ └── requirements.txt │ │ ├── LICENSE.txt │ │ └── SKILL.md │ ├── skill-creator │ │ ├── references │ │ │ ├── output-patterns.md │ │ │ └── workflows.md │ │ ├── scripts │ │ │ ├── __pycache__ │ │ │ │ └── quick_validate.cpython-313.pyc │ │ │ ├── init_skill.py │ │ │ ├── package_skill.py │ │ │ └── quick_validate.py │ │ ├── LICENSE.txt │ │ └── SKILL.md │ └── webapp-testing │ ├── examples │ │ ├── console_logging.py │ │ ├── element_discovery.py │ │ └── static_html_automation.py │ ├── scripts │ │ └── with_server.py │ ├── LICENSE.txt │ └── SKILL.md ├── CHANGELOG.md ├── CONTRIBUTING.md ├── LICENSE ├── README.md └── SKILL.md
元数据
Slug: claude-utility-skills
作者: LeoLin990405
协议: MIT
包大小: 136.5 KB
SHA256: 27e96e5691fbc66497dca7c7abe34e6a51d598337f6caf88b7c225070e5ee603