uv-using-superpowers

Enforce mandatory skill invocation before AI agents execute any task.

1|Updated Feb 6, 2026
One-click install
npx skills add https://github.com/uv-xiao/pkbllm --skill uv-using-superpowers
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: uv-using-superpowers
Source: https://github.com/uv-xiao/pkbllm/tree/main/productivity/using-superpowers
Command: npx skills add https://github.com/uv-xiao/pkbllm --skill uv-using-superpowers

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill ensures that AI agents consistently leverage available tools and skills before proceeding with any task, preventing unassisted actions and promoting efficient workflow integration.

Core Features & Use Cases

  • Mandatory Skill Invocation: Enforces the use of relevant skills, even with a low probability of applicability.
  • Workflow Prioritization: Guides the order of skill execution (e.g., process skills before implementation skills).
  • Use Case: When a user asks the AI to "write a blog post about AI ethics," this skill ensures the AI first checks for and invokes relevant skills like uv-brainstorming or uv-research before generating content.

Quick Start

Always check if any skill might apply to the current request before taking any action.

Frequently Asked Questions about uv-using-superpowers

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

FAQPage Schema
How do I ensure my AI agent invokes a skill before executing a task?

Workflow prioritization guides the execution order of AI agent skills, directing the agent to invoke process skills before implementation skills. This prioritization ensures optimal workflow integration and prevents unassisted actions during task execution.

How do I enforce mandatory skill usage in an LLM workflow?

You enforce mandatory skill usage in an LLM workflow by applying a strict rule of skill invocation to every task initiation. This establishes a robust discovery protocol that prevents the agent from taking unassisted actions before checking for relevant tools.

What happens when an AI agent does not check for relevant skills before generating content?

When an AI agent skips checking for relevant skills, it takes unassisted actions that bypass workflow integration. This prevents the leveraging of available tools like research or brainstorming skills, leading to inefficient task execution.

Does mandatory skill invocation apply to all conversational turns in an automation workflow?

Yes, mandatory skill invocation applies to all conversational turns and task initiations within the automation workflow. It establishes a robust protocol ensuring relevant skills are always checked and invoked before any response or action is executed.

Can I prioritize process skills before implementation skills in an agent workflow?

Yes, you can prioritize process skills before implementation skills in an agent workflow. The skill invocation protocol provides workflow prioritization guidelines that direct the order of skill execution to achieve optimal integration.