infra-weekly

Automate weekly infrastructure portfolio drafting from recent commits and changes.

11|Updated Mar 10, 2026
One-click install
npx skills add https://github.com/satanyakiv/NutriSport --skill infra-weekly
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: infra-weekly
Source: https://github.com/satanyakiv/NutriSport/tree/main/.claude/skills/infra-weekly
Command: npx skills add https://github.com/satanyakiv/NutriSport --skill infra-weekly

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill streamlines the weekly infrastructure review cadence by pre-writing portfolio narratives from real infra wins, ensuring consistent, ready-to-publish documentation.

Core Features & Use Cases

  • Pre-written portfolio narratives derived from the last 7 days of commits and infrastructure changes.
  • Automated drafting and updating of docs/infrastructure/WEEKLY_LOG.md and templates to showcase infrastructure progress.
  • Activation triggers (e.g., Sunday cadence, multilingual prompts) to maintain a living infra archive.

Quick Start

Trigger the weekly infra workflow with /infra-weekly to generate the draft and update the weekly log.

Frequently Asked Questions about infra-weekly

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

FAQPage Schema
How do I automate weekly infrastructure documentation from git commits?▼

To automate weekly infrastructure documentation, you can trigger a workflow that scans the last 7 days of git commits to automatically draft portfolio entries and update your weekly infrastructure log.

What is an infrastructure portfolio entry and when do I need to draft one?▼

An infrastructure portfolio entry is a narrative record of recent infra changes derived from git history. You need to draft one weekly to maintain a consistent, ready-to-publish archive of infrastructure progress.

Does weekly infrastructure documentation generation work with standard markdown templates?▼

Yes, weekly infrastructure documentation generation works with markdown templates by drafting portfolio entries against docs/infrastructure/templates/entry.md and maintaining docs/infrastructure/WEEKLY_LOG.md.

How do I update the weekly infrastructure log using recent repository changes?▼

To update the weekly infrastructure log, you run the weekly workflow which scans recent repository commits and automatically appends generated portfolio drafts to docs/infrastructure/WEEKLY_LOG.md.

Can I schedule automated infrastructure portfolio drafting on a Sunday cadence?▼

Yes, you can schedule automated infrastructure portfolio drafting on a Sunday cadence using activation triggers to ensure the weekly workflow generates drafts without manual intervention.

What is the best way to maintain a living infrastructure archive from code changes?▼

The best way to maintain a living infrastructure archive is to automate the extraction of infrastructure changes from git commits into structured markdown templates on a recurring weekly schedule.