live

Explores design variants interactively in a running local interface.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Design iteration often requires manually tweaking code and refreshing previews to compare options. This Skill launches an interactive local session where design variants can be explored live against a running interface. ## Core Features & Use Cases - Interactive Variant Exploration: Invokes the $impeccable live workflow to preview and compare design variants in a running local interface. - Argument Forwarding: Passes any provided target argument directly to the underlying $impeccable live command. - Use Case: A designer or front-end developer wants to compare layout or styling options on a local app; invoking this Skill starts the live session and applies the specified target. ## Quick Start Ask the assistant to run the live skill with your target, for example: start a live design exploration session for the main dashboard component.

Frequently Asked Questions about live

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

FAQPage Schema
How do I explore design variants in a live local interface?

Invoke the live skill with an optional target argument, and it delegates to the $impeccable live command. That command starts an interactive session where design variants can be previewed against the running interface.

What does the live skill actually do?

It is a pinned shortcut that invokes $impeccable live and forwards any arguments you provide. The actual variant exploration behavior is defined by the $impeccable live instructions it delegates to.

Can I pass a target argument to the live skill?

Yes. The skill accepts an optional [target] argument as declared in its metadata, and passes it along to the underlying $impeccable live invocation unchanged.

Does the live 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.

What are the limitations of the live skill?

It contains no scripts or standalone logic of its own, so it depends entirely on the $impeccable live command being available. Without that command installed, the shortcut has no effect.