arc-mcp

39 mods across 3 repositories, 182 stars between them.

arc-1

01

arc-mcp/arc-1

Plugin Claude Code

Plugin marketplace listing 1 plugin: arc-1.

174 changed yesterday A tokens not measured original MIT

arc-1

02

arc-mcp/arc-1

Plugin Claude Code

SAP ABAP development for Claude Code: bundles the ARC-1 MCP server (read/write/search/activate/lint/diagnose ABAP via the ADT REST API) with best-practice skills for RAP services, CDS modelling, ABAP Unit tests, clean-core audits, and UI5 modernization. Read-only by default; opt-in write gates.

174 changed yesterday A tokens not measured original MIT

compare-projects

03

arc-mcp/arc-1

Command Claude Code

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

174 yesterday A 0 tokens original MIT

deep-feature

04

arc-mcp/arc-1

Command Claude Code

The way to start a substantial ARC-1 topic. Drives a feature from deep, cross-source research through a verified plan, autonomous implementation, live testing, and a PR. The whole point: get the full picture from real sources before planning anything — ARC-1's bugs come from planning ADT behavior from memory instead…

174 yesterday A 0 tokens original MIT

deep-issue

05

arc-mcp/arc-1

Command Claude Code

Deeply research a community-filed issue on arc-mcp/arc-1 before anyone touches code. The whole point: decide whether the issue is real, and why, from verified evidence — not from the reporter's claim and not from memory. ARC-1's worst bugs come from reasoning about ADT behavior instead of checking what the system…

174 yesterday A 0 tokens original MIT

deep-pr

06

arc-mcp/arc-1

Command Claude Code

Deeply review a community pull request on arc-mcp/arc-1 before it merges. The whole point: verify the PR is correct, safe, and actually does what it claims — from your own evidence, not the PR description. External PRs touch the most dangerous surfaces (write paths, schemas, the safety system); a PR body that says…

174 yesterday A 0 tokens original MIT

implement-feature

07

arc-mcp/arc-1

Command Claude Code

Quality-first implementation workflow for ARC-1 features. Guides you through research, planning, test-driven development, and documentation updates.

174 yesterday A 0 tokens original MIT

ralphex-plan

08

arc-mcp/arc-1

Command Claude Code

Generate a structured implementation plan for the ralphex autonomous coding agent. The plan must be detailed enough for an autonomous agent (Claude Code) to execute each task without human guidance, in isolated sessions with fresh context.

174 yesterday A 0 tokens original MIT

release-notes

09

arc-mcp/arc-1

Command Claude Code

Turn a raw release-please changelog entry into an annotated release entry in docspage/release-notes.md — the page users and LLMs read to understand what a release actually changed for them.

174 yesterday A 0 tokens original MIT

arc-mcp/arc-1

Command Claude Code

Fetch new commits and issues from all tracked repos, evaluate relevance to ARC-1, and update all tracking documents.

174 yesterday A 0 tokens original MIT

arc-mcp/arc-1

Skill Claude CodeCodex

Use when user asks to generate Cursor MCP config + regression prompts for ARC-1. Adaptive: derive tests from PR diff or chat findings and build targeted setup/prompts for changed features/fixes.

174 yesterday A 46 tokens original MIT

arc-mcp/arc-1

Skill Claude CodeCodex

Use when a developer wants to add their own custom tool(s) to an ARC-1 MCP instance — an "extension" or "plugin" (FEAT-61). Guides the key architecture decisions (extension vs separate server; code tier vs manifest tier; which SAP API; scope/opType), then scaffolds the plugin and walks build + load + test. Do NOT use…

174 yesterday A 113 tokens original MIT

arc-1 AGENTS.md

13

arc-mcp/arc-1

Instructions file CodexOpenCode

AGENTS.md instructions for arc-mcp/arc-1, covering agents.md, project overview, design principles, build & test and deploying arc-1 (not developing it).

174 changed yesterday A 12,282 tokens original MIT

arc-1 CLAUDE.md

14

arc-mcp/arc-1

Instructions file

