Ste Check banner
stayukasabov stayukasabov

Ste Check

Development community

Description

--- name: ste-check description: Check a file, files, or pasted text against the STE rules and report the violations. Does not rewrite. --- # Check text against STE Lint the target and report the findings to the user. This command is a checker, not a rewriter. Find the target from the argument: - One or more file paths (for example `.md` or `.txt`): lint each file. Prefer stdin so no temporary files are needed: ```bash python3 "${CLAUDE_PLUGIN_ROOT}/scripts/ste_lint.py" --profile full

Installation

Installs to ~/.claude/skills/stayukasabov-stayux-clear-answer-ste-check/SKILL.md

Terminal
mkdir -p ~/.claude/skills/stayukasabov-stayux-clear-answer-ste-check && curl -fsSL https://raw.githubusercontent.com/stayukasabov/Stayux-Clear-Answer/HEAD/commands/ste-check.md -o ~/.claude/skills/stayukasabov-stayux-clear-answer-ste-check/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository