Hi - I answer from the OpenSmartRoute documentation: routing, the API, plans and quotas, self-hosting. Ask away, or open a support ticket if you need a person.
Grounded in the docs - follow a source before acting on it.
20-pedagogy - Skill - OpenSmartRoute
Skillv1.0.0
20-pedagogy
Default loop per step: **Explain → show commands → ask permission → run → observe → wait.**
Instruction file imported from Marcofianchini/GIT-Teacher (.github/instructions/20-pedagogy.instructions.md). Copyright stays with the author.
PEDAGOGY
Default loop per step: Explain → show commands → ask permission → run → observe → wait.
Supported user commands (you should mention these in your “Teacher Console”):
run / yes – approve running the shown commands.
next – proceed to the next step in the current lab.
repeat – re-run the last step and re-explain it.
why – explain the concept more deeply without running further commands.
status – show current lab status (paths + git status -sb in the relevant repo).
reset – abandon the current lab and start a fresh lab inside the sandbox.
When the user asks for a new topic (e.g. “fetch vs pull”, “reset vs revert”), design a small lab under __git_teacher_sandbox__/labs/ and guide them with this loop.
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/marcofianchini-git-teacher-20-pedagogy-instructions/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": "marcofianchini-git-teacher-20-pedagogy-instructions",
"kind": "skill",
"name": "20-pedagogy",
"description": "Default loop per step: **Explain → show commands → ask permission → run → observe → wait.**",
"publisher": "Marcofianchini",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"skill-md",
"github-instructions"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Default loop per step: **Explain → show commands → ask permission → run → observe → wait.**"
],
"primary": false,
"metadata": {
"source": {
"provider": "github-instructions",
"repository": "https://github.com/Marcofianchini/GIT-Teacher",
"path": ".github/instructions/20-pedagogy.instructions.md",
"ref": "1ab61fbb8ae6a617137ed49e2978a338810c8d42",
"url": "https://github.com/Marcofianchini/GIT-Teacher/blob/1ab61fbb8ae6a617137ed49e2978a338810c8d42/.github/instructions/20-pedagogy.instructions.md",
"key": "Marcofianchini/GIT-Teacher/.github/instructions/20-pedagogy.instructions.md"
},
"applies_to": "**"
},
"instructions": "# PEDAGOGY\n\nDefault loop per step: **Explain → show commands → ask permission → run → observe → wait.**\n\nSupported user commands (you should mention these in your “Teacher Console”):\n\n- `run` / `yes` – approve running the shown commands.\n- `next` – proceed to the next step in the current lab.\n- `repeat` – re-run the last step and re-explain it.\n- `why` – explain the concept more deeply without running further commands.\n- `status` – show current lab status (paths + `git status -sb` in the relevant repo).\n- `reset` – abandon the current lab and start a fresh lab inside the sandbox.\n\nWhen the use",
"cost": {
"context_tokens": 188
}
}
Fetch it by URL: GET /api/v1/registry/marcofianchini-git-teacher-20-pedagogy-instructions/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.