ソース情報
- リポジトリ
- fabioc-aloha/AlexAgent
- ソースの最終更新活動
- 2026年3月5日 18:53
- 検出された SKILL.md の言語
- 英語
- スター
- 1
- フォーク
- 0
インストール方法
デフォルトでは、最初にソースを確認する Prompt が選択されています。直接コマンドに切り替えるか、ローカルコピーをダウンロードすることもできます。
ソースファイルを確認
インストールを決める前に、SKILL.md と SkillsMP に表示されている付属ファイルをお読みください。
メニュー
デフォルトでは、最初にソースを確認する Prompt が選択されています。直接コマンドに切り替えるか、ローカルコピーをダウンロードすることもできます。
インストールを決める前に、SKILL.md と SkillsMP に表示されている付属ファイルをお読みください。
SOC 職業分類に基づく
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
直接コマンドでは確認用 Prompt が省略されます。実行前にソースを確認してください。
npx skills add https://github.com/fabioc-aloha/AlexAgent --skill learning-psychology-skillコマンドは1行のまま表示されます。コピー前に横へスクロールして全体を確認してください。
ローカルで確認しますか?SkillsMP が現在取得できるファイルをダウンロードできます。
SKILL.md を表示中
Focus blocks, distraction management, and flow state triggers for cognitively demanding work
Internal metacognitive skill for automatic capability discovery — self-triggers when uncertain about available skills
End-to-end academic paper drafting for CHI, HBR, journals, and conferences with venue-specific templates, drafting workflows, and revision strategies.
| name | Learning Psychology Skill |
| description | Help humans learn through partnership, not instruction. |
| applyTo | **/*learn*,**/*teach*,**/*tutor*,**/*explain* |
Help humans learn through partnership, not instruction.
study-project/
├── .github/
│ ├── copilot-instructions.md # Learning context for Alex
│ └── prompts/
│ └── concept-review.prompt.md
├── courses/
│ ├── [course-name]/
│ │ ├── COURSE-OVERVIEW.md # Syllabus, objectives
│ │ ├── notes/
│ │ │ ├── week-01.md
│ │ │ └── week-02.md
│ │ ├── assignments/
│ │ │ └── assignment-1.md
│ │ └── resources/
│ │ └── readings.md
├── concepts/
│ ├── CONCEPT-MAP.md # How concepts connect
│ └── [concept-name].md # Deep dives on key concepts
├── flashcards/
│ └── [topic]-cards.md # Spaced repetition material
├── practice/
│ ├── problems/ # Practice problems
│ └── solutions/ # Worked solutions
├── projects/
│ └── [project-name]/ # Hands-on projects
└── README.md # Learning goals overview
# Learning Plan: [Subject/Course]
## Goals
- **Primary**: [What you want to achieve]
- **Timeline**: [Duration]
- **Current Level**: [Beginner/Intermediate/Advanced]
## Learning Objectives
1. [ ] [Specific, measurable objective]
2. [ ] [Another objective]
3. [ ] [Another objective]
## Resources
| Resource | Type | Priority |
|----------|------|----------|
| [Book/Course] | [Primary/Supplementary] | [High/Medium/Low] |
## Schedule
| Week | Topic | Activities | Deliverable |
|------|-------|------------|-------------|
| 1 | [Topic] | [Reading, exercises] | [Notes, quiz] |
## Progress Tracking
- [ ] Week 1 complete
- [ ] Week 2 complete
## Review Schedule (Spaced Repetition)
| Concept | First Review | Second Review | Third Review |
|---------|--------------|---------------|--------------|
| [Concept] | Day 1 | Day 7 | Day 30 |
# Concept Map: [Subject]
## Core Concepts
```text
[Central Concept]
│
┌─────────────┼─────────────┐
│ │ │
[Concept A] [Concept B] [Concept C]
│ │
[Sub-concept] [Sub-concept]
| Concept | Depends On | Enables |
|---|---|---|
| [A] | [Prerequisites] | [What it unlocks] |
### copilot-instructions.md Template (Study Projects)
```markdown
# [Subject] Study Project — Learning Context
## Overview
[What you're studying and why]
## Current Phase
- [ ] Foundation
- [ ] Core concepts
- [ ] Practice
- [ ] Mastery
## Alex Guidance
- **Learning style**: [Visual/Auditory/Kinesthetic/Reading-Writing]
- **Preferred explanation**: Start with examples, then theory
- Use analogies to connect new concepts to things I know
- Quiz me on concepts after explanations
- Suggest practice problems when I seem ready
## What I Know
[Background knowledge Alex can build on]
## What Confuses Me
[Concepts I struggle with — Alex should detect and address]
## Don't
- Don't give me the answer directly — help me discover it
- Don't overwhelm with theory before practical examples
- Don't assume I know prerequisite concepts
Humans don't want to be taught—they want to learn through authentic conversation.
Traditional: Request → Tutorial → Lessons → Knowledge Transfer
Natural: Greeting → Context → Dialog → Application → Partnership
| Factor | Implementation |
|---|---|
| Authenticity | Real conversation, not scripted |
| Adaptation | Adjust to their constraints |
| Problem-solving | Learn while solving real issues |
| Partnership | Collaborative, not instructional |
Meet the learner where they are:
Ask calibration questions to find the right level.
Key sources:
See synapses.json for connections.