One-click install
npx skills add https://github.com/totvs/engpro-advpl-tlpp-skills --skill using-superpowers-totvs
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: using-superpowers
Source: https://github.com/totvs/engpro-advpl-tlpp-skills/tree/main/skills/superpowers/using-superpowers
Command: npx skills add https://github.com/totvs/engpro-advpl-tlpp-skills --skill using-superpowers-totvs

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill prevents the agent from skipping relevant instructions by enforcing a required “skill check” before any response or action, including clarifying questions.

Core Features & Use Cases

  • Pre-response enforcement: Requires invoking the Skill tool before any reply if there is even a 1% chance a skill may apply.
  • Claude Code workflow guidance: Instructs the agent to use the Skill tool (not a file Read tool) so the correct operational instructions are loaded.
  • Skill selection discipline: Provides priority rules for choosing process vs implementation skills and defines rigid vs flexible skill handling.
  • Use case: When a user asks for help on a Protheus/ADVPL/TLPP engineering task, the agent must first check whether a specialized engineering workflow skill applies before answering.

Quick Start

Invoke the Skill tool immediately after receiving the user message to determine whether this or another skill applies, then follow the loaded instructions before responding.

Frequently Asked Questions about using-superpowers

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

FAQPage Schema
How do I ensure an AI agent checks for applicable skills before responding to a prompt?

To ensure an AI agent checks for applicable skills before responding, enforce a mandatory skills-first workflow that requires invoking the Skill tool before any reply or action, even for clarifying questions. This guarantees instruction compliance across every conversation turn.

Why does my agent skip relevant instructions when multiple workflow skills could apply?

An agent skips relevant instructions when multiple workflow skills apply because it lacks skill selection discipline. Enforcing a very low applicability threshold of 1% for invoking the Skill tool ensures the correct operational instructions load before answering.

What is the best way to enforce prompt discipline in an agent workflow?

The best way to enforce prompt discipline in an agent workflow is to require a pre-response skill check. This process mandates invoking the Skill tool instead of a file Read tool, ensuring rigid or flexible skill handling and priority rules are followed before any response.

How do I trigger skill invocation for Protheus or ADVPL engineering tasks?

To trigger skill invocation for Protheus or ADVPL engineering tasks, instruct the agent to immediately use the Skill tool upon receiving the user message. This verifies whether a specialized engineering workflow skill applies before generating an answer.

When should I use process skills versus implementation skills in an agent workflow?

You should use process skills versus implementation skills based on defined priority rules within the agent workflow. The skills-first mechanism provides specific guidance on choosing between process and implementation instructions to maintain prompt discipline.

Does the skills-first approach apply to clarifying questions during a conversation?

Yes, the skills-first approach applies to clarifying questions during a conversation. The enforcement mechanism operates on every conversation turn, requiring the agent to check for applicable skills before asking for clarification or taking any action.