Idea: a mobile-first dashboard (index.html) for /teach workspaces #331
soymarketing
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hey Matt — love the
/teachskill, and I've been using it to build a real course. PRs from forks look disabled, so I'm sharing this as an idea (happy for it to be taken in any form, or closed if it's not the direction you want).Idea
Add a mobile-first dashboard (
index.html) as the single entry point to a/teachworkspace — a small, self-contained page that links every lesson, reference doc, the mission, and resources.Why
A workspace accumulates standalone HTML lessons and reference docs, but there's no home page tying them together — and in practice I kept wanting to review lessons on my phone. A dashboard makes the course feel like one product, and turns "open this file" into "open this URL on any device."
What it adds (docs-only, additive)
DASHBOARD-FORMAT.md— its structure, mobile-first rules, and serving guidance (any static server; tunnel optional for remote access). Mirrors the existing*-FORMAT.mddocs.SKILL.md— listsindex.htmlas a workspace file and adds a short "The Dashboard" section.It keeps the skill's philosophy intact: the model still generates beautiful, bespoke HTML; the new format doc just describes the artifact.
Implemented & dogfooded
I built it on a fork while teaching myself a real topic with
/teach. Diff, if useful:Thanks for sharing these skills!
Beta Was this translation helpful? Give feedback.
All reactions