Tommy D. Rossi avatar

Tommy D. Rossi

Community

@remorses · italy

1,042Followers
|
664Public Repos
|
20Published Skills

Tommy D. Rossi (remorses) publishes TypeScript-focused skills covering npm packaging, Cloudflare Workers, Drizzle ORM, Stripe billing, terminal UIs, and lint tooling.

Skills Distribution
DomainDeveloper To...TypeScript Tooling.. (35%)Cloud & Edge Deplo.. (20%)Terminal & Browser.. (20%)Payments & Authent.. (15%)

Agent Skills by Tommy D. Rossi

Showing 20 vetted skills indexed across 6 GitHub repositories.

remorsesremorses
101

lintcn

Write and test type-aware TypeScript lint rules as Go files using the tsgolint API.

Community
Advanced
remorsesremorses
1.4k

opensrc

Fetches and caches dependency source code from npm, PyPI, and crates.io for agent inspection.

Community
Basic
remorsesremorses
1.4k

npm-package

Scaffolds and validates TypeScript ESM npm packages with strict build and publish configuration.

Community
Intermediate
remorsesremorses
1.4k

new-skill

Guides creation of SKILL.md files with frontmatter, structure, and distribution rules.

Community
Intermediate
remorsesremorses
40

pnpm

Detect duplicate dependencies in pnpm-lock.yaml and guide scoped deduplication updates.

Community
Intermediate
remorsesremorses
40

doppler

Automate Doppler secret management for multi-environment deployments.

Community
Advanced
remorsesremorses
40

tailwind

Configure Tailwind v4 styles directly in CSS without tailwind.config.js.

Community
Intermediate
remorsesremorses
40

cloudflare-workers

Configure Cloudflare Workers with TypeScript, wrangler.jsonc, and Durable Objects.

Community
Advanced
remorsesremorses
40

better-auth

Configure better-auth with Drizzle and Spiceflow for TypeScript authentication.

Community
Advanced
remorsesremorses
40

emil-design-eng

Review UI components using Emil Kowalski's design engineering principles.

Community
Advanced
remorsesremorses
40

stripe

Automate Stripe Checkout and Billing Portal flows for org-scoped customers.

Community
Advanced
remorsesremorses
40

drizzle

Standardize Drizzle ORM schemas, migrations, and Cloudflare driver configurations for TypeScript projects.

Community
Advanced
remorsesremorses
1.3k

zustand-centralized-state

Implement centralized state management with Zustand vanilla stores for TypeScript applications.

Community
Intermediate
remorsesremorses
1.3k

jitter

Automate Jitter.video animation edits and export URLs via Playwright.

Community
Advanced
remorsesremorses
1.3k

critique

Render Git diffs as web pages, images, and PDFs with syntax highlighting.

Community
Intermediate
remorsesremorses
1.3k

goke

Build type-safe TypeScript command-line applications with schema-based argument parsing.

Community
Intermediate
remorsesremorses
1.3k

tuistory

Automate CLI/TUI applications with Playwright-style JavaScript/TypeScript scripts and terminal capture.

Community
Advanced
remorsesremorses
335

termcast

Create terminal user interfaces with React and Raycast API components.

Community
Intermediate
remorsesremorses
279

errore

Generates Skill metadata files for the specified error type in Go-like syntax.

Community
Intermediate
remorsesremorses
3.8k

playwriter

Automate browser sessions via the Playwriter extension and local JavaScript sandbox.

Community
Advanced

Frequently Asked Questions About Tommy D. Rossi

FAQPage Schema
What tasks can I accomplish with remorses' skills?▼

You can scaffold TypeScript npm packages, configure Cloudflare Workers with Durable Objects, standardize Drizzle ORM schemas and migrations, automate Stripe Checkout and Billing Portal flows, manage Doppler secrets, build terminal UIs with React, and write type-aware lint rules in .lintcn/ Go files.

Who are these skills designed for?▼

TypeScript and JavaScript engineers building npm packages, edge-deployed applications on Cloudflare, CLI/TUI programs, and SaaS products with Stripe billing and better-auth authentication. Design engineers reviewing UI components against Emil Kowalski's principles also benefit.

How do I run the lintcn linter?▼

Run `npx lintcn lint` with optional `--fix` or `--tsconfig <path>` flags. It locates .lintcn/ by walking up from the current directory; first build takes ~30s, then ~1s cached. In monorepos, run from each package folder rather than the root.

What prerequisites do these skills require?▼

Most skills assume a TypeScript/JavaScript environment with pnpm or npm. Specific skills need Cloudflare wrangler.jsonc, Drizzle with Spiceflow for better-auth, a Stripe account for billing flows, Doppler for secrets, and Playwright or the Playwriter extension for browser and terminal capture.

Can these skills help with code review and debugging?▼

Yes. The critique skill renders Git diffs as web pages, images, and PDFs with syntax highlighting; opensrc fetches and caches dependency source from npm, PyPI, and crates.io for inspection; lintcn surfaces type-aware warnings scoped to git-changed files by default.