Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
直接コマンドでは確認用 Prompt が省略されます。実行前にソースを確認してください。
npx skills add https://github.com/Arete-Consortium/ai-skills --skill learnコマンドは1行のまま表示されます。コピー前に横へスクロールして全体を確認してください。
ローカルで確認しますか?SkillsMP が現在取得できるファイルをダウンロードできます。
Intelligent CI failure diagnosis and guided remediation for GitHub Actions, GitLab CI, and local builds
Pre-execution mapping of codebases, document collections, or problem spaces. Runs BEFORE any Gorgon workflow to give all agents shared situational awareness
Investigative methodology for analyzing document collections — provenance analysis, anomaly detection, redaction detection, and cross-document validation
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: