craft

Delegates visual design feature requests to the Impeccable craft workflow.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? This Skill provides a pinned shortcut that routes new visual design work requests directly to the Impeccable craft workflow, so users do not need to remember or type the full invocation command. ## Core Features & Use Cases - Shortcut Invocation: Forwards any feature description arguments to the $impeccable craft command and follows its instructions. - Controlled Activation: Disables implicit invocation through its agent policy, so it only runs when explicitly called by the user. - Use Case: When starting new visual work such as designing a UI component or page, invoke this shortcut with a feature description and the Impeccable craft workflow takes over the design process. ## Quick Start Invoke the craft skill with a short description of the visual feature you want designed, such as a landing page hero section.

Frequently Asked Questions about craft

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

FAQPage Schema
How do I start new visual design work with the craft shortcut?

Invoke the craft skill and pass a feature description as the argument. The shortcut forwards your arguments to the $impeccable craft command, which then provides the actual design instructions to follow.

What does the craft skill actually do?

The craft skill is a pinned compatibility shortcut that delegates to the Impeccable craft workflow. It contains no design logic itself; it simply passes along your arguments and follows the instructions returned by Impeccable.

Does the craft skill work without the Impeccable skill installed?

No, the craft skill depends on the Impeccable skill being available because it invokes $impeccable craft and follows its instructions. Without Impeccable, the shortcut has no underlying workflow to execute.

Why does the craft skill not trigger automatically?

Its agents/openai.yaml policy sets allow_implicit_invocation to false, so the skill only runs when you explicitly invoke it. This prevents unintended activation during unrelated conversations.