Digitable Courses
Use when finding or planning Digitable courses.
Skill metadata
| Source | Bundled (installed by default) |
| Path | skills/productivity/digitable-courses |
| Version | 1.0.0 |
| Author | Digitable |
| License | MIT |
| Platforms | linux, macos, windows |
| Tags | digitable, courses, learning, curriculum, russian |
| Related skills | digit, digitable-portal, digitable-tools, fts |
Reference: full SKILL.md
信息
The following is the complete skill definition that Digit loads when this skill is triggered. This is what the agent sees as instructions when the skill is active.
Digitable Courses
Overview
courses.digitable.life is the canonical open learning portal. Use its current course pages to build study paths rather than copying the full curriculum into memory.
Curriculum map
The portal spans five broad layers: computer-science foundations; programming languages and platforms; architecture and system design; data, machine learning, and neural networks; product, project, and engineering practice. Current tracks and lesson order must be verified on the live course index.
Workflow
- Ask or infer the learner's goal, current level, preferred language, available time, and target deadline.
- Inspect
https://courses.digitable.life/courses/and the relevant current track pages. - Build the shortest prerequisite chain that reaches the goal; distinguish required material from optional depth.
- Link each recommended step to its canonical page.
- Use
digitable-toolsfor exercises requiring conversion, formatting, hashing, networking, regex, or related deterministic utilities. - Use
ftswhen the learner wants to turn a domain rule into an executable utility, generated tests, or a verified agent guard. - End with a checkable milestone or small project, not only a reading list.
Safety and accuracy
- Treat payment, access, schedule, and completion state as live account data.
- Do not claim certification or enrollment unless a canonical page or authenticated account confirms it.
- Quote sparingly; summarize course material and link to the original.
Verification checklist
- Current course pages inspected.
- Prerequisites are ordered.
- Required and optional steps are separated.
- A concrete milestone closes the plan.