2025-12-17 23:16:46 +08:00
# 🎯 AI Skills Library
2025-12-16 23:15:43 +08:00
2025-12-17 23:16:46 +08:00
The `i18n/zh/skills/` directory stores AI Skills. These are advanced capability encapsulations, more sophisticated than simple prompts, that enable AI to perform at an expert level in specific domains. Currently includes **14** professional skills.
2025-12-16 23:15:43 +08:00
2025-12-17 23:16:46 +08:00
## Directory Structure
2025-12-16 23:15:43 +08:00
```
i18n/zh/skills/
2025-12-17 23:16:46 +08:00
├── README.md # This file
2025-12-16 23:15:43 +08:00
│
2025-12-17 23:16:46 +08:00
├── # === Meta Skills (Core) ===
├── claude-skills/ # ⭐ Meta Skill: Skills for Generating Skills (11KB)
2025-12-16 23:15:43 +08:00
│
2025-12-17 23:16:46 +08:00
├── # === Claude Tools ===
├── claude-code-guide/ # Guide for using Claude Code (9KB)
├── claude-cookbooks/ # Best practices for Claude API (9KB)
2025-12-16 23:15:43 +08:00
│
2025-12-17 23:16:46 +08:00
├── # === Databases ===
├── postgresql/ # ⭐ PostgreSQL Expert Skill (76KB, most detailed)
├── timescaledb/ # Time-series Database Extension (3KB)
2025-12-16 23:15:43 +08:00
│
2025-12-17 23:16:46 +08:00
├── # === Cryptocurrency / Quant ===
├── ccxt/ # Unified Cryptocurrency Exchange API (18KB)
├── coingecko/ # CoinGecko Market Data API (3KB)
├── cryptofeed/ # Cryptocurrency Real-time Data Stream (6KB)
├── hummingbot/ # Quant Trading Bot Framework (4KB)
├── polymarket/ # Prediction Market API (6KB)
2025-12-16 23:15:43 +08:00
│
2025-12-17 23:16:46 +08:00
├── # === Development Tools ===
├── telegram-dev/ # Telegram Bot Development (18KB)
├── twscrape/ # Twitter/X Data Scraping (11KB)
├── snapdom/ # DOM Snapshot Tool (8KB)
└── proxychains/ # Proxy Chains Configuration (6KB)
2025-12-16 23:15:43 +08:00
```
2025-12-17 23:16:46 +08:00
## Skills Overview Table
2025-12-16 23:15:43 +08:00
2025-12-17 23:16:46 +08:00
### Sorted by File Size (Detail Level)
2025-12-16 23:15:43 +08:00
2025-12-17 23:16:46 +08:00
| Skill | Size | Domain | Description |
|---|---|---|---|
| **postgresql** | 76KB | Database | ⭐ Most detailed, complete PostgreSQL expert skill |
| **telegram-dev** | 18KB | Bot Development | Complete guide for Telegram Bot development |
| **ccxt** | 18KB | Trading | Unified API for cryptocurrency exchanges |
| **twscrape** | 11KB | Data Collection | Twitter/X data scraping |
| **claude-skills** | 11KB | Meta Skill | ⭐ Skills for Generating Skills |
| **claude-code-guide** | 9KB | Tools | Best practices for Claude Code usage |
| **claude-cookbooks** | 9KB | Tools | Claude API usage examples |
| **snapdom** | 8KB | Frontend | DOM snapshots and testing |
| **cryptofeed** | 6KB | Data Stream | Cryptocurrency real-time data stream |
| **polymarket** | 6KB | Prediction Market | Polymarket API integration |
| **proxychains** | 6KB | Network | Proxy chains configuration and usage |
| **hummingbot** | 4KB | Quant | Quant trading bot framework |
| **timescaledb** | 3KB | Database | PostgreSQL time-series extension |
| **coingecko** | 3KB | Market Data | CoinGecko Market Data API |
2025-12-16 23:15:43 +08:00
2025-12-17 23:16:46 +08:00
### Categorized by Domain
2025-12-16 23:15:43 +08:00
2025-12-17 23:16:46 +08:00
#### 🔧 Meta Skills & Tools
2025-12-16 23:15:43 +08:00
2025-12-17 23:16:46 +08:00
| Skill | Description | Recommended Scenarios |
|---|---|---|
| `claude-skills` | Skills for Generating Skills | Essential for creating new skills |
| `claude-code-guide` | Claude Code CLI Usage Guide | Daily development |
| `claude-cookbooks` | Claude API Best Practices | API integration |
2025-12-16 23:15:43 +08:00
2025-12-17 23:16:46 +08:00
#### 🗄️ Databases
2025-12-16 23:15:43 +08:00
2025-12-17 23:16:46 +08:00
| Skill | Description | Recommended Scenarios |
|---|---|---|
| `postgresql` | Complete PostgreSQL Guide (76KB) | Relational database development |
| `timescaledb` | Time-series Database Extension | Time-series data |
2025-12-16 23:15:43 +08:00
2025-12-17 23:16:46 +08:00
#### 💰 Cryptocurrency / Quant
2025-12-16 23:15:43 +08:00
2025-12-17 23:16:46 +08:00
| Skill | Description | Recommended Scenarios |
|---|---|---|
| `ccxt` | Unified Exchange API | Multi-exchange integration |
| `coingecko` | Market Data API | Price queries |
| `cryptofeed` | Real-time Data Stream | WebSocket market data |
| `hummingbot` | Quant Trading Framework | Automated trading |
| `polymarket` | Prediction Market API | Prediction market trading |
2025-12-16 23:15:43 +08:00
2025-12-17 23:16:46 +08:00
#### 🛠️ Development Tools
2025-12-16 23:15:43 +08:00
2025-12-17 23:16:46 +08:00
| Skill | Description | Recommended Scenarios |
|---|---|---|
| `telegram-dev` | Telegram Bot Development | Bot development |
| `twscrape` | Twitter Data Scraping | Social media data |
| `snapdom` | DOM Snapshots | Frontend testing |
| `proxychains` | Proxy Chains Configuration | Network proxy |
2025-12-16 23:15:43 +08:00
2025-12-17 23:16:46 +08:00
## Difference Between Skills vs Prompts
2025-12-16 23:15:43 +08:00
2025-12-17 23:16:46 +08:00
| Dimension | Prompts | Skills |
|---|---|---|
| Granularity | Single task instruction | Complete capability encapsulation |
| Reusability | Copy-paste | Automatically effective after configuration |
| Context | Needs manual provision | Built-in domain knowledge |
| Use Case | Temporary tasks | Long-term projects |
| Structure | Single file | Directory (includes assets/scripts/references) |
2025-12-16 23:15:43 +08:00
2025-12-17 23:16:46 +08:00
## Skill Directory Structure
2025-12-16 23:15:43 +08:00
2025-12-17 23:16:46 +08:00
Each skill follows a unified structure:
2025-12-16 23:15:43 +08:00
```
skill-name/
2025-12-17 23:16:46 +08:00
├── SKILL.md # Main skill file, contains domain knowledge and rules
├── assets/ # Static resources (images, config templates, etc.)
├── scripts/ # Helper scripts
└── references/ # Reference documents
2025-12-16 23:15:43 +08:00
```
2025-12-17 23:16:46 +08:00
## Quick Start
2025-12-16 23:15:43 +08:00
2025-12-17 23:16:46 +08:00
### 1. View a Skill
2025-12-16 23:15:43 +08:00
```bash
2025-12-17 23:16:46 +08:00
# View meta-skill
2025-12-16 23:15:43 +08:00
cat i18n/zh/skills/claude-skills/SKILL.md
2025-12-17 23:16:46 +08:00
# View PostgreSQL skill (most detailed)
2025-12-16 23:15:43 +08:00
cat i18n/zh/skills/postgresql/SKILL.md
2025-12-17 23:16:46 +08:00
# View Telegram Bot development skill
2025-12-16 23:15:43 +08:00
cat i18n/zh/skills/telegram-dev/SKILL.md
```
2025-12-17 23:16:46 +08:00
### 2. Copy to Project for Use
2025-12-16 23:15:43 +08:00
```bash
2025-12-17 23:16:46 +08:00
# Copy entire skill directory
2025-12-16 23:15:43 +08:00
cp -r i18n/zh/skills/postgresql/ ./my-project/
2025-12-17 23:16:46 +08:00
# Or just copy main file to CLAUDE.md
2025-12-16 23:15:43 +08:00
cp i18n/zh/skills/postgresql/SKILL.md ./CLAUDE.md
```
2025-12-17 23:16:46 +08:00
### 3. Use with Claude Code
2025-12-16 23:15:43 +08:00
2025-12-17 23:16:46 +08:00
Create `CLAUDE.md` in the project root, referencing skills:
2025-12-16 23:15:43 +08:00
```markdown
2025-12-17 23:16:46 +08:00
# Project Rules
2025-12-16 23:15:43 +08:00
2025-12-17 23:16:46 +08:00
Please refer to the following skill files:
2025-12-16 23:15:43 +08:00
@i18n/zh/skills/postgresql/SKILL .md
@i18n/zh/skills/telegram -dev/SKILL.md
```
2025-12-17 23:16:46 +08:00
## Create Custom Skill
2025-12-16 23:15:43 +08:00
2025-12-17 23:16:46 +08:00
### Method 1: Generate using Meta Skill (Recommended)
2025-12-16 23:15:43 +08:00
2025-12-17 23:16:46 +08:00
1. Prepare domain materials (documents, code, specifications)
2. Provide materials along with `i18n/zh/skills/claude-skills/SKILL.md` to AI
3. AI will generate a dedicated Skill for that domain
2025-12-16 23:15:43 +08:00
```bash
2025-12-17 23:16:46 +08:00
# Example: Let AI generate a new skill after reading the meta-skill
2025-12-16 23:15:43 +08:00
cat i18n/zh/skills/claude-skills/SKILL.md
2025-12-17 23:16:46 +08:00
# Then tell AI: Based on this meta-skill, please generate a new SKILL.md for [your domain]
2025-12-16 23:15:43 +08:00
```
2025-12-17 23:16:46 +08:00
### Method 2: Manual Creation
2025-12-16 23:15:43 +08:00
```bash
2025-12-17 23:16:46 +08:00
# Create skill directory
2025-12-16 23:15:43 +08:00
mkdir -p i18n/zh/skills/my-skill/{ assets,scripts,references}
2025-12-17 23:16:46 +08:00
# Create main file
2025-12-16 23:15:43 +08:00
cat > i18n/zh/skills/my-skill/SKILL.md << 'EOF'
# My Skill
2025-12-17 23:16:46 +08:00
## Overview
Briefly describe skill purpose and applicable scenarios
2025-12-16 23:15:43 +08:00
2025-12-17 23:16:46 +08:00
## Domain Knowledge
- Core concepts
- Best practices
- Common patterns
2025-12-16 23:15:43 +08:00
2025-12-17 23:16:46 +08:00
## Rules & Constraints
- Mandatory rules
- Prohibited operations
- Boundary conditions
2025-12-16 23:15:43 +08:00
2025-12-17 23:16:46 +08:00
## Examples
Specific usage examples and code snippets
2025-12-16 23:15:43 +08:00
2025-12-17 23:16:46 +08:00
## FAQ
FAQ and solutions
2025-12-16 23:15:43 +08:00
EOF
```
2025-12-17 23:16:46 +08:00
## Core Skill Details
2025-12-16 23:15:43 +08:00
2025-12-17 23:16:46 +08:00
### `claude-skills/SKILL.md` - Meta Skill ⭐
2025-12-16 23:15:43 +08:00
2025-12-17 23:16:46 +08:00
**Skills for Generating Skills** , is the core tool for creating new skills.
2025-12-16 23:15:43 +08:00
2025-12-17 23:16:46 +08:00
Usage:
1. Prepare your domain materials (documents, code, specifications, etc.)
2. Provide materials along with SKILL.md to AI
3. AI will generate a dedicated Skill for that domain
2025-12-16 23:15:43 +08:00
2025-12-17 23:16:46 +08:00
### `postgresql/SKILL.md` - PostgreSQL Expert ⭐
2025-12-16 23:15:43 +08:00
2025-12-17 23:16:46 +08:00
The most detailed skill (76KB), includes:
- Database design best practices
- Query optimization techniques
- Indexing strategies
- Performance tuning
- Common problem solutions
- SQL code examples
2025-12-16 23:15:43 +08:00
2025-12-17 23:16:46 +08:00
### `telegram-dev/SKILL.md` - Telegram Bot Development
2025-12-16 23:15:43 +08:00
2025-12-17 23:16:46 +08:00
Complete Telegram Bot development guide (18KB):
- Bot API usage
- Message handling
- Keyboards and callbacks
- Webhook configuration
- Error handling
2025-12-16 23:15:43 +08:00
2025-12-17 23:16:46 +08:00
### `ccxt/SKILL.md` - Cryptocurrency Exchange API
2025-12-16 23:15:43 +08:00
2025-12-17 23:16:46 +08:00
Unified exchange API encapsulation (18KB):
- Supports 100+ exchanges
- Unified data format
- Order management
- Market data retrieval
2025-12-16 23:15:43 +08:00
2025-12-17 23:16:46 +08:00
## Related Resources
2025-12-16 23:15:43 +08:00
2025-12-17 23:16:46 +08:00
- [Skills Generator ](https://github.com/yusufkaraaslan/Skill_Seekers ) - Convert any material into AI Skills
- [Meta Skill File ](./claude-skills/SKILL.md ) - Skills for Generating Skills
- [Prompt Library ](../prompts/ ) - More granular prompt collections
- [Claude Code Guide ](./claude-code-guide/SKILL.md ) - Claude Code Usage Best Practices
- [Document Library ](../documents/ ) - Methodologies and development experiences