jlevyjlevyCommunityยท1 Agent Skills Included

markform

Structured Markdown forms with validation and automated filling

Defines structured forms in plain Markdown files with typed fields, validation rules, and role-based assignments. Eliminates messy prompt chains and unpredictable outputs by giving every field a schema that catches errors early. Fills forms incrementally via CLI commands or tool calls, then exports results as JSON, YAML, or clean reports.
npx skills add jlevy/markform --all -g -y
Available:

Instructs your AI agent on how to track work as issues, run quality gates, and complete mandatory commit, push, and CI verification steps before ending any coding session.

All Skills in This Repository (1)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How 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โ†’