Diplomatic Action

Standardize Victoria 3 diplomatic action definitions for mod development.

21|8|Updated Jun 23, 2025
One-click install
npx skills add https://github.com/mattia2110/tech-and-res --skill diplomatic-action
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Diplomatic Action
Source: https://github.com/mattia2110/tech-and-res/tree/main/.agents/skills/diplomatic_action
Command: npx skills add https://github.com/mattia2110/tech-and-res --skill diplomatic-action

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Guides mod authors in creating, editing, or reviewing Victoria 3 diplomatic action files to ensure consistency with vanilla game logic and mod standards.

Core Features & Use Cases

  • Provides a repeatable template and workflow for defining diplomacy actions, including action keys, scope rules, required blocks, and localization considerations.
  • Helps align AI behavior, pact maintenance, and script references when overriding vanilla actions.
  • Serves as a practical reference when inspecting related common/diplomatic_actions files and supporting scripted content.

Quick Start

Inspect the list of existing actions in common/diplomatic_actions, then write a new action file in that directory following the standard structure and frontmatter.

Frequently Asked Questions about Diplomatic Action

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

FAQPage Schema
How do I create custom diplomatic actions for Victoria 3 mods?

You can standardize Victoria 3 diplomatic action definitions by writing new files in the common/diplomatic_actions directory following the standard structure for action keys, scope rules, and required blocks. This maintains consistency with vanilla game logic and mod standards.

What is the standard file structure for Victoria 3 diplomatic action modding?

The standard structure for Victoria 3 diplomatic action modding requires proper YAML frontmatter including name and description, along with defined action keys, scope rules, and required blocks. Files are placed in the common/diplomatic_actions directory to support tooling and localization.

How do I align AI behavior and pact maintenance when overriding vanilla Victoria 3 diplomatic actions?

To align AI behavior and pact maintenance when overriding vanilla Victoria 3 diplomatic actions, review related script references and pact logic to ensure consistency. This workflow aligns modified action keys with vanilla game logic expectations.

Does this diplomatic action workflow require specific localization considerations for Victoria 3 mods?

Yes, the diplomatic action workflow requires localization considerations for Victoria 3 mods to ensure text references match the defined action keys and scope rules. Inspecting related script and localization files maintains consistency across the mod.

Why do my Victoria 3 diplomatic action mod files fail to load correctly?

Victoria 3 diplomatic action mod files may fail to load if the SKILL.md frontmatter is missing the required name and description fields, or if optional directories needed to support tooling do not exist. Ensuring proper structure and required blocks prevents these errors.