How this skill is triggered — by the user, by Claude, or both
Slash command
/ko-tech-blog:test-simpleThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
A minimal test skill to verify skill loading mechanism.
A minimal test skill to verify skill loading mechanism.
When invoked, respond with "Test skill is working!"
npx claudepluginhub exceptanyone/ko-tech-blog-skill --plugin ko-tech-blogScaffolds pytest smoke tests and runs behavioral tests for Claude Code skills in Docker harness. Generates golden files, runs pytest, reports LLM verdicts and costs.
Runs four-layer tests on Claude Code plugin skills: structure validation, trigger accuracy, multi-turn sessions, and value comparisons using Python scripts like validate.py and run_trigger_eval.py.
Creates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.