Skill Creator
技能 已验证 活跃Create, edit, improve, tidy, review, audit, or restructure AgentSkills and SKILL.md files.
To streamline the development and maintenance of AgentSkills by providing a structured process, validation, and packaging utilities.
功能
- Create new skills from templates
- Validate skill structure and frontmatter
- Package skills into distributable .skill files
- Guidance on best practices for skill development
- Secure handling of file paths during packaging
使用场景
- When creating a new AI agent skill from scratch.
- When needing to ensure a skill adheres to best practices and structural requirements.
- When preparing a skill for distribution or integration into a larger framework.
- When refactoring or tidying up existing skills.
非目标
- Editing or modifying the behavior of existing skills beyond structural improvements.
- Providing AI capabilities directly; it is a development utility.
- Managing or executing AI agent workflows; it focuses solely on the development process.
工作流
- Initialize a new skill directory using `init_skill.py`.
- Edit the `SKILL.md` file and add necessary scripts, references, or assets.
- Validate the skill structure using `quick_validate.py`.
- Package the skill into a `.skill` file using `package_skill.py`.
安装
npx skills add steipete/clawdis通过 npx 运行 Vercel skills CLI(skills.sh)— 需要本地安装 Node.js,以及至少一个兼容 skills 的智能体(Claude Code、Cursor、Codex 等)。前提是仓库遵循 agentskills.io 格式。
质量评分
已验证类似扩展
Write A Skill
100Create new agent skills with proper structure, progressive disclosure, and bundled resources. Use when user wants to create, write, or build a new skill.
Context7 Cli
100使用 ctx7 CLI 获取库文档、管理 AI 编码技能并配置 Context7 MCP。当用户提及“ctx7”或“context7”时,需要任何库的当前文档、希望安装/搜索/生成技能,或需要为 AI 编码代理设置 Context7 时激活。
Treat
100修剪臃肿的会话,附带处方。移除进度标记、陈旧读取、重复内容等。
Ui Ux Pro Max
100UI/UX design intelligence with searchable style, palette, typography, and chart databases. Use when designing UI components, choosing colors/fonts, reviewing code for UX issues, building landing pages, or implementing responsive layouts.
Google Docs
100Interact with Google Docs - create documents, search by title, read content, and edit text. Use when user asks to: create a Google Doc, find a document, read doc content, add text to a doc, or replace text in a document. Lightweight alternative to full Google Workspace MCP server with standalone OAuth authentication.
Create Skill
98Guide for creating effective skills. This command should be used when users want to create a new skill (or update an existing skill) that extends Claude's capabilities with specialized knowledge, workflows, or tool integrations. Use when creating new skills, editing existing skills, or verifying skills work before deployment - applies TDD to process documentation by testing with subagents before writing, iterating until bulletproof against rationalization