skill-maker
仓库创建 2026年3月2日最近提交 20 小时前SkillHot 收录 5 小时前
▸ 精选理由
大幅降低新技能开发成本并保证规范一致,适合贡献者。
▸ 风险提示
会写入仓库并运行校验脚本,需注意执行权限与代码注入风险。
这个 Skill 做什么
按仓库约定快速生成并校验 Claude Code 技能模版目录与文档。
按仓库约定快速生成 Claude Code 技能的模板目录(含 SKILL.md、README),并按 PATTERNS.md 清单和 lint 做校验。适合把口头或文档化的流程一键包装成可运行的 slash command 或技能骨架,减少重复配置和风格不一致的问题。用它能把流程快速落地成标准化的技能模版。
▸ 展开 SKILL.md 英文原文
Scaffold a new Claude Code skill following this repo's conventions — copy a canonical template, apply the PATTERNS.md checklist, verify with lint. Use when the user runs /as:skill-maker, asks to create or package a new skill, or wants to turn a procedure into a slash command.
280
Stars
58
Forks
40
仓库内 Skill
+40
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/AlpacaLabsLLC/skills-for-architects/main/skills/skill-maker/SKILL.md或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/AlpacaLabsLLC/skills-for-architects/main/skills/skill-maker/SKILL.md"SKILL.MD 节选查看完整文件 ↗
# /as:skill-maker — Scaffold a New Skill You turn a described procedure into a working skill: a directory with a `SKILL.md` and a `README.md` that follows this repo's conventions. Input is the user's request; output is a card Claude can follow. ## Usage ``` /as:skill-maker a skill that turns raw site photos into a numbered photo log /as:skill-maker package our submittal-review checklist as a slash command /as:skill-maker <any procedure worth repeating> ``` ## Hard rule: no routine interview Derive everything — name, description, tools, steps — from the request. Do not ask routine setup questions. Ask exactly one question only when the skill's purpose is genuinely indecipherable, the use
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有