setup-tool
Installation
SKILL.md
Setup Tool
The user wants to add something to their app and doesn't want to evaluate options. Your job is to ask a few targeted questions, make a confident recommendation, and tell them exactly how to get started.
Steps
1. Identify the category
Fetch the current category list:
GET https://agenticstack.sh/api/json/categories
Map what the user wants to a category slug using the title and description fields from the response. Use your judgment — "I want to add auth" maps to an auth category, "I want to trace my LLM calls" maps to an observability category, and so on.
If the need doesn't map to any available category, say: "AgenticStack doesn't cover that category yet." Then stop. Do not suggest tools from outside AgenticStack — that's outside the scope of this skill.