CtrlK
BlogDocsLog inGet started
Tessl Logo

local-skills

github.com/vgeshel/local-skills

Skill

Added

Review

systematic-debugging

Use when encountering any bug, test failure, or unexpected behavior, before proposing fixes

verification-before-completion

Use when about to claim work is complete, fixed, or passing, before committing or creating PRs - requires running verification commands and confirming output before making any success claims; evidence before assertions always

systematic-debugging

Use when encountering any bug, test failure, or unexpected behavior, before proposing fixes

managing-local-skills

Manages Claude Code skills from plugin marketplaces using the local-skills CLI. Use when the user wants to add, update, remove, list, or inspect skills from a marketplace, or when managing the project's .claude/skills/ directory with version-tracked skills. Triggers on "install a skill", "add skill from marketplace", "update skills", "list available skills", "remove skill", or "local-skills".

test-driven-development

Use when implementing any feature or bugfix, before writing implementation code

verification-before-completion

Use when about to claim work is complete, fixed, or passing, before committing or creating PRs - requires running verification commands and confirming output before making any success claims; evidence before assertions always

test-driven-development

Use when implementing any feature or bugfix, before writing implementation code