get-week-content

Parse Week.md into structured JSON with frontmatter, sections, and entities.

4|Updated Feb 1, 2026
One-click install
npx skills add https://github.com/BugRoger/2bd --skill get-week-content
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: get-week-content
Source: https://github.com/BugRoger/2bd/tree/main/.claude/skills/_sub/fetch/get-week-content
Command: npx skills add https://github.com/BugRoger/2bd --skill get-week-content

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the parsing of your weekly notes, extracting key information and assessing completeness to streamline the review process.

Core Features & Use Cases

  • Structured Data Extraction: Parses Week.md into a structured JSON format, including frontmatter, sections, and entities.
  • Completeness Assessment: Automatically determines if key sections like wins, reflections, and coaching check-ins have been filled out.
  • Entity Recognition: Identifies and extracts people, projects, and areas mentioned via wikilinks.
  • Use Case: Before your weekly review meeting, run this Skill to get a quick overview of your week's progress, identify areas needing attention, and see who you've interacted with.

Quick Start

Run the get-week-content skill to parse the content of your Week.md file.

Frequently Asked Questions about get-week-content

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

FAQPage Schema
How do I parse a markdown weekly review file to extract structured data?

To parse a markdown weekly review file, this Skill reads the content and extracts structured data including frontmatter, sections, and entities. It converts the weekly notes into a structured format for easy review processing.

How do I check the completeness of my weekly notes before a review?

You can check the completeness of your weekly notes automatically by running this Skill. It determines if key sections like wins, reflections, and coaching check-ins have been filled out, highlighting areas needing attention.

Can I extract entities like people and projects from markdown wikilinks?

Yes, you can extract entities like people, projects, and areas from markdown wikilinks. The Skill performs entity recognition on the weekly notes to identify and extract these mentioned items automatically.

Does this markdown parser prevent processing the same weekly notes twice?

Yes, this markdown parser prevents duplicate processing by validating file existence and checking for an 'archived' marker. This ensures weekly notes are only parsed once during the review cycle.

What sections are required in a Week.md file for proper markdown parsing?

For proper markdown parsing, the Week.md file should contain frontmatter and sections for wins, reflections, and coaching check-ins. The Skill reads these elements to assess completeness and extract structured data.