awesome-agent-skills
Curated guides and resources for building AI agent skills
All Skills in This Repository (5)
Pure Emerald Level Indicatorsplugin-integration-checker
Detect plugin context and validate skill integration within Claude Code plugins.
skill-creator-pro
Guide Claude Skill creation from stakeholder interviews to trigger evaluations.
vscode-sftp-config
Generate VS Code SFTP profiles and Nginx templates for static site deployment.
vscode-httpyac-config
Configure VSCode with httpYac for API testing workflows.
vscode-port-monitor-config
Configure the VS Code Port Monitor extension for Vite, Next.js, and microservices.
Frequently Asked Questions
FAQPage SchemaHow to install awesome-agent-skills?â–¼
Run `npx skills add libukai/awesome-agent-skills --all -g -y` in your terminal to install everything globally.
What is an AI agent skill?â–¼
A skill is a lightweight folder with a SKILL.md file that teaches your AI agent a specific workflow or domain knowledge, so you stop repeating the same instructions.
How do I build my own agent skill?â–¼
This repository links official guides from Anthropic and Google covering the SKILL.md format, design patterns, and best practices for writing and testing skills.
Which AI tools support agent skills?â–¼
The open skill standard works with Claude Code, ChatGPT, Codex, Cursor, GitHub Copilot, Gemini CLI, and many other hosts listed in this repository.
Is awesome-agent-skills beginner friendly?â–¼
Yes. It curates beginner tutorials, videos, and PDF guides in Chinese, English, and Japanese so anyone can start building skills without prior experience.
Related Repositories in Education & Research
View All in Education & Research→learn-claude-code
Learn to build AI agent harnesses from scratch
ai-agents-for-beginners
Learn to build, deploy, and secure AI agents step by step
33-js-concepts
Master 33 essential JavaScript concepts with tested, verified guides