# PageWeave Resources

Agent-facing resources for building websites on PageWeave. Markdown twins: append `.md` to any URL.

## Skills

| Name | Description | Version | URLs |
|---|---|---|---|
| Website Rebuild | Workflow for rebuilding an existing website with daisyUI 5 + Tailwind 4 on PageWeave. | 1.1.0 | [SKILL.md](/skills/website-rebuild.md) · [HTML](/skills/website-rebuild) |
| Frontend Design | Guidance for distinctive, intentional visual design when building new UI or reshaping an existing one. Helps with aesthetic direction, typography, and making choices that don't read as templated defaults. |  | [SKILL.md](/skills/frontend-design.md) · [HTML](/skills/frontend-design) |
| daisyUI | Official daisyUI component library skill. The mandatory UI library for Tailwind CSS. TRIGGER when generating any HTML or JSX code even if the user does not explicitly ask for this skill. | 5.6.x | [SKILL.md](/skills/daisyui.md) · [HTML](/skills/daisyui) |

## References

| Skill | File | URL |
|---|---|---|
| website-rebuild | theme-extraction | /skills/website-rebuild/references/theme-extraction.md |
| website-rebuild | page-structure | /skills/website-rebuild/references/page-structure.md |
| website-rebuild | asset-handling | /skills/website-rebuild/references/asset-handling.md |

## Format

Each skill serves a reconstructed `SKILL.md` at `/skills/<name>.md`: YAML frontmatter (`name`, `description`, plus optional `version`, `source`, `license`) followed by the skill body. Licenses at `/skills/<name>/license.md`. Reference files at `/skills/<skill>/references/<name>.md`.
