Skip to content

Commit 26c5b2b

Browse files
committed
Rename Python skill to generate-and-scan-barcode
1 parent f508d38 commit 26c5b2b

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
@@ -36,7 +36,7 @@ The complete source code is available in this repository folder. You can either
3636

3737
## AI Agent Skills
3838

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

4141
## Prerequisites
4242

@@ -150,4 +150,3 @@ Class | Method | HTTP request | Description
150150
- [RegionPoint](docs/RegionPoint.md)
151151
- [ScanBase64Request](docs/ScanBase64Request.md)
152152

153-

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

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

skills/aspose-barcode-cloud-python/SKILL.md renamed to skills/generate-and-scan-barcode-python/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-python
2+
name: generate-and-scan-barcode-python
33
description: Write or update Python code that uses the Aspose.BarCode Cloud SDK (`aspose_barcode_cloud`; pip package `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 Python, touches files under `submodules/python`, or mentions `GenerateApi`, `RecognizeApi`, `ScanApi`, `ApiClient`, `Configuration`, `GenerateParams`, `RecognizeBase64Request`, or `ScanBase64Request`. The SDK has several easy-to-miss idioms, including constructing APIs from `ApiClient(Configuration(...))`, reading generate results from `.data`, using public `file_url` values for GET recognize and scan methods, base64-encoding body payloads yourself, and remembering that the install and import names differ.
44
---
55

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

88
The Python SDK is a thin generated client over the Aspose BarCode Cloud REST API. Most tasks come down to choosing the right API class (`GenerateApi`, `RecognizeApi`, or `ScanApi`), choosing the right transport variant (GET, base64 body, or multipart), and wiring `Configuration` into `ApiClient` correctly.
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 Python"
3+
short_description: "Use Aspose.BarCode Cloud from Python"
4+
default_prompt: "Use $generate-and-scan-barcode-python to write or update Python code that generates, recognizes, or scans barcodes with Aspose.BarCode Cloud."

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

File renamed without changes.

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

File renamed without changes.

0 commit comments

Comments
 (0)