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.
Scanned 9/5/2026
Install to Claude Code
npx -y skills add aAAaqwq/AGI-Super-Skills --skill skill-creator --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Skill Creator?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/aaaaqwq-skill-creator-agi-super-team)More formats (shields.io, HTML) on the badges page.
---
name: skill-creator
description: "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."
license: MIT
metadata:
version: 1.0.0
domains: [skill-creation, authoring, documentation]
type: meta
---
# Skill 创建指南
## 当使用此技能
- 创建新的 skill
- 更新现有 skill
- 设计 skill 结构
- 编写 skill 文档
## Skill 结构
```
skill-name/
├── SKILL.md # 必需:技能描述
├── SKILL_SPEC.md # 可选:详细规范
├── examples/ # 可选:示例文件
└── scripts/ # 可选:辅助脚本
```
## SKILL.md 格式
```yaml
---
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 模板"
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!
Ultra-compressed communication mode. Cuts token usage ~75% by speaking like caveman while keeping full technical accuracy. Supports intensity levels: lite, full (default), ultra, wenyan-lite, wenyan-full, wenyan-ultra. Use when user says "caveman mode", "talk like caveman", "use caveman", "less tokens", "be brief", or invokes /caveman. Also auto-triggers when token efficiency is requested.
Adversarial multi-agent planning skill. Self-orchestrates 5 hostile category members (unspecified-low, unspecified-high, deep, ultrabrain, artistry) via team-mode for ruthless cross-critique debate, distills only the defensible insights, then MANDATORILY hands the distilled insight bundle to the `plan` agent for executable plan formalization. Use when planning needs maximum rigor and surfacing of weak assumptions, blind spots, and over-engineering. Triggers: 'hyperplan', 'hpp', '/hyperplan', ...
Routes multi-tool workflows through MCP servers for large datasets and pipelines. Use when Bash tool overhead is limiting throughput on data-heavy tasks.
**Complete production-ready guide for Google Gemini embeddings API** This skill provides comprehensive coverage of the `gemini-embedding-001` model for generating text embeddings, including SDK usage, REST API patterns, batch processing, RAG integration with Cloudflare Vectorize, and advanced use cases like semantic search and document clustering. ---
Recovers prior coding-agent session context by running `catchup <agent> --since-compact`, which extracts a clean summary of a previous Codex, Claude Code, Antigravity, OpenCode, or Pi Agent session. Use when the user says "catch up", "what did the last session do", "get me up to speed", "I switched agents", or asks to recover/summarize a previous session before continuing. Do NOT use for the current conversation, git history, or any non-agent log.