A collection of skills for AI coding agents to use Flowershow. Skills are packaged instructions and scripts that extend agent capabilities, following the Agent Skills format.
Set up a Flowershow site's config.json: title, navbar, social links, footer, theme, and features.
Use when:
- Initializing a new Flowershow site configuration
- Adding or updating navbar links, logo, or social links
- Changing site theme, enabling "Edit this page" links, or configuring footer
Add the skills to your project's agent configuration. For Claude Code, add to your .claude/settings.json:
{
"skills": ["../path/to/agent-skills/skills"]
}Each skill is a directory containing a SKILL.md file:
skills/
└── site-setup/
└── SKILL.md
See the Agent Skills specification for details on the format.