all

Applies all configured recommendations as a single instruction set.

2|2|Updated Dec 23, 2017
One-click install
npx skills add https://github.com/xriu/dotfiles --skill all-xriu
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: all
Source: https://github.com/xriu/dotfiles/tree/main/home/.skills/all
Command: npx skills add https://github.com/xriu/dotfiles --skill all-xriu

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? This Skill provides a single activation point that applies the full set of recommendations at once, avoiding the need to invoke individual recommendation skills one by one. ## Core Features & Use Cases - Bulk Recommendation Application: Signals that all available recommendations should be applied together. - Manual Invocation Only: Marked with disable-model-invocation, so it runs only when explicitly requested by the user. - Use Case: When setting up or reviewing a personal environment, invoke this Skill to confirm that every recommendation in the collection should be applied rather than selecting them individually. ## Quick Start Ask the assistant to apply all recommendations using the all skill.

Frequently Asked Questions about all

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

FAQPage Schema
How do I apply all recommendations at once?▼

Invoke the all skill explicitly in your request. It signals that every recommendation in the collection should be applied together rather than selecting them individually.

Why does the all skill not trigger automatically?▼

The skill sets disable-model-invocation to true in its frontmatter, which prevents the model from activating it on its own. It only runs when the user explicitly requests it.

What does the all skill actually contain?▼

It contains only a SKILL.md file with a name, a short description, and the instruction to apply all recommendations. There are no scripts, references, or assets directories.

When should I not use the all skill?▼

Avoid it when you only want a subset of recommendations applied. Since it applies everything at once, choose individual recommendation skills when you need selective control.