skill-creator
仓库创建 2026年1月31日最近提交 4 个月前SkillHot 收录 21 天前
▸ 精选理由
为技能开发提供规范与示例,加速上手与复用。
这个 Skill 做什么
指导创建与打包 AgentSkills 的流程与模板。
把 AgentSkills 从想法变成可分发的包,提供目录结构、打包脚本和示例模板,帮你把输入输出、资源与依赖写清楚。适合在创建、重构或发布技能时使用,能省去摸索规范和兼容性的时间。亮点是有规范化的模板和操作步骤,让多人协作、版本控制和自动化打包更顺畅。
▸ 展开 SKILL.md 英文原文
Create or update AgentSkills. Use when designing, structuring, or packaging skills with scripts, references, and assets.
2.7k
Stars
348
Forks
10
仓库内 Skill
+0
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/RKiding/Awesome-finance-skills/main/skills/skill-creator/SKILL.md或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/RKiding/Awesome-finance-skills/main/skills/skill-creator/SKILL.md"SKILL.MD 节选查看完整文件 ↗
# Skill Creator This skill provides guidance for creating effective skills. ## About Skills Skills are modular, self-contained packages that extend Codex's capabilities by providing specialized knowledge, workflows, and tools. Think of them as "onboarding guides" for specific domains or tasks—they transform Codex from a general-purpose agent into a specialized agent equipped with procedural knowledge that no model can fully possess. ### What Skills Provide 1. Specialized workflows - Multi-step procedures for specific domains 2. Tool integrations - Instructions for working with specific file formats or APIs 3. Domain expertise - Company-specific knowledge, schemas, business logic 4. Bund
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有