skill-creator
星标7
分支2
更新时间2026年2月26日 04:20
Use this skill when creating new skills. Guides the design and implementation of skill files.
安装
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
SKILL.md
readonly菜单
Use this skill when creating new skills. Guides the design and implementation of skill files.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
Use when analyzing revenue, sales, or financial performance. Provides standard approaches for calculating and comparing revenue metrics.
Use when checking data quality, finding anomalies, or validating data integrity. Provides patterns for identifying data issues.
An example skill demonstrating the skill file format and structure
| name | Skill Creator |
| description | Use this skill when creating new skills. Guides the design and implementation of skill files. |
| category | meta |
| tags | ["skill-creation","meta","templates"] |
A meta-skill for creating new skills in the KAI skills system.
Load this skill when:
mkdir -p .skills/category/skill-name
Required frontmatter:
name: Human-readable titledescription: When and how to use (this triggers skill loading!)Optional frontmatter:
category: Organizational groupingtags: Keywords for filteringkai-agent discover-skills <connection_id> --path ./.skills
---
name: [Skill Name]
description: [When to use this skill - be specific!]
category: [category]
tags:
- [tag1]
- [tag2]
---
# [Skill Name]
[Brief overview of what this skill helps with]
## When to Use
[Specific triggers for using this skill]
## Standard Queries/Patterns
[SQL templates with placeholders and comments]
## Workflow
[Step-by-step process for analysis]
## Best Practices
[Key recommendations]
## Common Pitfalls
[Things to avoid]
revenue-analysis, data-qualityanalysis, meta, reportingrevenue, financial, sql-patterns