Coding agents

Formisch is built to be consumed by AI coding agents. This page describes the agent skill, MCP server and Markdown documentation we provide so that your AI tools generate correct Qwik code with Formisch.

Agent skill

Formisch defines form values and validation with Valibot schemas, so an agent needs two skills: our Formisch SKILL.md for building forms and managing form state, and the Valibot SKILL.md for writing the schemas. Install both with the Agent Skills CLI:

npx skills add open-circle/agent-skills --skill formisch valibot

The Formisch skill is also published at /.well-known/agent-skills/formisch/SKILL.md and listed in our discovery index. For Valibot's MCP server and llms.txt files, see Valibot's coding agents guide.

MCP server

We host a Model Context Protocol server at https://formisch.dev/mcp that gives coding agents first-class tools to search and read the documentation instead of crawling pages. It is free and requires no authentication.

The server provides three tools:

  • search_docs searches the documentation and returns the most relevant pages
  • get_doc reads a documentation page or blog post as Markdown
  • list_docs lists all pages grouped by framework and area

Add it to Claude Code with:

claude mcp add --transport http formisch https://formisch.dev/mcp

Or add it to the MCP configuration of your tool:

{
  "mcpServers": {
    "formisch": {
      "url": "https://formisch.dev/mcp"
    }
  }
}

The server metadata is available at /.well-known/mcp/server-card.json.

LLMs.txt

We provide several LLMs.txt files. Use the one that works best with your AI tool.

Markdown for agents

Every documentation page is available as Markdown. Append .md to the URL of a page (e.g. /qwik/guides/installation/ becomes /qwik/guides/installation.md) or request the page with an Accept: text/markdown header to receive its Markdown version.

Contributors

Thanks to all the contributors who helped make this page better!

  • GitHub profile picture of @fabian-hiller
  • GitHub profile picture of @flySewa

Partners

Thanks to our partners who support the project ideally and financially.

Sponsors

Thanks to our GitHub sponsors who support the project financially.

  • GitHub profile picture of @vasilii-kovalev
  • GitHub profile picture of @UpwayShop
  • GitHub profile picture of @ruiaraujo012
  • GitHub profile picture of @hyunbinseo
  • GitHub profile picture of @nickytonline
  • GitHub profile picture of @kibertoad
  • GitHub profile picture of @caegdeveloper
  • GitHub profile picture of @Thanaen
  • GitHub profile picture of @bmoyroud
  • GitHub profile picture of @ysknsid25
  • GitHub profile picture of @dslatkin