corearena-commands

Diagnose CoreArena command failures and per-arena permission checks.

Updated Feb 15, 2026
One-click install
npx skills add https://github.com/kangarko/ai-support --skill corearena-commands
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: corearena-commands
Source: https://github.com/kangarko/ai-support/tree/main/projects/corearena/skills/commands
Command: npx skills add https://github.com/kangarko/ai-support --skill corearena-commands

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Arena command execution, per-arena permissions, and debug mode behavior in CoreArena plugins can be opaque, leading to mismatches between expected and actual outcomes.

Core Features & Use Cases

  • Guides on diagnosing permission-related command failures for each arena.
  • Clarifies how /arena commands interact with per-arena settings and debug modes.
  • Provides examples of common mistakes and expected outcomes for troubleshooting sessions.

Quick Start

Diagnose a failing /arena command by detailing the arena, the exact command used, the observed result, and the expected permission behavior, then iterate to reproduce and verify fixes.

Frequently Asked Questions about corearena-commands

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

FAQPage Schema
How do I troubleshoot CoreArena commands failing due to permissions?

Troubleshoot CoreArena command failures by identifying the specific arena, detailing the exact command used, and checking the expected per-arena permission behavior against the observed result. Iterate through this diagnostic process to reproduce the issue and verify your permission fixes.

Why does my /arena command not execute in a specific arena?

An /arena command may fail to execute because per-arena permissions restrict access based on arena-specific settings. Verify the exact command syntax and confirm the required permissions are correctly named and checked for that particular arena to resolve the execution block.

How do I enable debug mode to diagnose arena command issues?

Toggle debug mode across arenas to diagnose command execution issues and per-arena permission checks. Capturing the required inputs and expected outcomes during a troubleshooting session clarifies how /arena commands interact with debug settings.

What are common mistakes when checking per-arena permissions?

Common mistakes involve mismatches between expected and actual permission names during per-arena checks. Review examples of common mistakes and expected outcomes to ensure your permission validation steps accurately reflect the required inputs for each specific arena.

Can I apply per-arena permission checks across multiple arenas?

Per-arena permission checks apply independently across multiple arenas, requiring validation steps for each specific arena. Confirm how permissions are named and checked for each location to ensure command execution behaves consistently across different arena settings.