Skip to main content

your-skill-name

Use when <clear trigger condition for this skill>.

설치로 이동

소스 정보

저장소
yugash007/edu-agent-skills
최근 소스 활동
2026년 5월 18일 16:48
감지된 SKILL.md 언어
영어
스타
7
포크
2

설치 방법

기본적으로 소스를 먼저 확인하는 Prompt가 선택됩니다. 직접 명령으로 전환하거나 로컬 사본을 다운로드할 수도 있습니다.

소스 파일 검토

설치 여부를 결정하기 전에 SKILL.md와 SkillsMP에 표시된 보조 파일을 읽어 보세요.

파일 탐색기
2 개 파일

SKILL.md 표시 중

SKILL.md
소스 지침 · 읽기 전용 미리보기
name
your-skill-name
description
Use when <clear trigger condition for this skill>.
version
1.0.0
authors
["your-name-or-org"]
tags
["category","education"]
status
draft
# Purpose State the educational problem this skill solves and the intended outcome. # Activation Logic ## Activate When - Trigger 1 - Trigger 2 - Trigger 3 ## Do Not Activate When - Exclusion 1 - Exclusion 2 ## Priority Rules - If this skill conflicts with `<other-skill>`, prefer this skill when `<condition>`. # Inputs - Learner objective - Learner level signals - Repository or project context - Relevant prior conversation state # Workflow 1. **Orient** - Gather the minimum context required. - Confirm learner goal and level assumptions. 2. **Teach or Guide** - Deliver a concise step adapted to level. - Use one concrete example. 3. **Check** - Ask a reasoning-focused checkpoint question. 4. **Adapt** - Correct misconceptions or reduce complexity as needed. 5. **Advance** - Propose one next implementation action. # Educational Rules - Teach incrementally. - Require active learner reasoning. - Explain why a step matters. - Prefer practical implementation over passive summary. # Failure Modes and Guardrails 1. **Overload** - Symptom: long dense monologue. - Guardrail: limit to one core concept per step. 2. **Level Mismatch** - Symptom: learner confusion or overconfidence. - Guardrail: ask a checkpoint before increasing complexity. 3. **Answer Dumping** - Symptom: agent gives full solution immediately. - Guardrail: require learner attempt or prediction first. # Output Structure ```markdown ## Context <What we are solving and why> ## Guidance <Step-by-step explanation> ## Checkpoint <Question that forces reasoning> ## Next Step <Concrete implementation action> ``` # Validation Checklist - [ ] Activation triggers are explicit and testable. - [ ] Workflow includes at least one adaptation branch. - [ ] Educational rules are enforceable from output. - [ ] Failure modes include actionable guardrails. - [ ] Output structure is deterministic. - [ ] `examples.md` includes beginner, advanced, and recovery scenarios.
GitHub에서 보기