disabled-skill

Disable AI model invocation for non-AI-driven processing steps.

49|4|Updated Feb 12, 2026
One-click install
npx skills add https://github.com/gvkhosla/compound-engineering-pi --skill disabled-skill-gvkhosla
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: disabled-skill
Source: https://github.com/gvkhosla/compound-engineering-pi/tree/main/tests/fixtures/sample-plugin/skills/disabled-skill
Command: npx skills add https://github.com/gvkhosla/compound-engineering-pi --skill disabled-skill-gvkhosla

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill serves as a placeholder or a utility that does not require direct AI model interaction for its core functionality.

Core Features & Use Cases

  • Controlled Execution: Allows for the inclusion of a skill within a larger system without enabling AI model calls, useful for testing or specific non-AI-driven tasks.
  • Use Case: A skill that performs a simple file check or a pre-processing step before an AI model is invoked by another skill.

Quick Start

Execute the disabled-skill.

Frequently Asked Questions about disabled-skill

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

FAQPage Schema
How do I disable AI model invocation for a specific component in my workflow?

To disable AI model invocation, you can use a utility skill that explicitly excludes designated components from model interaction, ensuring controlled execution for non-AI-driven tasks.

What is a disabled skill used for in software testing and configuration?

A disabled skill is used in software testing and configuration as a placeholder or pre-processing utility that performs simple checks without requiring direct AI model interaction.

Can I include a utility component in a larger system without enabling AI model calls?

Yes, you can include a utility component in a larger system without enabling AI model calls by configuring it as a disabled skill, which prevents AI-driven processing during that specific step.

When do I need a skill that prevents AI model interaction?

You need a skill that prevents AI model interaction when your workflow requires a pre-processing step or file check before another component invokes the AI model, ensuring controlled execution.

Does a disabled skill require any dependencies to run file checks?

No, a disabled skill operates without dependencies, allowing it to perform simple file checks or pre-processing steps independently before AI model invocation occurs elsewhere in the system.

Why use a non-AI utility skill instead of a standard processing component?

Use a non-AI utility skill when you need to intentionally exclude specific components from AI model interaction, providing a controlled execution environment for basic tasks without AI overhead.