Skip to content

Commit a2788cf

Browse files
committed
Rename Java skill to generate-and-scan-barcode
1 parent 45a176f commit a2788cf

6 files changed

Lines changed: 7 additions & 8 deletions

File tree

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ This repository contains Aspose.BarCode Cloud SDK for Java source code. This SDK
2626

2727
## AI Agent Skills
2828

29-
This repository includes an AI-agent skill in [`skills/aspose-barcode-cloud-java/SKILL.md`](skills/aspose-barcode-cloud-java/SKILL.md). Point your coding agent to it when working with this SDK so it follows the repo workflow and SDK-specific API patterns.
29+
This repository includes an AI-agent skill in [`skills/generate-and-scan-barcode-java/SKILL.md`](skills/generate-and-scan-barcode-java/SKILL.md). Point your coding agent to it when working with this SDK so it follows the repo workflow and SDK-specific API patterns.
3030

3131
## Requirements
3232

@@ -221,4 +221,3 @@ Authentication schemes defined for the API:
221221
## Recommendation
222222

223223
It's recommended to create an instance of `ApiClient` per thread in a multithreaded environment to avoid any potential issues.
224-

skills/aspose-barcode-cloud-java/agents/openai.yaml

Lines changed: 0 additions & 4 deletions
This file was deleted.

skills/aspose-barcode-cloud-java/SKILL.md renamed to skills/generate-and-scan-barcode-java/SKILL.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
---
2-
name: aspose-barcode-cloud-java
2+
name: generate-and-scan-barcode-java
33
description: "Write or update Java code that uses the Aspose.BarCode Cloud SDK (`com.aspose.barcode.cloud.*`; Maven artifact `com.aspose:aspose-barcode-cloud`) to generate, recognize, or scan barcodes through Aspose's cloud REST API. Use this skill whenever the user wants barcode work in Java, touches files under `submodules/java`, or mentions `ApiClient`, `Configuration`, `GenerateApi`, `RecognizeApi`, `ScanApi`, `GenerateParams`, `RecognizeBase64Request`, `ScanBase64Request`, or the `*RequestWrapper` classes. The Java SDK has several easy-to-miss idioms: generate methods return `File`, every API call goes through wrapper objects, GET recognize/scan methods require a public `URI`, base64 methods expect caller-encoded data, tests prefer `src/test/configuration.json` or `TEST_CONFIGURATION_ACCESS_TOKEN`, and repo scripts should run through WSL on Windows, so consult this skill instead of guessing."
44
---
55

6-
# Aspose.BarCode Cloud SDK for Java
6+
# Generate and scan barcode in Java
77

88
The Java SDK is a thin generated client over the Aspose BarCode Cloud REST API. Most tasks boil down to choosing the right API class (`GenerateApi`, `RecognizeApi`, `ScanApi`), picking the right auth path with `ApiClient` or `Configuration`, and building the matching `*RequestWrapper`.
99

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
interface:
2+
display_name: "Generate and scan barcode in Java"
3+
short_description: "Use Aspose.BarCode Cloud from Java"
4+
default_prompt: "Use $generate-and-scan-barcode-java to write or update Java code that generates, recognizes, or scans barcodes with Aspose.BarCode Cloud."

skills/aspose-barcode-cloud-java/references/repo-workflow.md renamed to skills/generate-and-scan-barcode-java/references/repo-workflow.md

File renamed without changes.

skills/aspose-barcode-cloud-java/references/snippet-map.md renamed to skills/generate-and-scan-barcode-java/references/snippet-map.md

File renamed without changes.

0 commit comments

Comments
 (0)