markform
Structured Markdown forms with validation and automated filling
All Skills in This Repository (1)
Pure Emerald Level IndicatorsFrequently Asked Questions
FAQPage SchemaHow to install Markform?โผ
Run `npx skills add jlevy/markform --all -g -y` in your terminal to install all skills in this repository globally.
What is a Markform file?โผ
It is a regular Markdown file with hidden comment tags that define typed fields, validation rules, and instructions, so it reads like normal documentation but behaves like a structured form.
How do agents fill Markform forms?โผ
Agents fill fields incrementally through CLI commands or tool calls, and every value is validated against the form schema so errors are caught and corrected immediately.
Can I export filled form data?โผ
Yes. You can export any filled form as JSON, YAML, JSON Schema, or a clean Markdown report using simple CLI commands.
Do I need coding skills to use Markform?โผ
No. You write forms in plain Markdown, and your agent handles filling, validation, and export based on your natural language requests.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core