google-forms-survey-builder

Create and synchronize Google Forms surveys from Markdown specifications.

Updated Apr 18, 2026
One-click install
npx skills add https://github.com/jey3dayo/apm-workspace --skill google-forms-survey-builder
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: google-forms-survey-builder
Source: https://github.com/jey3dayo/apm-workspace/tree/main/catalog/skills/google-forms-survey-builder
Command: npx skills add https://github.com/jey3dayo/apm-workspace --skill google-forms-survey-builder

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the process of creating, rebuilding, and updating Google Forms surveys from Markdown specifications, ensuring synchronization and ease of maintenance.

Core Features & Use Cases

  • Markdown Spec Creation: Allows users to create survey specifications in Markdown, specifying questions, types, and other parameters.
  • Automated Form Building: Converts Markdown specifications into Google Forms using Apps Script.
  • Live Form Verification: Provides a step-by-step process to verify the live form against the Markdown spec.
  • Use Case: Ideal for teams or individuals who need to keep Google Forms surveys updated with question text and other parameters without manual intervention.

Quick Start

Use the google-forms-survey-builder skill to build a survey from the Markdown spec 'SURVEY_QUESTIONS.md'.

Frequently Asked Questions about google-forms-survey-builder

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

FAQPage Schema
How do I automate Google Forms creation from Markdown?

You can automate Google Forms creation by writing a Markdown specification for your survey and using this Skill to translate it into a live form via Google Apps Script, ensuring survey consistency and efficient data collection.

What is the best way to keep Google Forms surveys synchronized with a spec file?

The best way to keep Google Forms synchronized is to maintain a Markdown spec file and use this Skill to rebuild and update the form, verifying the live form against your defined questions and parameters without manual intervention.

Does this Google Forms automation approach work without external dependencies?

Yes, this approach works without external dependencies by utilizing Google Apps Script to translate your Markdown specifications directly into Google Forms, requiring only your survey spec and a Google account to execute the automation.

Can I specify different question types when building surveys from Markdown?

Yes, you can specify different question types and other parameters directly within your Markdown specification, which the builder then processes to automatically configure the corresponding fields in your Google Forms survey.

How do I verify a live Google Form matches the Markdown spec?

You verify a live Google Form matches the Markdown spec by following the Skill's provided step-by-step verification process, ensuring the generated form accurately reflects the specified questions, types, and parameters before data collection.