技能 skills-factory
🏭

skills-factory

低风险 ⚡ 包含脚本📁 文件系统访问⚙️ 外部命令

建立生產就緒的 Claude Code 技能

從頭開始建立 Claude Code 技能需要了解 YAML 結構、漸進式揭露、驗證模式和部署策略。技能工廠提供範本、驗證腳本和全面指南,讓您能更快地建立有效的技能。

支持: Claude Codex Code(CC)
🥉 75 青铜
1

下载技能 ZIP

2

在 Claude 中上传

前往 设置 → 功能 → 技能 → 上传技能

3

开启并开始使用

测试它

正在使用“skills-factory”。 Create a new skill called api-documenter using Skills Factory

预期结果:

  • Created skill directory: ~/.claude/skills/api-documenter/
  • Created SKILL.md with YAML frontmatter template
  • Created scripts/ directory with example script
  • Created references/ directory with API reference template
  • Next steps: Edit SKILL.md to complete TODO items

正在使用“skills-factory”。 Validate my skill at ./pdf-processor using comprehensive validation

预期结果:

  • Validating pdf-processor/...
  • [OK] YAML frontmatter structure valid
  • [OK] Naming conventions met (hyphen-case)
  • [OK] Description length within limits
  • [OK] Progressive disclosure pattern correct
  • [WARNING] No examples found in body content
  • 2 validations passed, 1 warning

安全审计

低风险
v5 • 1/16/2026

This is a legitimate meta-skill for creating Claude Code skills. All 911 static findings are FALSE POSITIVES: documentation code examples (backticks for markdown formatting), filesystem path references in guides, and utility script operations. No network access, no credential handling, no obfuscation. Python scripts perform standard file operations (create, copy, zip) to user-specified directories only.

12
已扫描文件
5,660
分析行数
3
发现项
5
审计总数
审计者: claude 查看审计历史 →

质量评分

68
架构
100
可维护性
87
内容
19
社区
90
安全
91
规范符合性

你能构建什么

建立新技能

使用正確的 YAML 前面matter、漸進式揭露結構和驗證腳本初始化技能目錄

標準化團隊技能

使用驗證規則和部署工作流程在您的團隊中建立一致的技能模式

打包和部署技能

打包技能以分發到 Claude Code、Claude.ai、Claude Desktop 和 Claude API

试试这些提示

建立新技能
Create a new skill named api-helper using Skills Factory. Initialize it in my personal skills directory.
驗證技能
Validate my skill at ~/.claude/skills/pdf-processor using comprehensive validation. Show me any errors.
打包技能
Package my-data-skill for distribution. Install it to personal skills and create a zip file for Claude.ai upload.
應用最佳實踐
Review my skill at ./my-skill and suggest improvements based on Skills Factory best practices.

最佳实践

  • 從評估驅動開發開始:在建立技能之前先定義測試場景
  • 應用漸進式揭露:將 SKILL.md 保持在 200 行以下,將詳細內容移到 references/
  • 在每個檢查點使用驗證腳本以便及早發現錯誤

避免

  • 不要跳過驗證:在部署前一定要執行 comprehensive_validate.py
  • 不要過度複雜:具有明確觸發條件的簡單技能比複雜的更好
  • 不要忘記觸發詞:在描述中包含特定的動作動詞和使用場景

常见问题

哪些介面支援技能?
Claude Code、Claude.ai、Claude Desktop 和 Claude API 每個都需要單獨的技能部署。
技能可以有多大?
將 SKILL.md 保持在 200 行以下以獲得最佳觸發效果。參考檔案可以在需要時載入。
如何與我的團隊分享技能?
將技能提交到 git 儲存庫中的 .claude/skills/。分享 zip 套件以供 Claude.ai/Desktop 使用。
使用此技能時我的資料安全嗎?
是的。技能工坊只會建立和驗證技能檔案。不會發出網路呼叫或存取憑證。
為什麼我的技能無法觸發?
檢查 YAML frontmatter 是否有效,以及描述是否包含特定的觸發詞。
這與 skill-creator 有什麼不同?
技能工坊專注於生產品質,包含驗證、雙 Claude 迭代和部署。