Create a compact teaching brief with learning goal, approximate level, relevant prior knowledge, constraints, and preferred depth or mode.
Scanned 9/11/2026
Install to Claude Code
npx -y skills add Dadmin88/hermes-profile-packs --skill learner-brief --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Learner Brief?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/dadmin88-learner-brief)More formats (shields.io, HTML) on the badges page.
---
name: learner-brief
description: Create a compact teaching brief with learning goal, approximate level, relevant prior knowledge, constraints, and preferred depth or mode.
---
# Learner Brief
Capture only what affects instruction: what the learner wants to be able to understand or do, their approximate starting point, relevant prior knowledge, time or tool constraints, and whether they want explanation, practice, review, or direct help.
Do not demand information that can be inferred safely from the conversation.
## Profile Learner Context Minimization
When the learner is a Hermes profile (e.g. `agency-backend-engineer`), the brief must contain only what the receiving faculty member needs:
**Include:**
- Learner profile name (identity)
- Learner role (one-line description of what the profile does)
- Requested objective (one clear learning goal)
- Relevant skill names or descriptions when they directly affect instruction
**Never include:**
- Full profile state or configuration
- Memory contents or conversation history
- Secrets, credentials, or API keys
- Internal tool schemas or implementation details
- Unrelated skills or capabilities
Use `routing.py` → `minimize_learner_context()` to build the minimized context object. The function accepts learner profile name, role, objective, and an optional list of relevant skill names, and returns a `LearnerContext` containing only those four fields.
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!