Claude Code instructions for arc-mcp/arc-1: All project guidance for AI agents lives in AGENTS.md — one source of truth shared by every tool (Claude Code, Codex, Cursor, Copilot). Claude Code inlines it via the import below; if your tool does not resolve imports, read AGENTS.md before doing anything else. Do not add…

174 yesterday A 100 tokens original MIT

arc-mcp/arc-1

Skill Claude CodeCodex

Analyze the current conversation's tool calls, responses, errors, and approach to produce a structured feedback report for improving MCP tool usage with ARC-1. Use when the user asks to "analyze this session", "review my chat", "give feedback on tool usage", "how did I do", or wants a retrospective on a debugging…

174 yesterday A 74 tokens original MIT

arc-mcp/arc-1

Skill Claude CodeCodex

Ground the assistant in the target SAP system before any coding work by producing a local system-info.md that captures SID, release, components, detected features, RAP constraints, and ARC-1 lint preset. Use when asked to "set up system context", "bootstrap the SAP system", "create system-info.md", or when starting a…

174 yesterday A 77 tokens original MIT

arc-mcp/arc-1

Skill Claude CodeCodex

Generate a Fiori Elements V4 LROP app (list report + object page) driven by @UI. annotations on a V4 RAP service, using the Fiori MCP server's 3-step (listfunctionalities → getfunctionalitydetails → executefunctionality) workflow. Use when asked to "build a Fiori Elements app", "generate LROP from this V4 service"…

174 yesterday A 104 tokens original MIT

debug-slow-sql

18

arc-mcp/arc-1

Skill Claude CodeCodex

Find the root cause of a slow ABAP SQL or Fiori-Elements OData request and propose the cheapest fix — GUI-free via ARC-1 (odataperf sap-statistics timing split, cdssql "Show SQL", SAPQuery execution metrics, ST05 SQL-trace control, ABAP profiler traces), escalating to SAP GUI / HANA only for trace records and…

174 yesterday A 132 tokens original MIT

explain-abap-code

19

arc-mcp/arc-1

Skill Claude CodeCodex

Explain ABAP objects with full dependency context (via SAPContext) and optional ATC code quality analysis — replicates SAP Joule's "Explain Code" capability, including behavior definitions (BDEF — CRUD graph, determinations/validations, bound handler class). Use when asked to "explain this ABAP", "what does ZCLX do"…

174 yesterday A 98 tokens original MIT

arc-mcp/arc-1

Skill Claude CodeCodex

Generate ABAP Unit tests for classes with dependency analysis, interface-based test doubles, and method-level surgical insertion. Use when asked to "generate unit tests for this class", "add ABAP Unit tests", "write tests for this method", or "create test doubles for ZCLX".

174 yesterday A 64 tokens original MIT

arc-mcp/arc-1

Skill Claude CodeCodex

Generate a CDS analytical model (star schema — cube + dimension + text views) on top of a RAP business object or a DDIC table. Use when asked to "create a star schema", "generate an analytical cube and dimensions", "make a RAP BO analytical", "build a CDS cube from a table", or "create an analytical model".

174 yesterday A 76 tokens original MIT

arc-mcp/arc-1

Skill Claude CodeCodex

Generate an analytical CDS query (transient projection view with PROVIDER CONTRACT ANALYTICALQUERY) on top of an existing analytical cube. Use when asked to "create an analytical query", "build a KPI query on a cube", "generate an ANALYTICALQUERY view", or "expose a cube for analytics/embedded analytics".

174 yesterday A 75 tokens original MIT

arc-mcp/arc-1

Skill Claude CodeCodex

Generate an ABAP Unit test class for a CDS entity using the CDS Test Double Framework — replicates SAP Joule's "CDS Unit Test Generation" capability. Use when asked to "generate CDS unit tests", "test this CDS view", "create CDSTDF tests", or "write unit tests for ZISALESORDER".

174 yesterday A 74 tokens original MIT

generate-rap-logic

24

arc-mcp/arc-1

Skill Claude CodeCodex

Generate RAP determinations, validations, and custom action implementations for an existing behavior definition by reading the RAP stack and filling empty method stubs in the behavior pool. Use when asked to "implement RAP determinations", "fill in behavior pool methods", "add RAP validation logic", or "generate…

174 yesterday A 68 tokens original MIT