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.
npx claudepluginhub anthropics/claude-plugins-official --plugin flintThis skill uses the workspace's default tool permissions.
Help the user modify a Flint website by running a background AI agent.
Guides Next.js Cache Components and Partial Prerendering (PPR) with cacheComponents enabled. Implements 'use cache', cacheLife(), cacheTag(), revalidateTag(), static/dynamic optimization, and cache debugging.
Migrates code, prompts, and API calls from Claude Sonnet 4.0/4.5 or Opus 4.1 to Opus 4.5, updating model strings on Anthropic, AWS, GCP, Azure platforms.
Compresses source documents into lossless, LLM-optimized distillates preserving all facts and relationships. Use for 'distill documents' or 'create distillate' requests.
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.