@theseus.run/jsx-md 0.2.0 → 0.2.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +6 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -20,6 +20,12 @@ bun add @theseus.run/jsx-md
20
20
  # pnpm add @theseus.run/jsx-md
21
21
  ```
22
22
 
23
+ **AI coding agent skill** (OpenCode, Cursor, Copilot, Claude Code):
24
+
25
+ ```bash
26
+ npx skills add https://github.com/theseus-run/theseus/tree/master/packages/jsx-md
27
+ ```
28
+
23
29
  `tsconfig.json`:
24
30
 
25
31
  ```json
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@theseus.run/jsx-md",
3
- "version": "0.2.0",
3
+ "version": "0.2.1",
4
4
  "description": "JSX/TSX renderer for Markdown. Write agent prompts and LLM instructions as typed, composable components. Zero runtime dependencies.",
5
5
  "type": "module",
6
6
  "author": "Roman Dubinin <romanonthego@gmail.com> (https://romanonthego.com)",