MY

myot-validate

Runs defined lint and build scripts to validate MYOT project status.

Install

mkdir -p .claude/skills/myot-validate && curl -L -o skill.zip "https://agentskills.codes/api/skills/download/12569" && unzip -o skill.zip -d .claude/skills/myot-validate && rm skill.zip

Installs to .claude/skills/myot-validate

Activation

This is the description your AI agent reads to decide when to run this skill — the better it matches your request, the more reliably it fires.

Run MYOT project validation commands (lint and build) and report results.
73 charsno explicit “when” trigger
Beginner

Key capabilities

  • Run npm lint command
  • Run npm build command
  • Report command exit status
  • Report error output if any
  • Indicate whether validation passed or failed

How it works

The skill executes predefined npm lint and build commands from package.json and reports their outcomes.

Inputs & outputs

You give it
Implicit trigger to validate project
You get back
Report on lint and build command execution, exit status, error output, and validation result

When to use myot-validate

  • Lint code
  • Validate build status
  • Report CI-like check results

About this skill

Skill: myot-validate

Commands

npm run lint     # ESLint
npm run build    # tsc -b && vite build

Notes

  • Use only commands defined in package.json scripts. Do not invent commands.
  • There is no automated test suite.
  • Manual verification: npm run dev → open http://localhost:5173Ctrl+K DevTools → Tester tab.
  • Claude Code: do not run npm run dev in the terminal; ask the user to start it manually.

Output

Report:

  • Command run
  • Exit status
  • Error output (if any)
  • Whether validation passed or failed

When not to use it

  • When the commands are not defined in package.json scripts
  • When automated test suite is required

Limitations

  • Only uses commands defined in package.json scripts
  • Does not have an automated test suite
  • Does not run npm run dev in the terminal

How it compares

This skill automates the execution and reporting of lint and build commands, unlike manually running each command and interpreting its output.

Compared to similar skills

myot-validate side by side with the closest alternatives in the catalog.

SkillInstallsUpdatedSafetyDifficulty
myot-validate (this skill)03moReviewBeginner
dependency-upgrade265moReviewIntermediate
lint-and-validate66moReviewBeginner
customaize-agent:create-hook05moReviewIntermediate

Try saying

Example prompts that trigger this skill in your AI assistant.

Search skills

Search the agent skills registry