sp-skill-first

Check installed skills before responding to user messages.

Updated Jun 8, 2026
One-click install
npx skills add https://github.com/JZKK720/cubecloud-agentic-os --skill sp-skill-first
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: sp-skill-first
Source: https://github.com/JZKK720/cubecloud-agentic-os/tree/main/.agents/skills/sp-skill-first
Command: npx skills add https://github.com/JZKK720/cubecloud-agentic-os --skill sp-skill-first

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill ensures that the agent checks for relevant skills before answering, asking clarifying questions, or taking action, replacing ad-hoc reasoning with skill-first reasoning.

Core Features & Use Cases

  • Skill Check: Before any response, the agent checks for relevant skills.
  • Skill Invocation: If a skill applies, it is invoked via the agent runtime's Skill tool.
  • Skill Priority: Process skills come before implementation skills.
  • Skill Ecosystem: Includes hidden and user-visible skills for various purposes.

Quick Start

Use the sp-skill-first skill to ensure the agent checks for relevant skills before responding to a user message.

Frequently Asked Questions about sp-skill-first

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

FAQPage Schema
How do I ensure conversational AI checks for relevant skills before responding?

To ensure skill-first reasoning in conversational AI, you can apply a skill that forces the agent to check installed skills before answering, asking questions, or taking action. This replaces ad-hoc reasoning with a strict skill priority workflow.

What is skill-first reasoning in an agent runtime?

Skill-first reasoning is a mechanism where the agent evaluates and prioritizes installed skills before generating a response. It invokes applicable skills via the agent runtime's tool, ensuring process skills execute before implementation skills.

How do I invoke a matching skill from an agent's installed list?

When the agent identifies a relevant skill during its pre-response check, it invokes that skill using the agent runtime's `Skill` tool. This ensures the correct process or implementation skill is triggered automatically.

Does my agent need specific prerequisites to use skill-first reasoning?

Yes, the agent requires a list of installed skills and the ability to invoke them via the runtime's `Skill` tool. It processes hidden and user-visible skills, prioritizing process skills before implementation skills.

Why does my conversational AI agent respond without using available skills?

The agent likely uses ad-hoc reasoning instead of skill-first reasoning. By applying a skill-first check, the agent is forced to scan for and invoke matching skills before answering, preventing unskilled responses.

What is the difference between process skills and implementation skills in skill invocation?

In skill-first reasoning, process skills are evaluated and invoked before implementation skills. This priority ensures the agent handles process workflows before executing specific implementation tasks within the conversational AI system.