Skip to content

Commit b1a35d3

Browse files
committed
Rename .NET skill to generate-and-scan-barcode
1 parent ca25e06 commit b1a35d3

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

4141
## AI Agent Skills
4242

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

4545
## Prerequisites
4646

@@ -256,4 +256,3 @@ Class | Method | HTTP request | Description
256256
- [Model.RecognizeBase64Request](docs/RecognizeBase64Request.md)
257257
- [Model.RegionPoint](docs/RegionPoint.md)
258258
- [Model.ScanBase64Request](docs/ScanBase64Request.md)
259-

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

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

skills/aspose-barcode-cloud-dotnet/SKILL.md renamed to skills/generate-and-scan-barcode-dotnet/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-dotnet
2+
name: generate-and-scan-barcode-dotnet
33
description: Write or update C#/.NET code that uses the Aspose.BarCode Cloud SDK (`Aspose.BarCode.Cloud.Sdk.*` namespaces; NuGet 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 C#/.NET, touches files under `submodules/dotnet`, or mentions `GenerateApi`, `RecognizeApi`, `ScanApi`, `Configuration`, `GenerateParams`, `RecognizeBase64Request`, or `ScanBase64Request`. The SDK has several easy-to-miss idioms - `Stream` return values, `JwtToken` switching auth mode, GET methods requiring a public `fileUrl`, `RecognizeBase64Async`/`ScanBase64Async` naming, and the `(clientSecret, clientId)` convenience-constructor order - so consult this skill instead of guessing.
44
---
55

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

88
The .NET 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`), choosing the right transport variant (GET, body/base64, or multipart), and setting up `Configuration` 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 .NET"
3+
short_description: "Use Aspose.BarCode Cloud from .NET"
4+
default_prompt: "Use $generate-and-scan-barcode-dotnet to write or update .NET code that generates, recognizes, or scans barcodes with Aspose.BarCode Cloud."

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

File renamed without changes.

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

File renamed without changes.

0 commit comments

Comments
 (0)