From coding-workflow
Validates Claude skill files for correct structure, YAML frontmatter, Python imports, naming conventions, and compliance with official documentation
npx claudepluginhub chaorenex1/coding-workflow --plugin coding-workflowThis skill uses the workspace's default tool permissions.
This skill provides comprehensive validation for Claude Skills, ensuring all files follow official Anthropic standards and best practices. It checks structure, formatting, naming conventions, and compliance requirements.
Creates isolated Git worktrees for feature branches with prioritized directory selection, gitignore safety checks, auto project setup for Node/Python/Rust/Go, and baseline verification.
Executes implementation plans in current session by dispatching fresh subagents per independent task, with two-stage reviews: spec compliance then code quality.
Dispatches parallel agents to independently tackle 2+ tasks like separate test failures or subsystems without shared state or dependencies.
This skill provides comprehensive validation for Claude Skills, ensuring all files follow official Anthropic standards and best practices. It checks structure, formatting, naming conventions, and compliance requirements.
Single skill validation:
Batch validation:
Direct file input:
"Validate this skill folder for compliance with Claude standards" "Check the YAML frontmatter in this SKILL.md file" "Batch validate all skills in the skills directory and output a CSV report" "Fix the naming conventions in this skill automatically"
validate_skill.py: Main validation orchestrator and batch processorvalidate_yaml.py: YAML frontmatter validation and auto-fixingvalidate_python.py: Python code structure and import validationvalidate_naming.py: Naming convention validation and auto-renamingThis validator checks against: