openagent-using-skills

Enforce pre-response skill invocation checks before crafting replies.

Updated Sep 16, 2025
One-click install
npx skills add https://github.com/SvenMarcus/.dotfiles --skill openagent-using-skills
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: openagent-using-skills
Source: https://github.com/SvenMarcus/.dotfiles/tree/main/opencode/.config/opencode/skills/custom/openagent-using-skills
Command: npx skills add https://github.com/SvenMarcus/.dotfiles --skill openagent-using-skills

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Enforces pre-response skill invocation to make sure AI actions align with OpenAgent guidelines, preventing responses without proper skill checks.

Core Features & Use Cases

  • Pre-response skill invocation: automatically checks for applicable skills before crafting a reply.
  • Skill loading and guidance: loads the relevant skill content and directs behavior according to its instructions.
  • Safety and governance: enforces approval gates at phase transitions, stopping or requesting confirmation when needed.
  • Platform-agnostic guidance: applicable across environments by referencing the OpenCode/OpenAgent workflow.

Quick Start

Always invoke a relevant skill before responding to any user message to verify applicability.

Frequently Asked Questions about openagent-using-skills

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

FAQPage Schema
How do I enforce skill invocation before an AI agent generates a response?

Skill invocation governance works by intercepting user messages to check for applicable skills, loading relevant skill content, and directing behavior according to tool instructions before any reply is generated. This prevents unchecked responses.

How do I prevent an OpenAgent workflow from replying without loading safety guidelines?

You can prevent unchecked replies by mandating skill invocation across conversations. The system determines when a skill is relevant and loads it before responding, satisfying safety requirements and enforcing approval gates at phase transitions.

When should I use pre-response skill checks in an automated workflow?

Pre-response skill checks are needed when your automated workflow requires strict safety and governance compliance. They enforce approval gates at phase transitions, stopping or requesting confirmation when needed to align actions with guidelines.

Does the skill invocation enforcement work across different platforms?

Yes, skill invocation enforcement provides platform-agnostic guidance by referencing the OpenCode/OpenAgent workflow. It applies across environments to determine skill relevance and load content before responding, ensuring consistent governance.

What is the best way to load relevant skills before an AI generates a reply?

The best way to load relevant skills is to always invoke the Skill tool before any reply. This automatically checks for applicability, loads relevant skill content, and directs agent behavior according to tool instructions.

What happens if an AI agent skips the pre-response skill invocation step?

If an AI agent skips pre-response skill invocation, it risks responses that do not align with OpenAgent guidelines. The enforcement mechanism prevents this by mandating skill checks, highlighting applicable skills, and halting responses without proper loading.