source-command-technical-update-skeumorphic-dark-diagrams

Generate weekly Cinematic Canvas product update documents with changelog sync and skeuomorphic dark technical diagrams.

5|Updated Dec 8, 2025
One-click install
npx skills add https://github.com/portalshq/portals-studio --skill source-command-technical-update-skeumorphic-dark-diagrams-portalshq
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: source-command-technical-update-skeumorphic-dark-diagrams
Source: https://github.com/portalshq/portals-studio/tree/main/.agents/skills/source-command-technical-update-skeumorphic-dark-diagrams
Command: npx skills add https://github.com/portalshq/portals-studio --skill source-command-technical-update-skeumorphic-dark-diagrams-portalshq

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Writing consistent, technically accurate weekly product updates requires gathering git history, maintaining a changelog, drafting structured release notes, and producing matching visual assets — a repetitive multi-step process this Skill automates end to end. ## Core Features & Use Cases - State-Aware Changelog Management: Pulls recent commits, deduplicates entries, and maintains a rolling 30-day CHANGELOG.md in descending date order. - Structured Update Drafting: Produces a sub-1200-word technical update document with a fixed frontmatter schema, benefit-first feature sections, quantitative claims, and a mandatory three-paragraph conclusion. - Visual Asset Generation: Creates one cinematic cover image and three skeuomorphic dark-UI technical diagrams (navy backgrounds, teal glowing cards) placed in website/public/images/, with a fail-safe that inserts placeholder paths and returns prompts if image generation fails. - Use Case: A product lead runs the weekly command to turn the past week's commits into a publishable blog update with diagrams, a synced changelog, a git commit/push, and a 200-character social media preview. ## Quick Start Run the technical-update-skeumorphic-dark-diagrams command to draft this week's Cinematic Canvas product update from recent git history.

Frequently Asked Questions about source-command-technical-update-skeumorphic-dark-diagrams

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

FAQPage Schema
How do I generate a weekly product update from git commits?

Run this Skill to pull the latest commits with git log, sync them into CHANGELOG.md, and draft a structured update document. It gathers context idempotently, drafts the post, generates images, and commits everything to the repository.

How does the changelog stay free of duplicate entries?

The Skill checks each new commit against existing CHANGELOG.md entries before adding it. Entries are kept in descending date order, and anything older than four weeks is pruned to maintain a rolling 30-day log.

What happens if image generation fails during the update?

The fail-safe still inserts the image markdown, captions, and expected file paths into the document as placeholders. It also returns the full image prompts to the user so assets can be generated later.

What visual style do the technical diagrams use?

Diagrams use a skeuomorphic dark UI aesthetic: near-black navy backgrounds, rounded cards with glowing teal borders, white sans-serif labels, and left-to-right flow layouts with directional arrows. The cover image uses a cinematic film-still style instead.

What are the limitations of the generated update document?

The document is capped at 1200 words and only covers features with direct end-user benefit. Quantitative claims require real data from the repository, so the Skill will not invent performance numbers.