Skip to main content

your-skill-name

Use when <clear trigger condition for this skill>.

Ir para a instalação

Informações da origem

Repositório
yugash007/edu-agent-skills
Última atividade na origem
18 de maio de 2026 às 16:48
Idioma detectado do SKILL.md
inglês
Estrelas
7
Forks
2

Opções de instalação

Por padrão, está selecionado o prompt que primeiro revisa a origem. Você pode mudar para um comando direto ou baixar uma cópia local.

Revise os arquivos de origem

Leia o SKILL.md e os arquivos complementares exibidos pelo SkillsMP antes de decidir se vai instalar.

Explorador de arquivos
2 arquivos

Exibindo SKILL.md

SKILL.md
Instruções da origem · Visualização somente leitura
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.
Ver no GitHub