adapt

Adapts an existing interface to requested screen sizes or platforms.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Redesigning an interface for a different screen size or platform (mobile, tablet, print) normally requires manual rework of layouts and components. This Skill delegates that adaptation to the $impeccable adapt workflow, which restructures an existing interface for the target context. ## Core Features & Use Cases - Interface Adaptation: Adjusts an existing UI to fit a specified target such as mobile, tablet, or print. - Argument Pass-Through: Accepts a target and context argument and forwards them to the underlying $impeccable adapt command. - Use Case: You have a desktop-oriented web page and need a mobile version. Invoke the skill with the target and context, and it applies the adaptation instructions to rework the layout. ## Quick Start Ask the assistant to adapt the current interface for mobile using the adapt skill.

Frequently Asked Questions about adapt

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

FAQPage Schema
How do I adapt an interface for mobile screens?

Invoke the adapt skill with the target and a context such as mobile. It forwards your arguments to the $impeccable adapt command, which provides the instructions for reworking the interface layout for that screen size.

What arguments does the adapt skill accept?

The skill accepts a target and a context argument, such as mobile, tablet, or print, as indicated by its argument hint. These arguments are passed directly to the underlying $impeccable adapt workflow.

Can the adapt skill handle print layouts?

Yes, print is listed as an example context in the skill's argument hint. You can specify print as the target context and the underlying adapt workflow will guide the interface adjustment accordingly.

Does the adapt skill work on its own?

No, it is a pinned shortcut that delegates to the $impeccable adapt command. It requires that underlying skill to be available, since it simply forwards arguments and follows its instructions.