compare-tools

Installation
SKILL.md

Compare Tools

You are helping the user compare specific developer tools. Use the AgenticStack compare endpoint for a single-request comparison.

Steps

  1. Identify which tools the user wants to compare. If you're unsure of a tool's slug, fetch /api/json/tools to see all available tools with their slugs.

  2. If tools are from the same category, fetch the comparison in one request (order doesn't matter):

GET https://agenticstack.sh/api/json/tools/compare?tools={slugA},{slugB}

This returns:

  • tools — array of full tool profiles (each includes feature_labels for readable feature names)
  • feature_definitions — what each comparison criterion means for this category
  • editorial_comparison — full editorial analysis with body (markdown prose with "Where X wins", "The agentic difference", "When to pick which" sections), or null if no editorial exists
  • available_comparisons — other editorial deep dives involving these tools
Installs
8
GitHub Stars
1
First Seen
13 days ago
compare-tools — agenticstack-sh/agenticstack-skills