arc-1
01Plugin Claude Code
Plugin marketplace listing 1 plugin: arc-1.
Plugin Claude Code
Plugin marketplace listing 1 plugin: 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.
Command Claude Code
Evaluate all competing SAP ADT/MCP projects against ARC-1 for new features, bug fixes, and patterns to adopt.
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…
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…
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…
Command Claude Code
Quality-first implementation workflow for ARC-1 features. Guides you through research, planning, test-driven development, and documentation updates.
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.
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.
Command Claude Code
Fetch new commits and issues from all tracked repos, evaluate relevance to ARC-1, and update all tracking documents.
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.
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…
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).
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…
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…
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…
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"…
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…
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"…
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".
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".
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".
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".
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…