From adastra
List the products Ad Astra Computing builds. Use when the user asks what Ad Astra makes, what products it has, or what's in its catalog. Optional argument filters by status (active, research, future).
How this skill is triggered — by the user, by Claude, or both
Slash command
/adastra:productsThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Call the `list_products` tool on the `ad-astra` MCP server.
Call the list_products tool on the ad-astra MCP server.
If the user's message contains "$ARGUMENTS" and the value looks like a status filter (active, research, or future), pass it as the status argument. Otherwise call with no arguments to list everything.
Present the result as a short list grouped by status. For each product, show: name, status, one-sentence description, and the URL if present. Do not invent fields the server did not return.
npx claudepluginhub ad-astra-computing/adastra-claude-plugins --plugin adastraCreates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.