home / skills / git-fg / thecattoolkit / experimenting-edge
This skill helps you implement robust Python automation workflows by applying best-practice guidelines across scripts, modules, and data processing.
npx playbooks add skill git-fg/thecattoolkit --skill experimenting-edgeReview the files below or copy the command above to add this skill to your agents.
---
name: {SKILL_NAME}
description: {SKILL_DESCRIPTION}
context: fork
agent: {OPTIONAL_PERSONA}
allowed-tools: {RESTRICTED_TOOLS}
---
# {HUMAN_READABLE_NAME}
## 1. Core Knowledge
{Passive knowledge base, key concepts, and terminology}
## 2. Decision Logic / Protocol
{Guidelines for the AI to follow when invoking this skill}
## 3. Success Criteria
{How to determine if the goal was achieved}
## 4. Anti-Patterns
{What to avoid}
This skill captures a compact decision-making and knowledge framework for guiding an AI through a specific task area. It consolidates core concepts, a clear invocation protocol, measurable success criteria, and common anti-patterns to avoid. Use it to ensure consistent, repeatable outcomes when the AI handles related requests.
The skill exposes a passive knowledge base of key concepts and terminology the AI should reference when reasoning. It defines a decision logic protocol: when to activate the skill, what inputs to require, how to choose among actions, and how to escalate. The skill also provides success criteria so the AI can self-evaluate results and detect failure modes.
What does the passive knowledge base contain?
It contains core concepts, definitions, and domain terminology the AI must use to interpret inputs correctly.
When should the AI escalate to a human?
Escalate when required inputs are missing, when decision confidence is below threshold, or when success criteria cannot be met after defined retries.