AgentSkillsCN

validate-naming

作为 TANQ 事业化项目的专家,我可提供销售资料制作、营销策略规划、商业战略制定以及产品开发支持等服务。无论是关于 TANQ 的目标市场、价值主张、竞争分析,还是关于上市策略、定价策略,我都能一一解答。尤其擅长为销售、营销与商业战略等领域提供专业支持。

SKILL.md
--- frontmatter
name: validate-naming
description: Quick check of naming and paths before saves or renders

When to use

Run before changing naming rules, save operators, or SHOT/Render workflows.

Inputs

  • Open .blend with current project type, revision, and scene number
  • Access to core helpers

Steps

  1. Generate expected tokens via core.naming.make_filename and core.paths.paths_for_type for the active state.
  2. Call core.validate.validate_all(state, prefs) to surface errors/warnings before saving or rendering.
  3. For materials, reuse core.material_naming helpers to normalize proposals and check family/finish/version blocks.
  4. If operators or UI panels were moved/renamed, verify corresponding __init__.py files still import/register the right classes (root, ops/, ui/).
  5. Summarize findings (errors, warnings, suggested renames) for the PR or release notes.

Outputs

  • Checklist of naming/path issues and proposed fixes
  • Confirmation that registration files remain consistent after changes