jsr
JSR is a modern package registry for JavaScript and TypeScript. This skill covers creating, configuring, documenting, and publishing ESR packages with minimal overhead.
To create a package:
- Write code in TypeScript as ESM (using
import/export) - Create config -
jsr.json(or add JSR properties todeno.json):{ "name": "@scope/package-name", "version": "1.0.0", "exports": "./mod.ts" } - Publish -
npx jsr publishordeno publish
Key Differences from npm:
More from dtinth/agent-skills
discord
Use this skill to send a message over Discord to the operator
19pdd
Skills for Puzzle Driven Development (PDD). Refer to this skill when a project uses PDD or the operator mentions PDD or puzzle-driven development. Use this skill when: (1) Breaking a large feature into incremental deliverables, (2) Writing @todo stub comments to mark unimplemented code, (3) Picking up an existing @todo puzzle to implement, (4) Deciding whether to wrap up a task with a stub or keep working.
17tmux
Use this skill to run background processes or long running processes using tmux.
14wait-for-ci
Use this skill to wait for checks on GitHub Actions to finish on the current pull request
14packlets
Learn the rules of packlets for managing a JavaScript/TypeScript project. Use this skill whenever a user mentions packlets or when working in a project with packlets (src/packlets) directory.
13playwright-testing
Playwright testing. Use this skill to write and run automated tests for web applications using Playwright.
11