self-learning
philschmid/self-learning-skill · skills.sh
Open source Repository Open in the app JSON README (API)
About
Skill publicada por philschmid/self-learning-skill no skills.sh. Instale com: npx skills add philschmid/self-learning-skill@self-learning
Details
- Kind
- Agent skills
- Topic
- No topic detected
- Publisher
- philschmid
- Origin
- skillssh
- Category
- ferramentas
- Stars
- 93
- Forks
- 12
- Last push
- 2026-02-06T13:14:28Z
- Repository state
- ativo
- License
- Apache-2.0
- Added
- 2026-08-30 15:21:45
- Updated
- 2026-09-08 15:03:26
- Origin id
philschmid/self-learning-skill/self-learning
README
# Self-Learning Skill 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. ## Usage ``` /learn <topic> ``` The skill will: 1. **Discover** authoritative documentation via web search 2. **Extract** relevant content from official sources 3. **Synthesize** information into a reusable skill 4. **Save** the generated skill to your workspace ## Installation Copy the `SKILL.md` and `references/` folder to your agent's skills directory: - **Workspace-specific**: `.agent/skills/self-learning/` - **Global**: `~/.gemini/antigravity/skills/self-learning/` ## Contents ``` self-learning/ ├── skills/self-learning/ │ ├── SKILL.md # Main skill instructions │ └── references/ │ └── skill_creation_guide.md # Reference for creating effective skills ├── README.md └── LICENSE ``` ## Acknowledgements This skill format is inspired by [hyperbrowserai/examples/skills](https://github.com/hyperbrowserai/examples/tree/main/skills). ## License Apache License 2.0 - See [LICENSE](LICENSE) for details.