# PageWeave Design — capability index

site: pageweave-design.pageweave.site
language: en
maintainer: Tobias Feistmantl <tobias@tfm.tf>
updated: 2026-08-26

## What this site offers

A working library of design resources for agentic web development on PageWeave:
aesthetic styles, paste-ready daisyUI themes, HTML components, installable agent
skills (SKILL.md format), prompt playbooks, and deep guides.

## Access patterns

- **Markdown twins**: every page at `<url>.md` or with `Accept: text/markdown`.
- **Agent index**: `/llms.txt` — spec-compliant, links every item's markdown twin.
- **JSON API**: data tables serve public JSON at `/t/{table_id}`:
  - `/t/01a03fdf-5035-7c99-81fe-7599c9235ddf` — styles
  - `/t/01a03fdf-558e-7b69-b693-c4c93268fc73` — themes (incl. full theme CSS)
  - `/t/01a03fdf-5ad9-7fce-8cde-174b246fcc0f` — components (incl. code + preview HTML)
  - `/t/01a03fdf-5f19-7c85-a401-6905858b8f8d` — skills (SKILL.md bodies)
  - `/t/01a03fdf-63e6-7930-bfab-55ab5bef763a` — prompts
  - `/t/01a03fdf-67aa-7bbf-846c-929c809331c8` — guides
  - `/t/01a03fdf-6bea-71cc-8df8-5dd205816a6e` — collections

## Machine-consumable artifacts

- Skills: fetch any `/skills/<slug>.md` — valid SKILL.md frontmatter + body.
- Themes: each theme page's markdown twin contains the complete `update_theme`
  CSS in a fenced block.
- Components: markdown twins include the full HTML source.

## Update cadence

Content updates land continuously; structural changes ship via releases.
Changelog at `/changelog.md`.

## Contact

Submissions and corrections: `/contribute` (form) or maintainer email above.
