Agent Skills

A collection of agent skills for Claude Code and other AI coding agents.

Skills

Skill Skill Version Release Description
web-debug 1.2.1 v1.6.0 Debug local web apps via Playwright. Script-assisted browser debugging skill.
vitest 1.0.3 v1.6.0 Configure, write, debug, run, and migrate Vitest tests for JavaScript/TypeScript projects. Script-assisted Vitest skill.
typescript 1.2.2 v1.6.0 Configure tsconfig, resolve compiler errors, debug slow type-checking, fix module resolution, and migrate JavaScript or compiler major versions. Script-assisted TypeScript skill.
echarts 1.0.5 v1.6.0 Build, audit, style, debug, and optimize Apache ECharts visualizations in vanilla JS, React, or Vue.

Install

npx skills add sentimony/skills -s web-debug -a codex claude-code -y
npx skills add sentimony/skills -s vitest -a codex claude-code -y
npx skills add sentimony/skills -s typescript -a codex claude-code -y
npx skills add sentimony/skills -s echarts -a codex claude-code -y

Have fun ;)