From flint
Edit a Flint website using a background AI agent. Use when the user wants to modify, update, or add content to their Flint managed website.
How this skill is triggered — by the user, by Claude, or both
Slash command
/flint:edit-siteThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Help the user modify a Flint website by running a background AI agent.
Help the user modify a Flint website by running a background AI agent.
Find the site: Call list_sites to get the user's available sites. If $ARGUMENTS contains a site name, match it. If there are multiple sites and the user didn't specify, ask which one.
Run the agent: Call run_background_agent with the site ID and a prompt describing the changes.
Monitor progress: Call check_background_agent_status to track the agent.
Report results: When complete, share the summary of changes and the preview URL.
publish_site if the user explicitly asks to publish or deploy. It deploys the entire site.npx claudepluginhub 2three1y/claude-plugins-official --plugin flintGenerates complete websites from natural language prompts via the EvoWeb API. Creates HTML, CSS, JavaScript, and content. Build landing pages, portfolios, and business sites quickly.
Triage and build any site shape (lander, minisite, full website) from business context, deploy to Cloudflare Pages with git auto-deploy, and graduate between shapes. Also writes sales videos, VSLs, and pitch scripts for owned surfaces.
Redesigns coded websites using fal.ai vision models: screenshots a local HTML file or dev server, generates a redesigned reference image via gpt-image-2, and produces a build spec with design tokens.