Back to the catalog

typescript

sentimony/skills · skills.sh

Open source Repository Open in the app JSON README (API)

About

Skill publicada por sentimony/skills no skills.sh. Instale com: npx skills add sentimony/skills@typescript

Details

Kind
Agent skills
Topic
No topic detected
Publisher
sentimony
Origin
skillssh
Category
ferramentas
Stars
3
Last push
2026-09-02T19:12:40Z
Repository state
ativo
Language
Python
Added
2026-08-30 15:22:51
Updated
2026-09-08 15:05:50
Origin id
sentimony/skills/typescript

README

# Agent Skills

[![skills.sh](https://skills.sh/b/sentimony/skills)](https://skills.sh/sentimony/skills)

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

## Skills

| Skill | Skill Version | Release | Description |
| --- | --- | --- | --- |
| [scope-triage](skills/scope-triage/SKILL.md) | 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](skills/plan-crafting/SKILL.md) | 1.1.2 | v1.10.0 | Turn an approved design or settled requirements into a bite-sized, TDD-oriented implementation plan. |
| [vitest](skills/vitest/SKILL.md) | 1.2.1 | v1.10.0 | Configure, write, debug, run, migrate, and audit Vitest tests for JavaScript/TypeScript projects. |
| [typescript](skills/typescript/SKILL.md) | 1.3.3 | v1.12.1 | Configure tsconfig, diagnose compiler behavior, and audit or migrate TypeScript projects. |
| [web-debug](skills/web-debug/SKILL.md) | 1.3.2 | v1.10.0 | Debug and verify local web apps via Playwright. |
| [echarts](skills/echarts/SKILL.md) | 1.1.3 | v1.12.1 | Build, audit, style, debug, and optimize Apache ECharts visualizations in vanilla JS, React, or Vue. |
| [dashfix](skills/dashfix/SKILL.md) | 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](skills/negafix/SKILL.md) | 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](skills/commit-all/SKILL.md) | 1.1.0 | v1.16.0 | Gather the working tree into a single commit on the current branch, on explicit /commit-all invocation only. |
| [maintaining-agent-context](skills/maintaining-agent-context/SKILL.md) | 1.2.0 | v1.15.0 | Audit, restructure, and maintain a repository's agent instruction architecture for Claude Code and Codex. |
| [frontend-crafting](skills/frontend-crafting/SKILL.md) | 1.2.1 | v1.19.1 | Create, redesign, review, and polish user interfaces with subject-driven design decisions and a verifiable quality gate. |

## Install

```bash
# 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
npx skills add sentimony/skills -s frontend-crafting -a codex claude-code -y
```

Have fun ;)

More