Agent Skills

skills.sh

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

Skills

Skill Skill Version Release Description
scope-triage 1.0.3 v1.10.0 Classify request scope before design work, then route to direct implementation, a light spec, or a full design cycle.
plan-crafting 1.1.2 v1.10.0 Turn an approved design or settled requirements into a bite-sized, TDD-oriented implementation plan.
vitest 1.2.1 v1.10.0 Configure, write, debug, run, migrate, and audit Vitest tests for JavaScript/TypeScript projects.
typescript 1.3.3 v1.12.1 Configure tsconfig, diagnose compiler behavior, and audit or migrate TypeScript projects.
web-debug 1.3.2 v1.10.0 Debug and verify local web apps via Playwright.
echarts 1.1.3 v1.12.1 Build, audit, style, debug, and optimize Apache ECharts visualizations in vanilla JS, React, or Vue.
dashfix 1.2.1 v1.12.1 Ban typographic dashes in English text, check their form where a language's orthography requires them, audit a project, and score it 0-100.
negafix 1.2.1 v1.12.1 Ban negative parallelism ("it's not just X, it's Y"), audit prose for it, and score it 0-100.
commit-all 1.0.1 v1.12.1 Gather the working tree into a single commit on the current branch, on explicit /commit-all invocation only.
maintaining-agent-context 1.2.0 v1.15.0 Audit, restructure, and maintain a repository's agent instruction architecture for Claude Code and Codex.

Install

# All at once

npx skills add sentimony/skills -a codex claude-code -y

# Or each separately

npx skills add sentimony/skills -s scope-triage -a codex claude-code -y
npx skills add sentimony/skills -s plan-crafting -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 web-debug -a codex claude-code -y
npx skills add sentimony/skills -s echarts -a codex claude-code -y
npx skills add sentimony/skills -s dashfix -a codex claude-code -y
npx skills add sentimony/skills -s negafix -a codex claude-code -y
npx skills add sentimony/skills -s commit-all -a codex claude-code -y
npx skills add sentimony/skills -s maintaining-agent-context -a codex claude-code -y

Have fun ;)