用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/Wesley1600/ClaudeCodeFrameWork --skill template-skill命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
Maintains versions of skills, prompts, or documents. Provides version tagging, release management, changelogs, and rollback capabilities. Tracks changes to SKILL.md files, scripts, and resources using git-based version control with semantic versioning.
Maintains versions of skills, prompts, or documents. Provides version tagging, release management, changelogs, and rollback capabilities. Tracks changes to SKILL.md files, scripts, and resources using git-based version control with semantic versioning.
Retrieves and analyzes content from user-provided URLs or search results using the WebFetch tool. Manages domain filtering and max_uses limits to prevent data exfiltration. Use when users provide URLs to fetch, when analyzing web pages, or when following up on search results.
基于 SOC 职业分类
正在显示 SKILL.md
| name | template-skill |
| description | A starter template for creating new Claude Skills with best practices and example structure |
This is a starter template for building your own Claude Skills. Use this as a foundation for creating custom tools that extend Claude's capabilities.
This skill demonstrates the proper structure and format for Claude Skills, including:
Use this skill as a reference when:
template-skill/
├── SKILL.md # Main skill definition (this file)
├── scripts/
│ ├── helper.py # Python helper script
│ └── utilities.sh # Bash utilities
├── references/
│ └── best-practices.md # Supporting documentation
└── assets/
├── templates/ # Template files
└── examples/ # Example data
When you activate this skill, Claude will:
scripts/ directory when appropriatereferences/ directory for detailed informationassets/ directory to structure outputsWhen you want to use this skill, simply activate it and describe your task:
Activate the template-skill and help me create a new custom skill for handling batch data processing.
Use the template-skill to generate a skill that integrates with our internal API and follows our team's coding standards.
Based on the template-skill structure, help me create a skill that automates our documentation workflow.
This skill includes the following helper files:
For questions about creating skills or issues with this template:
references/best-practices.mdscripts/ directory