template-generation

Generate connected HTML forms that post to BizzyForge databases.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/deachne/BizzyForge --skill template-generation-deachne
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: template-generation
Source: https://github.com/deachne/BizzyForge/tree/main/.claude/skills/template-generation
Command: npx skills add https://github.com/deachne/BizzyForge --skill template-generation-deachne

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Template generation reduces repetitive form-building work by programmatically creating connected, persistent data-entry interfaces that save to BizzyForge.

Core Features & Use Cases

  • Generate HTML forms wired to BizzyForge API
  • Maintain linked entities and keep templates searchable
  • Use case: a farmer asks for a maintenance form or scouting template, and it is automatically created and ready to use.

Quick Start

Ask me to generate a connected form template for a specific task with a linked entity.

Frequently Asked Questions about template-generation

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I generate connected farm forms that persist data to a database?

To generate connected farm forms that persist, this Skill creates embedded HTML forms that post entries to the /api/capture/from-template endpoint. It automatically includes hidden fields for template_type and linked_entity_id to ensure data is saved to BizzyForge databases.

Can I create a scouting or equipment maintenance form template that saves entries automatically?

Yes, you can create scouting or equipment maintenance form templates that save entries automatically. The Skill generates end-to-end data-entry interfaces wired directly to the BizzyForge API for scenarios like seeding, spraying, and grain tracking.

What's the best way to build data-entry screens for farm operations without manual coding?

The best way to build farm data-entry screens without manual coding is requesting a connected form template for a specific task with a linked entity. The Skill programmatically reduces repetitive form-building work by generating ready-to-use HTML interfaces.

Do I need a linked entity ID to use generated form templates for farm scouting?

Yes, a linked entity ID is required to use generated form templates for farm scouting. The Skill ensures every generated form includes hidden fields for both template_type and linked_entity_id to maintain linked entities and keep templates searchable.

Does generated form HTML provide status feedback after submitting farm data?

Yes, generated form HTML provides user-facing status feedback after submitting farm data. The Skill ensures every connected template includes this feedback mechanism alongside the embedded form posting to the capture API.

What types of farm operation templates can I generate for grain tracking and spraying?

You can generate connected farm form templates for grain tracking, spraying, seeding, scouting, and equipment maintenance. Each template creates an HTML data-entry screen that persists submitted records directly to BizzyForge databases.