Public-safe Codex skill for Cortex XSOAR / Demisto content development.
The skill focuses on XSOAR artifact shape, command lookup, runtime import behavior, playbook and pack metadata conventions, and review guardrails that prevent generic Python cleanup from breaking XSOAR content.
This repository intentionally publishes one skill:
xsoar-development
List the skill:
npx skills add Darkaxt/xsoar-development --listInstall it:
npx skills add Darkaxt/xsoar-development --skill xsoar-developmentFor public compatibility, prerequisites, and validation details, see Publishing and installing from skills.sh.
- A generic
SKILL.mdfor XSOAR scripts, automations, playbooks, dashboards, lists, layouts, incident fields, and content packs. - Public command and script references derived from
xsoar.pan.dev. - Synthetic structure references that describe common artifact shapes without exposing any team-specific repository or playbook names.
If your team has private rules, keep them outside Git under references/local/.
The public skill documents the overlay convention, but .gitignore prevents
those files from being committed.
Suggested local-only overlay files:
references/local/private-workflow.mdreferences/local/private-command-overrides.jsonreferences/local/private-structure-examples/
Before sharing changes, review the repository for private team overlays, local
paths, credentials, generated exports, and organization-specific examples. Keep
private rules under references/local/, which is ignored by Git.