|
|
1 maand geleden | |
|---|---|---|
| .. | ||
| 00-meta-skills | 1 maand geleden | |
| 01-ai-tools | 1 maand geleden | |
| 02-databases | 1 maand geleden | |
| 03-crypto | 1 maand geleden | |
| 04-dev-tools | 1 maand geleden | |
| README.md | 1 maand geleden | |
Modular skills collection for AI-assisted development
skills/
├── 00-meta-skills/ # Meta skills (skills that generate skills)
│ └── claude-skills/ # Claude skills generator
├── 01-ai-tools/ # AI CLI tools
│ ├── claude-code-guide/
│ └── claude-cookbooks/
├── 02-databases/ # Database skills
│ ├── postgresql/
│ └── timescaledb/
├── 03-crypto/ # Cryptocurrency & quantitative trading
│ ├── ccxt/
│ ├── coingecko/
│ ├── cryptofeed/
│ ├── hummingbot/
│ └── polymarket/
└── 04-dev-tools/ # Development tools
├── telegram-dev/
├── twscrape/
├── snapdom/
└── proxychains/
Skills for generating other skills.
AI CLI tools and guides.
Database-related skills.
Cryptocurrency and quantitative trading.
General development tools.
Each skill follows this structure:
skill-name/
├── SKILL.md # Main skill document
├── references/ # Reference materials
├── scripts/ # Utility scripts
└── assets/ # Images and resources