agentsclimarketplace

Skill creator

Skill aAAaqwq/AGI-Super-Team/skills/skill-creator

14 AI executives powered by legendary minds (Musk/Buffett/Simons/Feynman) — deploy your virtual C-Suite in one git clone.

Install
npx -y skills add aAAaqwq/AGI-Super-Team --skill skill-creator

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

What its author says it does

Copied from the file, not written here

Guide for creating effective skills. This skill 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.

The file declares its own license as MIT. That is the author’s claim about this one file, and it is not the same thing as the license GitHub reports for the repository, which is listed with the other numbers below.

SKILL.md

1.3 KB, as published. Nobody here has run it

Skill 创建指南

当使用此技能

  • 创建新的 skill
  • 更新现有 skill
  • 设计 skill 结构
  • 编写 skill 文档

Skill 结构

skill-name/
├── SKILL.md          # 必需:技能描述
├── SKILL_SPEC.md     # 可选:详细规范
├── examples/         # 可选:示例文件
└── scripts/          # 可选:辅助脚本

SKILL.md 格式

---
name: skill-name
description: 简短描述
license: MIT
metadata:
  version: 1.0.0
  domains: [category]
  type: [tool|specialist|automation]
---

# 技能名称

## 当使用此技能
- 场景 1
- 场景 2

## 能力
1. 功能 1
2. 功能 2

## 触发词
- "关键词 1"
- "关键词 2"

最佳实践

  • 简洁: 每个技能专注一个领域
  • 实用: 解决实际问题
  • 可测试: 提供明确触发词
  • 文档: 清晰的使用说明

触发词

  • "创建 skill"
  • "写个技能"
  • "skill 模板"

Keep looking

Skills are one crate of 328,083. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.