document

Documents the implemented visual system in a DESIGN.md file.

Updated Jul 10, 2026
One-click install
npx skills add https://github.com/noticesfromchat/macos-app-digest --skill document-noticesfromchat
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: document
Source: https://github.com/noticesfromchat/macos-app-digest/tree/main/.agents/skills/document
Command: npx skills add https://github.com/noticesfromchat/macos-app-digest --skill document-noticesfromchat

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Design decisions made during implementation often go unrecorded, leaving teams without a single reference for the visual system. This Skill captures the implemented design language in a DESIGN.md file so it stays documented and discoverable. ## Core Features & Use Cases - Visual System Documentation: Records the implemented design tokens, styles, and patterns into a DESIGN.md file. - Pinned Shortcut Invocation: Acts as a pinned shortcut that delegates to the $impeccable document command, passing along any provided arguments. - Use Case: After finishing a UI implementation, invoke the document command with an optional target to generate or update DESIGN.md describing the visual system actually built. ## Quick Start Ask the agent to document the implemented visual system in DESIGN.md, optionally specifying a target to document.

Frequently Asked Questions about document

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

FAQPage Schema
How do I document a visual design system in DESIGN.md?

Invoke the document skill, optionally passing a target argument, and it delegates to the $impeccable document command. The result is a DESIGN.md file capturing the implemented visual system.

What does the document skill actually do?

It is a pinned shortcut for the $impeccable document command. When invoked, it passes along any provided arguments and follows that command's instructions to document the implemented visual system in DESIGN.md.

Can I pass arguments to the document skill?

Yes. The skill accepts an optional target argument, indicated by its argument-hint metadata, and forwards any provided arguments to the underlying $impeccable document command.

Does the document skill run automatically without being invoked?

No. Its agents/openai.yaml policy sets allow_implicit_invocation to false, so it only runs when explicitly invoked by the user.