Personal collection of OpenCode AI skills for enhanced development workflows.
这是一个用于增强开发工作流的 OpenCode 自定义 AI 技能仓库,集中维护我自己的技能模板、流程规范与领域能力扩展。
- -21risk-automation - Automate 21risk tasks via Rube MCP (Composio)
- klaviyo-automation - Automate Klaviyo email/SMS campaigns
- apify-market-research - Market analysis across Google Maps, Facebook, Instagram, Booking.com, TripAdvisor
- azure-data-tables-java - Azure Tables SDK for Java applications
- cost-optimization - Cloud cost optimization strategies (AWS, Azure, GCP)
- database-cloud-optimization-cost-optimize - Database and cloud cost optimization expert
- frontend-image-composition - UI screenshot analysis, asset generation, and integration workflow
- fp-ts-react - Functional programming patterns with fp-ts in React
- code-documentation-code-explain - Code education and explanation expert
- makepad-animation - Makepad animation system expertise
- odoo-docker-deployment - Production-ready Odoo Docker setup
- odoo-security-rules - Odoo access control and security patterns
- yann-lecun - Simulates Yann LeCun (Turing Award 2018, Meta Chief AI Scientist)
Copy the desired skill directories to your OpenCode skills folder:
将需要的技能目录复制到你的 OpenCode skills 目录:
# Windows
cp -r <skill-name> C:\Users\<username>\.config\opencode\skills\
# macOS/Linux
cp -r <skill-name> ~/.config/opencode/skills/Skills are automatically loaded by OpenCode. Refer to each skill's SKILL.md for specific usage instructions.
这些技能会被 OpenCode 自动加载。每个技能的详细说明请查看对应目录下的 SKILL.md。
Each skill follows this structure:
每个技能通常遵循以下结构:
skill-name/
├── SKILL.md # Main skill definition / 主技能定义
└── resources/ # Optional supporting files / 可选资源文件
└── *.md
These are personal skills. Feel free to fork and adapt for your own use.
这些主要是我个人维护的技能集合。如果你觉得有用,欢迎 fork 后按自己的工作流进行修改。
MIT