From adastra
Show the available contact channels for Ad Astra Computing. Use when the user asks how to reach Ad Astra, what email addresses to use, or which channel fits a given intent.
How this skill is triggered — by the user, by Claude, or both
Slash command
/adastra:contactThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Call the `get_contact_intents` tool on the `ad-astra` MCP server.
Call the get_contact_intents tool on the ad-astra MCP server.
Render the response as a short list: one line per intent showing the intent name and its channel. Note that all channels are mailto addresses.
If the user's question implies they want to actually send a message rather than just see the channels, also mention that /adastra:submit-intent will submit a signed intent through the MCP server.
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.