Track what each student has covered, what they have mastered and what needs revisiting. Use when the user mentions student progress, coverage, revision, or preparing for an exam.
Imported from cowballwong/aki-agent (library/skills/student-progress/SKILL.md). Install upstream with npx skills add cowballwong/aki-agent --skill student-progress. Copyright stays with the author.
Student progress tracker
Per student
Topic · when covered · evidence of understanding · confidence · when to
revisit.
"Covered" and "understood" are different columns. Conflating them is how a
student arrives at an exam having been taught everything and retained a
third.
Spacing
Schedule the revisit rather than hoping. A topic met once and never returned
to is one that will need teaching again anyway — later, and under time
pressure.
What to surface
topics due for revisiting this week
topics where evidence is thin
the gap between syllabus coverage and time remaining, honestly
Output
For the tutor: what to plan next. For the parent, if asked: what has been
covered and what is next — with no invented reassurance.
Use it
Copy one of these into your project. Installing also returns the manifest and these snippets.
yaml
targets:
- https://api.opensmartroute.ai/api/v1/registry/cowballwong-aki-agent-student-progress/manifest # or paste the manifest below
Manifest
An Open Capability Manifest: the router reads it to know what this does, what it costs and when to pick it.
{
"ocm": "1",
"id": "cowballwong-aki-agent-student-progress",
"kind": "skill",
"name": "student-progress",
"description": "Track what each student has covered, what they have mastered and what needs revisiting. Use when the user mentions student progress, coverage, revision, or preparing for an exam.",
"publisher": "cowballwong",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"skill-md",
"progress",
"mastery",
"revision",
"syllabus",
"github"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Track what each student has covered, what they have mastered and what needs revisiting. Use when the user mentions student progress, coverage, revision, or preparing for an exam."
],
"primary": false,
"metadata": {
"source": {
"provider": "github",
"repository": "https://github.com/cowballwong/aki-agent",
"path": "library/skills/student-progress/SKILL.md",
"ref": "909192f04ee2bd6ab136fc7d0f326fdb54ff3be0",
"url": "https://github.com/cowballwong/aki-agent/blob/909192f04ee2bd6ab136fc7d0f326fdb54ff3be0/library/skills/student-progress/SKILL.md",
"key": "cowballwong/aki-agent/library/skills/student-progress/SKILL.md"
}
},
"instructions": "# Student progress tracker\n\n## Per student\n\nTopic · when covered · evidence of understanding · confidence · when to\nrevisit.\n\n\"Covered\" and \"understood\" are different columns. Conflating them is how a\nstudent arrives at an exam having been taught everything and retained a\nthird.\n\n## Spacing\n\nSchedule the revisit rather than hoping. A topic met once and never returned\nto is one that will need teaching again anyway — later, and under time\npressure.\n\n## What to surface\n\n- topics due for revisiting this week\n- topics where evidence is thin\n- the gap between syllabus coverage and time remaining, ho",
"cost": {
"context_tokens": 187
}
}
Fetch it by URL: GET /api/v1/registry/cowballwong-aki-agent-student-progress/manifest?version=1.0.0
Reviews
Star ratings from people who tried it. One review per account; edit yours any time.
No reviews yet. Install it, try it, and be the first to rate it.