@themohitgaur1/templates
v1.0.1
Published
Markdown + JSON templates for Claude Code workspaces (agents, commands, hooks, skills, MCP, knowledge).
Readme
@themohitgaur1/templates
Inline string templates with a tiny {{var}} renderer. Used by @themohitgaur1/generators.
import { render, CLAUDE_MD } from "@themohitgaur1/templates";
const md = render(CLAUDE_MD, { projectName: "acme", repoType: "fullstack" });Why strings, not files: templates ship inside the published tarball and survive any bundler without a runtime asset resolver.
