violart12claw

Validate action names in SKILL.md and scripts for camelCase and namespace prefix conventions.

87|26|Updated Feb 27, 2026
One-click install
npx skills add https://github.com/avansaber/erpclaw --skill violart12claw
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: violart12claw
Source: https://github.com/avansaber/erpclaw/tree/main/scripts/erpclaw-os/tests/fixtures/violation_art12_bad_names
Command: npx skills add https://github.com/avansaber/erpclaw --skill violart12claw

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill helps identify and fix action naming violations in backend scripts, ensuring compliance with naming standards for better maintainability.

Core Features & Use Cases

  • Validation of action names: Checks SKILL.md and scripts for proper action naming conventions.
  • Error detection: Highlights invalid camelCase or missing namespace prefix issues.
  • Use Case: Developers can verify whether their action names follow the required naming patterns and correct them automatically.

Quick Start

Load the Skill and review the validation results to ensure all action names conform to conventions before deployment.

Frequently Asked Questions about violart12claw

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

FAQPage Schema
How do I validate action naming conventions in backend scripts?

To validate action naming conventions, load the Skill to analyze script files for proper prefixes and formatting. It flags naming violations and suggests corrections to maintain consistent, standards-compliant codebases before deployment.

Why does my action name validation fail due to missing namespace prefixes?

Action name validation fails when scripts contain invalid camelCase or missing namespace prefixes. The Skill detects these patterns in SKILL.md and script files, highlighting violations to help you correct them for clarity and maintainability.

What is the best way to check SKILL.md files for action naming violations?

The best way to check SKILL.md files for action naming violations is to use a validation script that analyzes naming patterns. This Skill reviews action names, flags formatting issues, and suggests corrections to prevent deployment problems.

Can I automatically fix invalid camelCase action names in my database schemas?

You can fix invalid camelCase action names by reviewing the validation results provided by the Skill. It identifies naming violations in your scripts and suggests corrections to ensure your database schemas follow required naming patterns.

Does this action name validator work without external dependencies?

Yes, the action name validator works without external dependencies. It analyzes your script files and SKILL.md internally to detect naming convention violations and suggest corrections, requiring no additional setup or libraries.