compare-projects

compare-projects is a command for Claude Code from arc-mcp/arc-1. It costs 0 tokens per session (734 once invoked), scanned A, original, MIT.

A project command that compares competing SAP ADT and MCP projects. SAP ADT is a set of tools for developing SAP software, while MCP connects AI agents with tools and services.

In plain words
What is it for?
Use it to check recent commits and releases in listed repositories and assess which changes or patterns may be relevant to ARC-1.
Why use it?
It helps the team notice useful features, bug fixes, and implementation patterns in related projects. This reduces the need to inspect every competing project manually.

Command for Claude Code

Part of the arc-1 plugin — 24 skills, 8 commands, 1 MCP server shipped together

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add commands/arc-mcp/arc-1/compare-projects
Clone the repo
git clone --depth 1 https://github.com/arc-mcp/arc-1

Made for: Claude Code.

Or install arc-1, the plugin that ships this one along with the rest of its 24 skills, 8 commands, 1 MCP server.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for compare-projects

README.md
[![agentmods](https://agentmods.dev/badge/commands/arc-mcp/arc-1/compare-projects.svg)](https://agentmods.dev/commands/arc-mcp/arc-1/compare-projects)
Your own site
<a href="https://agentmods.dev/commands/arc-mcp/arc-1/compare-projects"><img src="https://agentmods.dev/badge/commands/arc-mcp/arc-1/compare-projects.svg" alt="Measured on agentmods" height="20"></a>
Per session 0 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 734 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5 $0.00000 $0.00734
Opus 5 $0.00000 $0.00367
Sonnet 5 $0.00000 $0.00147
Haiku 4.5 $0.00000 $0.00073

Measured 3d ago against content hash 735f0f1a3959, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

compare-projects scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 3d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

.claude/commands/compare-projects.md · 71 lines

How it starts

The opening of the file, as written. The whole thing — 71 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Compare Projects

Evaluate all competing SAP ADT/MCP projects against ARC-1 for new features, bug fixes, and patterns to adopt.

Instructions

For each project in the docs/compare/ folder, perform the following checks:

1. Check Recent Activity

For each repository, fetch the latest commits and releases:

Use gh api repos/{owner}/{repo}/commits?per_page=10 and gh api repos/{owner}/{repo}/releases?per_page=3 to get recent changes.

2. Evaluate Each New Commit/Release

For each new change since the last update (check the _Last updated date in each file):

  1. Is it a bug fix? → Check if ARC-1 has the same bug
  2. Is it a new feature? → Evaluate:
    • Does ARC-1 need this feature?
    • Should it go in ARC-1 or mcp-sap-docs?
    • What's the effort estimate?
    • What's the priority?
  3. Is it a pattern improvement? → Review if ARC-1's implementation can benefit

3. Update Documents

For each project document (docs/compare/01-*.md through docs/compare/07-*.md):

  • Update the ## Changelog & Relevance Tracker table with new entries
  • Update the _Last updated date
  • If a new feature was found, add it to the appropriate "Features This Project Has That ARC-1 Lacks" table

4. Update Feature Matrix

Update docs/compare/00-feature-matrix.md if any project added new capabilities.

5. Update Priority Action Items

Review and re-prioritize the action items at the bottom of 00-feature-matrix.md based on:

  • New findings from this scan
  • Whether any items have been implemented in ARC-1 since last check
  • Changed priority based on ecosystem movement

Read the full file on GitHub · 71 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 3d ago First seen · 71 lines · 0 tokens per session scan A 735f0f1a3959

Subscribe to this mod's changes

compare-projects is a command published in the GitHub repository arc-mcp/arc-1 (174 stars, last pushed 3d ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 734 tokens. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.