From formae-mcp
Use when the user wants to find unmanaged resources in their cloud accounts, see what's not managed by formae, or run a discovery scan
How this skill is triggered — by the user, by Claude, or both
Slash command
/formae-mcp:formae-discoverThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Find resources in cloud accounts that aren't managed by formae yet.
Find resources in cloud accounts that aren't managed by formae yet.
get_agent_stats first to get an overview of unmanaged resource counts by providerlist_resources queries with specific type filters to drill down (e.g., managed:false type:AWS::S3::Bucket). Never call list_resources with just managed:false — on real accounts this returns too much data and will overflow the context window./formae-import to start the import workflowIf the user wants the latest view, call force_discover to trigger an immediate discovery scan before querying. Note that discovery runs asynchronously — wait a moment before querying results.
npx claudepluginhub platform-engineering-labs/formae-marketplace --plugin formae-mcpCreates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.