用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/Arete-Consortium/ai-skills --skill learn命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
正在显示 SKILL.md
| name | learn |
| description | Learning Resources & Path |
| lifecycle | experimental |
Provide learning resources and study paths for topics.
/learn rust # Learning path for Rust
/learn "async python" # Resources for async Python
/learn --level beginner # Beginner resources
/learn --project # Project-based learning
# Learning Path: [Topic]
## Overview
What you'll learn and why it matters.
## Prerequisites
- [ ] Prerequisite 1
- [ ] Prerequisite 2
## Learning Path
### Phase 1: Fundamentals (Week 1-2)
#### Goals
- Understand basic concepts
- Set up development environment
- Write first program
#### Resources
1. **Official Tutorial** (Free)
- [Link](url)
- Time: 4 hours
- Covers: Basics
2. **Video Course** (Free)
- [Link](url)
- Time: 2 hours
- Covers: Getting started
#### Practice
- [ ] Complete official tutorial
- [ ] Build "Hello World"
- [ ] Solve 5 easy exercises on [Platform]
#### Milestone
Can create and run a simple program.
---
### Phase 2: Core Concepts (Week 3-4)
#### Goals
- Master core language features
- Understand common patterns
- Build small projects
#### Resources
...
#### Practice Projects
1. **Project Name**
- Description
- Concepts practiced
- Estimated time
---
### Phase 3: Advanced Topics (Week 5-8)
...
## Recommended Books
| Book | Level | Focus |
|------|-------|-------|
| Title 1 | Beginner | Fundamentals |
| Title 2 | Intermediate | Patterns |
## Communities
- Discord: [Server Name](url)
- Reddit: r/topic
- Forum: [Name](url)
## Progress Tracker
- [ ] Phase 1 complete
- [ ] First project built
- [ ] Phase 2 complete
- [ ] Intermediate project
- [ ] Phase 3 complete
- [ ] Advanced project
### Phase 1: Basics
- The Rust Book (free, official)
- Rustlings exercises
- "Hello World" CLI
### Phase 2: Ownership & Types
- Rust by Example
- Exercism Rust track
- Build a CLI tool
### Phase 3: Advanced
- Async Rust
- Unsafe Rust
- Build a web service
### Phase 1: Fundamentals
- Python docs: asyncio
- Real Python async tutorial
- Simple async scripts
### Phase 2: Patterns
- aiohttp for HTTP
- asyncio patterns
- Build async web scraper
### Phase 3: Production
- FastAPI/Starlette
- Testing async code
- Build async API
### Phase 1: Basics
- Choose engine (Godot/Unity/Bevy)
- Official tutorials
- Clone simple game (Pong)
### Phase 2: Core Skills
- Physics, input, rendering
- Game loop patterns
- Build platformer
### Phase 3: Polish
- UI, audio, juice
- Optimization
- Complete small game
| Indicator | Meaning |
|---|---|
| Official | From language/framework creators |
| Free | No cost |
| Interactive | Hands-on exercises |
| Video | Video format |
| Book | Book format |
| Updated | Recently updated |
When /learn is invoked: