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: