AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
SKILL verified MIT Self-run

Jsx Md Authoring

skill-theseus-run-theseus-jsx-md-authoring · by theseus-run

Use when writing or modifying JSX-MD prompt components, Markdown-rendering primitives, XML intrinsic prompts, or packages/jsx-md and packages/jsx-md-beautiful-mermaid behavior.

No reviews yet
0 installs
21 views
0.0% view→install

Install

$ agentstack add skill-theseus-run-theseus-jsx-md-authoring

✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access No
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/skill-theseus-run-theseus-jsx-md-authoring)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
1mo ago

Declared compatibility

Claude CodeClaude Desktop

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.

How agent discovery & health will work →
Are you the author of Jsx Md Authoring? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

JSX-MD Authoring

Use this skill for prompt components and Markdown rendering code.

Read First

  • packages/jsx-md/README.md
  • packages/jsx-md/src/primitives.tsx
  • packages/jsx-md/src/render.ts
  • packages/jsx-md/src/context.ts

Authoring Rules

  • Prefer JSX-MD components over inline Markdown strings.
  • Use lowercase XML intrinsics for structured LLM prompt sections such as `, , and `.
  • Use Md only as an escape hatch for genuinely undecomposable Markdown.
  • Escape user-supplied strings with Escape or escapeMarkdown when they should render literally.
  • Use Codeblock for fenced code and let it choose a safe fence length.
  • Keep render() deterministic and synchronous.
  • Do not introduce React or DOM runtime assumptions into jsx-md.
  • Use context only for cross-cutting rendering state, not arbitrary global state.

Text Rules

  • Bare JSX text is preferred for plain prose.
  • Use {...} only when JSX syntax requires it, such as backticks, braces, ``, or apostrophes inside the text.
  • Keep XML attributes primitive and serializable.

Verification

  • Run bun test in packages/jsx-md for renderer changes.
  • Run bun run typecheck after export, type, or JSX runtime changes.

Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet, be the first.

Versions

  • v0.1.0 Imported from the upstream source.