cst-quick

Provide an API-reference guide and rule-checking framework for CaptainSkillTree development.

1|Updated Jul 15, 2025
One-click install
npx skills add https://github.com/KorCaptain/Valheim_Captain_SkillTree --skill cst-quick
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: cst-quick
Source: https://github.com/KorCaptain/Valheim_Captain_SkillTree/tree/main/.claude/skills/cst-quick
Command: npx skills add https://github.com/KorCaptain/Valheim_Captain_SkillTree --skill cst-quick

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Provides a fast, on-demand API reference and key rule guide for CaptainSkillTree development to speed up rule enforcement and consistency.

Core Features & Use Cases

  • Quick reference access to essential rules and API conventions
  • Policy guidance to avoid prohibited patterns like root-level registrations and non-event patches
  • Consistency support for common utilities like WeaponHelper, SkillBonusCalculator, and SkillNodeBuilder
  • Use Case: Developers auditing mod code can verify MMO integration and 5-set principle alignment.

Quick Start

Open the CST quick reference and apply the core rules when implementing or auditing a CaptainSkillTree mod.

Frequently Asked Questions about cst-quick

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

FAQPage Schema
What is the 5-set principle for CaptainSkillTree mod development?▼

Event-based patches are required for CaptainSkillTree mods to prevent prohibited non-event patching patterns. This approach enforces consistency and ensures safe MMO integration when modifying skill trees or applying updates across builds.

How do I verify CaptainSkillTree patch strategies and API consistency?▼

CaptainSkillTree mods must avoid root-level registrations to maintain structural consistency and prevent prohibited patterns. Developers should use event-based patches and shared utilities like SkillNodeBuilder to standardize implementations instead.

What shared utilities are recommended for CaptainSkillTree skill node implementations?▼

Recommended shared utilities for implementations include WeaponHelper, SkillBonusCalculator, and SkillNodeBuilder. These standardize development, ensure consistency across builds, and help verify MMO integration when auditing mod code.

Can I use this quick reference to audit MMO integration for Valheim mods?▼

Yes, developers auditing Valheim mod code can use this quick reference to verify MMO integration and 5-set principle alignment. It provides policy guidance to avoid prohibited patterns and ensures consistency across builds.