소스 정보
- 저장소
- Integralist/agent-skills
- 최근 소스 활동
- 2026년 7월 13일 09:36
- 감지된 SKILL.md 언어
- 영어
- 스타
- 3
- 포크
- 0
설치 방법
기본적으로 소스를 먼저 확인하는 Prompt가 선택됩니다. 직접 명령으로 전환하거나 로컬 사본을 다운로드할 수도 있습니다.
소스 파일 검토
설치 여부를 결정하기 전에 SKILL.md와 SkillsMP에 표시된 보조 파일을 읽어 보세요.
메뉴
기본적으로 소스를 먼저 확인하는 Prompt가 선택됩니다. 직접 명령으로 전환하거나 로컬 사본을 다운로드할 수도 있습니다.
설치 여부를 결정하기 전에 SKILL.md와 SkillsMP에 표시된 보조 파일을 읽어 보세요.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
직접 명령은 검토 Prompt를 거치지 않습니다. 실행하기 전에 소스를 확인하세요.
npx skills add https://github.com/Integralist/agent-skills --skill teach명령은 한 줄로 유지됩니다. 복사하기 전에 가로로 스크롤해 전체 내용을 확인하세요.
로컬 사본을 원하시나요? SkillsMP에서 현재 제공할 수 있는 파일을 다운로드하세요.
SOC 직업 분류 기준
SKILL.md 표시 중
| name | teach |
| description | Teach the user a new skill or concept, within this workspace. |
| disable-model-invocation | true |
| argument-hint | What would you like to learn about? |
The user wants you to teach them something. This is stateful — they intend to learn the topic over multiple sessions.
Treat the current directory as a teaching workspace. Learning state lives in these files:
MISSION.md — why the user wants the topic. Grounds all teaching. Format:
MISSION-FORMAT.md../reference/*.html — reference materials: the compressed learnings from
lessons (cheat sheets, reference algorithms, syntax, yoga poses, glossaries).
Beautiful documents that print well and are designed for quick reference.RESOURCES.md — resources to ground teaching in or to acquire knowledge from.
Format: RESOURCES-FORMAT.md../learning-records/*.md — what the user has learned. Like architectural
decision records: capture non-obvious lessons and key insights that may need
revising or that drive future sessions. Used to calculate the zone of proximal
development. Titled 0001-<dash-case-name>.md, number incrementing each time.
Format: LEARNING-RECORD-FORMAT.md../lessons/*.html — lessons. A lesson is a single self-contained HTML
output teaching one tightly-scoped thing tied to the mission. The primary unit
of teaching.NOTES.md — scratchpad for user preferences and working notes.Deep learning needs three things:
Until RESOURCES.md is well-populated, focus on finding high-quality resources.
Never trust your parametric knowledge. Fan out read-only research subagents to
gather and vet candidates in parallel — review-only; do not modify code or run
tools that change state — returning annotated links for RESOURCES.md. Lesson
authoring and learner interaction stay in the main thread.
Topics vary in mix: theoretical physics is more knowledge-based; yoga is more skills-based.
The main thing you produce — where knowledge and skills reach the user. Each
lesson is one self-contained HTML file in ./lessons/, titled
0001-<dash-case-name>.html with the number incrementing each time.
Every lesson ties to the mission — the user's reason for learning the topic.
If the mission is unclear or MISSION.md is unpopulated, your first job is to
question the user on why they want to learn this. Without it, knowledge isn't
grounded in real-world goals, lessons feel abstract, and you can't judge what to
teach next.
Each lesson should challenge the learner "just enough".
If the user names an exact thing to learn, teach that. Otherwise find their zone of proximal development by:
learning-records.If the user says they already know a topic, record it in learning-records.
Design each lesson around a skill. Include only the knowledge that skill requires. Teach the knowledge first, then have the user practice via an interactive feedback loop.
Teach skills through interactive lessons. Tools available:
Each must run on a feedback loop giving feedback as immediately and automatically as possible.
Wisdom comes from real-world interaction — testing skills outside the learning environment.
When a question appears to need wisdom, attempt to answer, but default to delegating to a community: a place (online or offline) to test skills for real — a forum, subreddit, real-world class (budget permitting), or local interest group. Find high-reputation communities the user can join. If the user prefers not to join one, respect it.
Create reference documents alongside lessons; lessons can reference them. They track raw units of knowledge useful across lessons. Lessons are rarely revisited; reference docs are — they're the compressed essence of a lesson, in a quick-reference format.
Topics that lend themselves to reference:
Glossaries especially are essential. Once created, adhere to one in every lesson.
NOTES.mdRecord here any preferences the user expresses about how they want to be taught, or things to keep in mind, so you can refer back when designing lessons.