Tommy D. Rossi
Community@remorses · italy
Tommy D. Rossi (remorses) publishes TypeScript-focused skills covering npm packaging, Cloudflare Workers, Drizzle ORM, Stripe billing, terminal UIs, and lint tooling.
Agent Skills by Tommy D. Rossi
Showing 20 vetted skills indexed across 6 GitHub repositories.
lintcn
Write and test type-aware TypeScript lint rules as Go files using the tsgolint API.
opensrc
Fetches and caches dependency source code from npm, PyPI, and crates.io for agent inspection.
npm-package
Scaffolds and validates TypeScript ESM npm packages with strict build and publish configuration.
new-skill
Guides creation of SKILL.md files with frontmatter, structure, and distribution rules.
pnpm
Detect duplicate dependencies in pnpm-lock.yaml and guide scoped deduplication updates.
doppler
Automate Doppler secret management for multi-environment deployments.
tailwind
Configure Tailwind v4 styles directly in CSS without tailwind.config.js.
cloudflare-workers
Configure Cloudflare Workers with TypeScript, wrangler.jsonc, and Durable Objects.
better-auth
Configure better-auth with Drizzle and Spiceflow for TypeScript authentication.
emil-design-eng
Review UI components using Emil Kowalski's design engineering principles.
stripe
Automate Stripe Checkout and Billing Portal flows for org-scoped customers.
drizzle
Standardize Drizzle ORM schemas, migrations, and Cloudflare driver configurations for TypeScript projects.
zustand-centralized-state
Implement centralized state management with Zustand vanilla stores for TypeScript applications.
jitter
Automate Jitter.video animation edits and export URLs via Playwright.
critique
Render Git diffs as web pages, images, and PDFs with syntax highlighting.
goke
Build type-safe TypeScript command-line applications with schema-based argument parsing.
tuistory
Automate CLI/TUI applications with Playwright-style JavaScript/TypeScript scripts and terminal capture.
termcast
Create terminal user interfaces with React and Raycast API components.
errore
Generates Skill metadata files for the specified error type in Go-like syntax.
playwriter
Automate browser sessions via the Playwriter extension and local JavaScript sandbox.
Frequently Asked Questions About Tommy D. Rossi
FAQPage SchemaWhat 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.