npx skills add https://github.com/wvlvik/toy-skills --skill jimeng-api-image-genقم بتثبيت هذه المهارة باستخدام واجهة سطر الأوامر (CLI) وابدأ في استخدام سير عمل SKILL.md في مساحة عملك.
A collection of skills for AI coding agents. Skills are packaged instructions and scripts that extend agent capabilities.
Skills follow the Agent Skills format.
npx skills add wvlvik/toy-skills --skill <skill-name>
WeChat Mini Program native development code review skill for checking architecture constraints, best practices, and common issues.
Use when:
Features:
Generate high-quality AI images using Volcengine Jimeng API 4.0.
Use when:
Features:
A template skill demonstrating the structure and format for creating new skills.
Use when:
Each skill contains:
SKILL.md - Instructions for the agentscripts/ - Helper scripts for automation (optional)references/ - Supporting documentation (optional)toy-skills/
├── README.md # Project documentation
├── AGENTS.md # Supported AI agents
├── skills/ # All skills directory
│ ├── commit-review/ # WeChat Mini Program code review
│ │ └── SKILL.md
│ ├── jimeng-api-image-gen/ # Jimeng AI image generation
│ │ ├── SKILL.md
│ │ ├── README.md
│ │ └── scripts/
│ └── example-skill/ # Example skill template
│ └── SKILL.md
See AGENTS.md for details.
MIT