KS
Killer-Skills

backend-templates — how to use backend-templates how to use backend-templates, backend-templates setup guide, hono html helper tutorial, server-side rendering with backend-templates, backend-templates alternative, cloudflare worker html response, secure templating with hono, backend-templates install, hono backend-templates example

v1.0.0
GitHub

About this Skill

Perfect for Cloudflare Worker Agents needing dynamic HTML rendering with secure templating using Hono html helper backend-templates is a skill that allows for server-side rendering of HTML content, utilizing technologies like Hono for secure and efficient templating.

Features

Injects dynamic meta tags for social sharing using Hono
Supports server-side rendering of HTML with database or user-provided content
Utilizes Hono html helper for auto-escaping interpolated values
Enables HTML responses built in Cloudflare Worker
Leverages `hono/html` for secure templating

# Core Topics

jdconley jdconley
[1]
[0]
Updated: 2/26/2026

Quality Score

Top 5%
45
Excellent
Based on code quality & docs
Installation
SYS Universal Install (Auto-Detect)
Cursor IDE Windsurf IDE VS Code IDE
> npx killer-skills add jdconley/wodbrains

Agent Capability Analysis

The backend-templates MCP Server by jdconley is an open-source Categories.community integration for Claude and other AI agents, enabling seamless task automation and capability expansion. Optimized for how to use backend-templates, backend-templates setup guide, hono html helper tutorial.

Ideal Agent Persona

Perfect for Cloudflare Worker Agents needing dynamic HTML rendering with secure templating using Hono html helper

Core Value

Empowers agents to generate dynamic meta tags for social sharing, server-side render HTML with database or user-provided content, and build HTML responses using Hono's auto-escaping interpolated values for secure templating, leveraging Cloudflare Worker and Hono html helper

Capabilities Granted for backend-templates MCP Server

Injecting dynamic meta tags for social sharing
Server-side rendering of HTML with database content
Building HTML responses in Cloudflare Worker

! Prerequisites & Limits

  • Requires Cloudflare Worker environment
  • Dependent on Hono html helper for secure templating
Project
SKILL.md
956 B
.cursorrules
1.2 KB
package.json
240 B
Ready
UTF-8
SKILL.md
Readonly

Backend Templates (Hono)

When to Use

  • Injecting dynamic meta tags for social sharing
  • Server-side rendering of HTML that includes database or user-provided content
  • Any HTML response built in the Cloudflare Worker

Safe Templating with Hono html Helper

Use html from hono/html which auto-escapes interpolated values:

ts
1import { html } from 'hono/html'; 2 3const ogTags = html` 4 <meta property="og:title" content="${title}" /> 5 <meta property="og:description" content="${description}" /> 6`;

Key Rules

  1. All ${} interpolations are HTML-escaped automatically
  2. Use raw() only for trusted content (your own templates)
  3. Never concatenate user data into raw strings
  4. Prefer tag replacement or insertion over string concatenation

Example: Safe Meta Injection

ts
1const tag = String(html`<meta property="og:title" content="${title}" />`); 2htmlText = htmlText.replace(/<meta\s+property="og:title"[^>]*>/i, tag);

Related Skills

Looking for an alternative to backend-templates or building a Categories.community AI Agent? Explore these related open-source MCP Servers.

View All

widget-generator

Logo of f
f

widget-generator is an open-source AI agent skill for creating widget plugins that are injected into prompt feeds on prompts.chat. It supports two rendering modes: standard prompt widgets using default PromptCard styling and custom render widgets built as full React components.

149.6k
0
Design

chat-sdk

Logo of lobehub
lobehub

chat-sdk is a unified TypeScript SDK for building chat bots across multiple platforms, providing a single interface for deploying bot logic.

73.0k
0
Communication

zustand

Logo of lobehub
lobehub

The ultimate space for work and life — to find, build, and collaborate with agent teammates that grow with you. We are taking agent harness to the next level — enabling multi-agent collaboration, effortless agent team design, and introducing agents as the unit of work interaction.

72.8k
0
Communication

data-fetching

Logo of lobehub
lobehub

The ultimate space for work and life — to find, build, and collaborate with agent teammates that grow with you. We are taking agent harness to the next level — enabling multi-agent collaboration, effortless agent team design, and introducing agents as the unit of work interaction.

72.8k
0
Communication