backend-workflow-entry

Delegate legacy backend entry calls to the workflow-entry skill.

1|Updated Nov 28, 2025
One-click install
npx skills add https://github.com/ssaattww/ExcelReport --skill backend-workflow-entry
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: backend-workflow-entry
Source: https://github.com/ssaattww/ExcelReport/tree/main/.claude/skills/backend-workflow-entry
Command: npx skills add https://github.com/ssaattww/ExcelReport --skill backend-workflow-entry

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill acts as a compatibility layer for older backend entry points, ensuring that legacy systems can still interact with the current workflow infrastructure without immediate code changes.

Core Features & Use Cases

  • Backward Compatibility: Maintains support for deprecated backend entry methods.
  • Delegation: Automatically forwards requests to the workflow-entry skill for actual processing.
  • Use Case: A legacy application that previously called a direct backend function can now call this adapter, which seamlessly routes the request to the modern workflow-entry skill.

Quick Start

Use the backend-workflow-entry skill to process a request, delegating to workflow-entry.

Frequently Asked Questions about backend-workflow-entry

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I maintain backward compatibility for legacy backend entry calls?

To maintain backward compatibility for legacy backend entry calls, use an adapter that preserves original requests and delegates routing decisions to a modern workflow entry point. This ensures older systems interact with current infrastructure without requiring immediate code changes.

What is a legacy backend adapter and when do I need one?

A legacy backend adapter is a compatibility layer that forwards deprecated backend entry methods to a modern workflow infrastructure. You need one when a legacy application must interact with current routing and sandbox systems without undergoing immediate code refactoring.

How do I route a legacy backend request to a modern workflow entry point?

To route a legacy backend request to a modern workflow entry point, use a delegation adapter that preserves the original request format and forwards the workflow entry mode. The adapter ensures execution follows the route determined by the modern workflow entry skill.

Can I use a backend adapter to forward requests without modifying the original call?

Yes, you can use a backend adapter to forward requests without modifying the original call. The adapter preserves the original request, forwards the workflow entry mode, and delegates all routing and sandbox decisions to the workflow entry skill.

Does the backend workflow delegation adhere to the codex execution contract?

Yes, the backend workflow delegation adheres to the codex execution contract. The adapter ensures that execution follows the route determined by the workflow entry skill, maintaining compliance with the required execution standards.

What are the limitations of using a compatibility layer for legacy backend systems?

The limitation of using a compatibility layer for legacy backend systems is that it does not process requests independently. It strictly delegates all routing and sandbox decisions to the workflow entry skill, meaning execution relies entirely on the delegated skill's availability.