skill-creator
适合想快速上手并遵守标准的技能开发者。
指导从零搭建、设置与优化扩展 agent 功能的技能。
从零搭建或改造 agent 的 skill,手把手指导目录结构、脚手架、集成与验证方法。适合需要创建新 skill、修改现有功能或学习 skill 架构的人,覆盖设计模式和实战落地建议。重点是把专业知识、工作流或工具可靠地接入 agent 并可测试化。
▸ 展开 SKILL.md 英文原文
Guide for creating effective skills that extend agent capabilities with specialized knowledge, workflows, or tool integrations. Use this skill when the user asks to: (1) create a new skill, (2) make a skill, (3) build a skill, (4) set up a skill, (5) initialize a skill, (6) scaffold a skill, (7) update or modify an existing skill, (8) validate a skill, (9) learn about skill structure, (10) understand how skills work, or (11) get guidance on skill design patterns. Trigger on phrases like "create a skill", "new skill", "make a skill", "skill for X", "how do I create a skill", or "help me build a skill".
帮我安装这个 skill:https://raw.githubusercontent.com/fullREFIT/skills/main/skills/skill-creator/SKILL.mdcurl -fsSL "https://raw.githubusercontent.com/fullREFIT/skills/main/skills/skill-creator/SKILL.md"# Skill Creator ### Skill Location by Tool Skills are loaded from a `skills/` directory under the tool's config root. Common paths: | Tool | User skills | Project skills | |------|-------------|----------------| | **Claude Code** | `~/.claude/skills/` | `.claude/skills/` | | **Codex CLI** | `~/.codex/skills/` | `.codex/skills/` | | **Cursor** | `~/.cursor/skills/` | `.cursor/skills/` | | **deepagents** | `~/.deepagents/<agent>/skills/` | `.deepagents/skills/` | | **Shared (any tool)** | `~/.agents/skills/` | `.agents/skills/` | Project skills override user skills; user skills override built-in skills. Example directory layout: ``` ~/.claude/skills/ # user skills for Claude Cod