re-estimate-learning-time

Parse README.md files to re-estimate learning time and update HTML time representations.

Updated Mar 22, 2025
One-click install
npx skills add https://github.com/fcircle-biz/tech_docs --skill re-estimate-learning-time
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: re-estimate-learning-time
Source: https://github.com/fcircle-biz/tech_docs/tree/main/.claude/skills/re-estimate-learning-time
Command: npx skills add https://github.com/fcircle-biz/tech_docs --skill re-estimate-learning-time

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This skill re-estimates the recommended time for existing documentation by parsing README.md files and related content, ensuring time estimates stay accurate as materials evolve.

Core Features & Use Cases

  • Parse README.md across docs/guide, docs/tutorial, docs/practice, and docs/assignment to extract items with titles, descriptions, and difficulty.
  • Generate a consolidated table of per-item time estimates and a total estimate, and prepare the data for HTML updates.
  • Use case: update a learning path with revised chapter/step/section times to help learners plan their study.

Quick Start

Use the re-estimate-learning-time skill to re-estimate times for a given docs path, for example: /re-estimate-learning-time docs/guide/programming-languages/java-ecosystem/jdbc

Frequently Asked Questions about re-estimate-learning-time

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I re-estimate learning time for existing documentation?

To re-estimate learning time for documentation, parse README.md files to extract items with titles, descriptions, and difficulty. The skill computes per-item time estimates and updates HTML time representations across guides, tutorials, practices, and assignments.

What documentation paths are supported for updating time estimates?

Updating time estimates supports documentation paths including docs/guide, docs/tutorial, docs/practice, and docs/assignment. The skill detects content type from the path and extracts learning items to compute revised estimates.

How do I automatically update HTML time representations in README files?

Automatically update HTML time representations by parsing README.md files to extract learning items. The skill calculates total estimates from item difficulty and descriptions, then prepares data to update HTML tags.

Can I recalculate study time for tutorials and practice problems automatically?

Yes, you can recalculate study time for tutorials and practice problems automatically. The skill parses README.md files from docs/tutorial and docs/practice paths, extracts items, and computes updated time estimates.

Does this time estimation tool require external dependencies?

No external dependencies are required. The time estimation tool uses Python scripts to parse README.md files and update HTML representations without needing additional libraries.

Why re-estimate recommended learning times across documentation?

Re-estimating recommended learning times ensures time estimates stay accurate as materials evolve. By parsing README.md files and computing estimates from item difficulty, learners can better plan their study across revised chapters and steps.