Generate short live progress summaries for the atopile agent from recent tool events, preambles, checklist changes, and build state. Use for ephemeral UI activity text only, never for transcript replies or autonomous reasoning.
cd ~/.claude/skills
git clone https://github.com/atopile/atopile.git atopile mkdir -p ~/.claude/skills/agent-summary
curl -fsSL https://raw.githubusercontent.com/atopile/atopile/HEAD/.claude/skills/agent-summary/SKILL.md \
-o ~/.claude/skills/agent-summary/SKILL.md This skill is for a lightweight summary model that makes the agent feel alive while it works.
It does not plan, reason, or steer the task. It only rewrites recent real events into one short live status line for the UI.
The summarizer should receive a small structured window, for example:
Only summarize what is present in the input.
Return exactly one short progress line.
Rules:
Good:
Reviewing the motor driver package layout and pin mappingEditing the STM32 wrapper and tightening power constraintsRunning a build to validate the new package targetsChecking build errors against the updated driver modulesBad:
I am thinking about how to solve thisThe agent is almost doneWorking hard on your requestMaybe updating the power stage and probably the MCU tooWould you like me to run a build?Prefer the most concrete current activity:
If multiple events exist, summarize the most recent meaningful step, not the whole history.
Use these patterns:
project_read_file, project_search, project_list_*: reviewing or inspectingproject_edit_file, project_create_*, project_move_path: editing or restructuringparts_search, parts_install: selecting or installing partspackages_search, packages_install, package_create_local: creating or wiring packagesweb_search: checking vendor datasheets, design guides, or application notesbuild_run: running a buildbuild_logs_search, design_diagnostics: reviewing failures or diagnosticsdoing -> done: moving from one milestone to the nextPrefer file names, package names, target names, or subsystem names when available.
Never invent:
If the input is vague, stay vague but still concrete:
Reviewing the current project structurePlanning the next implementation stepThis summary is ephemeral UI state only.
Do not:
It is a presentation layer over real events, not a source of truth.
Creating algorithmic art using p5.js with seeded randomness and interactive parameter exploration. Use this when users request creating art using code, generative art, algorithmic art, flow fields, or particle systems. Create original algorithmic art rather than copying existing artists' work to avoid copyright violations.
Applies Anthropic's official brand colors and typography to any sort of artifact that may benefit from having Anthropic's look-and-feel. Use it when brand colors or style guidelines, visual formatting, or company design standards apply.
Build, debug, and optimize Claude API / Anthropic SDK apps. Apps built with this skill should include prompt caching. Also handles migrating existing Claude API code between Claude model versions (4.5 → 4.6, 4.6 → 4.7, retired-model replacements). TRIGGER when: code imports `anthropic`/`@anthropic-ai/sdk`; user asks for the Claude API, Anthropic SDK, or Managed Agents; user adds/modifies/tunes a C
Create distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, artifacts, posters, or applications (examples include websites, landing pages, dashboards, React components, HTML/CSS layouts, or when styling/beautifying any web UI). Generates creative, polished code and UI design that avoids generic AI aesthetics.
Guide for creating high-quality MCP (Model Context Protocol) servers that enable LLMs to interact with external services through well-designed tools. Use when building MCP servers to integrate external APIs or services, whether in Python (FastMCP) or Node/TypeScript (MCP SDK).
Knowledge and utilities for creating animated GIFs optimized for Slack. Provides constraints, validation tools, and animation concepts. Use when users request animated GIFs for Slack like "make me a GIF of X doing Y for Slack.