kn-template
OfficialReliable code generation from templates.
System Documentation
What problem does it solve?
This skill automates the creation of code from templates to ensure consistent scaffolding across projects.
Core Features & Use Cases
- List available templates to discover options.
- Get template details to review prompts, linked docs, and output files.
- Read linked documentation to understand usage and constraints.
- Run templates with a dry-run option to validate outputs, then execute for real.
- Create new templates with description and documentation linkage.
- Configure templates with prompts and file mappings (name, description, doc, prompts, files).
Quick Start
List templates with mcp__knowns__list_templates({}) Get details with mcp__knowns__get_template({ "name": "<template-name>" }) Read doc with mcp__knowns__get_doc({ "path": "<doc-path>", "smart": true }) Run template (dry-run) with mcp__knowns__run_template({ "name": "<template-name>", "variables": { "name": "MyComponent" }, "dryRun": true }) Run template for real with mcp__knowns__run_template({ "name": "<template-name>", "variables": { "name": "MyComponent" }, "dryRun": false }) Create a new template with mcp__knowns__create_template({ "name": "<template-name>", "description": "Description", "doc": "patterns/<related-doc>" })
Dependency Matrix
Required Modules
None requiredComponents
Standard package💻 Claude Code Installation
Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.
Please help me install this Skill: Name: kn-template Download link: https://github.com/knowns-dev/knowns/archive/main.zip#kn-template Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
Agent Skills Search Helper
Install a tiny helper to your Agent, search and equip skill from 471,000+ vetted skills library on demand.