重要前提
安装AI Skills的关键前提是:必须科学上网,且开启TUN模式,这一点至关重要,直接决定安装能否顺利完成,在此郑重提醒三遍:科学上网,科学上网,科学上网。查看完整安装教程 →
generate_command by everyinc/compound-engineering-plugin
npx skills add https://github.com/everyinc/compound-engineering-plugin --skill generate_command在 .claude/skills/ 目录中为请求的任务创建一个新技能。
#$ARGUMENTS
文件操作:
开发:
网络与 API:
集成:
广告位招租
在这里展示您的产品或服务
触达数万 AI 开发者,精准高效
每个命令必须以 YAML 前置元数据开头:
---
name: command-name
description: Brief description of what this command does (max 100 chars)
argument-hint: "[what arguments the command accepts]"
---
字段:
name:小写命令标识符(内部使用)description:命令用途的清晰、简洁摘要argument-hint:向用户显示期望的参数(例如 [文件路径]、[PR 编号]、[可选:格式])# [命令名称]
[此命令功能的简要描述]
## 步骤
1. [第一步,包含具体细节]
- 包含文件路径、模式或约束条件
- 如果适用,参考现有代码
2. [第二步]
- 尽可能使用并行工具调用
- 检查/验证结果
3. [最后步骤]
- 运行测试
- 检查代码风格
- 提交更改(如果合适)
## 成功标准
- [ ] 测试通过
- [ ] 代码遵循风格指南
- [ ] 文档已更新(如果需要)
<task>、<requirements>、<constraints>按照以下步骤实现 #$ARGUMENTS:
1. 研究现有模式
- 使用 Grep 搜索类似代码
- 阅读相关文件以理解方法
2. 规划实现
- 仔细思考边界情况和需求
- 考虑所需的测试用例
3. 实现
- 遵循现有代码模式(参考特定文件)
- 如果进行测试驱动开发,先编写测试
- 确保代码遵循 AGENTS.md 约定
4. 验证
- 运行测试:`bin/rails test`
- 运行代码检查工具:`bundle exec standardrb`
- 使用 git diff 检查更改
5. 提交(可选)
- 暂存更改
- 编写清晰的提交信息
.claude/skills/[name]/SKILL.md---
name: command-name
description: What this command does
argument-hint: "[expected arguments]"
---
# 命令标题
简要介绍此命令的功能以及何时使用它。
## 工作流程
### 步骤 1: [第一个主要步骤]
关于要做什么的详细信息。
### 步骤 2: [第二个主要步骤]
关于要做什么的详细信息。
## 成功标准
- [ ] 预期结果 1
- [ ] 预期结果 2
每周安装次数
63
仓库
GitHub 星标数
11.1K
首次出现
13 天前
安装于
codex63
cursor63
amp62
gemini-cli62
kimi-cli62
opencode62
Create a new skill in .claude/skills/ for the requested task.
#$ARGUMENTS
File Operations:
Development:
Web & APIs:
Integrations:
EVERY command MUST start with YAML frontmatter:
---
name: command-name
description: Brief description of what this command does (max 100 chars)
argument-hint: "[what arguments the command accepts]"
---
Fields:
name: Lowercase command identifier (used internally)description: Clear, concise summary of command purposeargument-hint: Shows user what arguments are expected (e.g., [file path], [PR number], [optional: format])# [Command Name]
[Brief description of what this command does]
## Steps
1. [First step with specific details]
- Include file paths, patterns, or constraints
- Reference existing code if applicable
2. [Second step]
- Use parallel tool calls when possible
- Check/verify results
3. [Final steps]
- Run tests
- Lint code
- Commit changes (if appropriate)
## Success Criteria
- [ ] Tests pass
- [ ] Code follows style guide
- [ ] Documentation updated (if needed)
<task>, <requirements>, <constraints>Implement #$ARGUMENTS following these steps:
1. Research existing patterns
- Search for similar code using Grep
- Read relevant files to understand approach
2. Plan the implementation
- Think through edge cases and requirements
- Consider test cases needed
3. Implement
- Follow existing code patterns (reference specific files)
- Write tests first if doing TDD
- Ensure code follows AGENTS.md conventions
4. Verify
- Run tests: `bin/rails test`
- Run linter: `bundle exec standardrb`
- Check changes with git diff
5. Commit (optional)
- Stage changes
- Write clear commit message
.claude/skills/[name]/SKILL.md---
name: command-name
description: What this command does
argument-hint: "[expected arguments]"
---
# Command Title
Brief introduction of what the command does and when to use it.
## Workflow
### Step 1: [First Major Step]
Details about what to do.
### Step 2: [Second Major Step]
Details about what to do.
## Success Criteria
- [ ] Expected outcome 1
- [ ] Expected outcome 2
Weekly Installs
63
Repository
GitHub Stars
11.1K
First Seen
13 days ago
Installed on
codex63
cursor63
amp62
gemini-cli62
kimi-cli62
opencode62
AI Elements:基于shadcn/ui的AI原生应用组件库,快速构建对话界面
71,500 周安装