npx skills add https://github.com/philschmid/self-learning-skill --skill self-learningCLI를 사용하여 이 스킬을 설치하고 작업 공간에서 SKILL.md 워크플로 사용을 시작하세요.
Autonomous skill generator that enables AI agents to learn new technologies from the web. Use this skill when you want to research a library, framework, or tool and generate reusable documentation/skills from authoritative sources.
/learn <topic>
The skill will:
Copy the SKILL.md and references/ folder to your agent's skills directory:
.agent/skills/self-learning/~/.gemini/antigravity/skills/self-learning/self-learning/
├── skills/self-learning/
│ ├── SKILL.md # Main skill instructions
│ └── references/
│ └── skill_creation_guide.md # Reference for creating effective skills
├── README.md
└── LICENSE
This skill format is inspired by hyperbrowserai/examples/skills.
Apache License 2.0 - See LICENSE for details.