disabled-skill

Disable AI model invocation for non-interactive skill scenarios.

Updated Feb 26, 2026
One-click install
npx skills add https://github.com/merlyn-huntress/compound-engineering-plugin-no-mcp --skill disabled-skill-merlyn-huntress
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: disabled-skill
Source: https://github.com/merlyn-huntress/compound-engineering-plugin-no-mcp/tree/main/tests/fixtures/sample-plugin/skills/disabled-skill
Command: npx skills add https://github.com/merlyn-huntress/compound-engineering-plugin-no-mcp --skill disabled-skill-merlyn-huntress

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill is designed to be non-interactive with the AI model, useful for specific testing or utility scenarios where direct AI response is not needed.

Core Features & Use Cases

  • Model Invocation Control: Explicitly disables the AI model from being invoked.
  • Use Case: Useful for creating placeholder skills or skills that only perform pre-defined actions without requiring AI interpretation or generation.

Quick Start

This skill is designed for specific internal use cases and does not have a direct user-facing quick start command.

Frequently Asked Questions about disabled-skill

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

FAQPage Schema
How do I disable model invocation for a skill used in testing?

To disable model invocation for testing, you need a skill with the AI model explicitly turned off. This prevents any model processing or response generation, creating a non-interactive unit for controlled system testing.

What is a skill with model invocation disabled used for?

A skill with model invocation disabled is used for specific utility scenarios where direct AI response generation is not needed. It serves as a controlled component or placeholder within a larger testing environment.

Can I use a non-interactive skill to perform pre-defined actions without AI interpretation?

Yes, you can use a non-interactive skill to perform pre-defined actions without AI interpretation. It explicitly disables the AI model from being invoked, ensuring actions execute directly without requiring generation.

Does a disabled model invocation skill require dependencies to function?

No, a disabled model invocation skill does not require dependencies to function. It operates as a non-interactive unit with no external components, serving purely as a controlled element in a larger system.

When should I use a placeholder skill instead of a standard AI generation skill?

You should use a placeholder skill instead of a standard generation skill when you need to perform specific testing or utility tasks. It is designed for scenarios where direct AI response or model processing is not required.