Skip to content

Commit a350efa

Browse files
committed
Add AI agent skill docs to SDK READMEs
1 parent 7efe3c4 commit a350efa

14 files changed

Lines changed: 35 additions & 7 deletions

File tree

codegen/Templates/csharp/README.mustache

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,10 @@ To use these SDKs, you will need Client Id and Client Secret which can be looked
3838

3939
The complete source code is available in this repository folder. You can either directly use it in your project via source code or get [NuGet distribution](https://www.nuget.org/packages/Aspose.BarCode-Cloud/) (recommended).
4040

41+
## AI Agent Skills
42+
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.
44+
4145
## Prerequisites
4246

4347
To use Aspose.BarCode Cloud SDK for .NET you need to register an account with [Aspose Cloud](https://www.aspose.cloud) and lookup/create Client Secret and Client Id at [Cloud Dashboard](https://dashboard.aspose.cloud/applications). There is free quota available. For more details, see [Aspose Cloud Pricing](https://purchase.aspose.cloud/).

codegen/Templates/dart/README.mustache

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,10 @@ This repository contains Aspose.BarCode Cloud SDK for Dart source code. This SDK
2626

2727
To use these SDKs, you will need Client Id and Client Secret which can be looked up at [Aspose Cloud Dashboard](https://dashboard.aspose.cloud/applications) (free registration in Aspose Cloud is required for this).
2828

29+
## AI Agent Skills
30+
31+
This repository includes an AI-agent skill in [`skills/aspose-barcode-cloud-dart/SKILL.md`](skills/aspose-barcode-cloud-dart/SKILL.md). Point your coding agent to it when working with this SDK so it follows the repo workflow and SDK-specific API patterns.
32+
2933
## Prerequisites
3034

3135
To use Aspose.BarCode Cloud SDK for Dart you need to register an account with [Aspose Cloud](https://www.aspose.cloud) and lookup/create Client Secret and SID at [Cloud Dashboard](https://dashboard.aspose.cloud/applications). There is a free quota available. For more details, see [Aspose Cloud Pricing](https://purchase.aspose.cloud/).

codegen/Templates/go/README.mustache

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,10 @@ This repository contains Aspose.BarCode Cloud SDK for Go source code. This SDK a
2727

2828
To use these SDKs, you will need Client Id and Client Secret which can be looked up at [Aspose Cloud Dashboard](https://dashboard.aspose.cloud/applications) (free registration in Aspose Cloud is required for this).
2929

30+
## AI Agent Skills
31+
32+
This repository includes an AI-agent skill in [`skills/aspose-barcode-cloud-go/SKILL.md`](skills/aspose-barcode-cloud-go/SKILL.md). Point your coding agent to it when working with this SDK so it follows the repo workflow and SDK-specific API patterns.
33+
3034
## Prerequisites
3135

3236
To use Aspose.BarCode Cloud SDK for Go you need to register an account with [Aspose Cloud](https://www.aspose.cloud) and lookup/create Client Secret and SID at [Cloud Dashboard](https://dashboard.aspose.cloud/applications). There is a free quota available. For more details, see [Aspose Cloud Pricing](https://purchase.aspose.cloud/).

codegen/Templates/java/README.mustache

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,10 @@
2424

2525
This repository contains Aspose.BarCode Cloud SDK for Java source code. This SDK allows you to work with Aspose.BarCode for Cloud REST APIs in your Java applications quickly and easily.
2626

27+
## AI Agent Skills
28+
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.
30+
2731
## Requirements
2832

2933
Building the API client library requires:

codegen/Templates/nodejs/docs/tsconfig.mustache

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,10 @@ To use these SDKs, you will need Client Id and Client Secret which can be looked
3535

3636
The complete source code is available in this repository folder. You can either directly use it in your project via source code or get [nmpjs distribution](https://www.npmjs.com/package/aspose-barcode-cloud-node) (recommended).
3737

38+
## AI Agent Skills
39+
40+
This repository includes an AI-agent skill in [`skills/aspose-barcode-cloud-node/SKILL.md`](skills/aspose-barcode-cloud-node/SKILL.md). Point your coding agent to it when working with this SDK so it follows the repo workflow and SDK-specific API patterns.
41+
3842
### Install Aspose.BarCode for Cloud via NPM
3943

4044
From the command line:

codegen/Templates/php/README.mustache

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,10 @@ To use these SDKs, you will need Client Id and Client Secret which can be looked
3535

3636
You can either directly use it in your project via source code or get [Packagist distribution](https://packagist.org/packages/aspose/barcode-cloud-php) (recommended).
3737

38+
## AI Agent Skills
39+
40+
This repository includes an AI-agent skill in [`skills/aspose-barcode-cloud-php/SKILL.md`](skills/aspose-barcode-cloud-php/SKILL.md). Point your coding agent to it when working with this SDK so it follows the repo workflow and SDK-specific API patterns.
41+
3842
## Installation
3943

4044
### Via Composer

codegen/Templates/python/README.mustache

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,10 @@ To use these SDKs, you will need Client Id and Client Secret which can be looked
3434

3535
The complete source code is available in this repository folder. You can either directly use it in your project via source code or get [from PyPi](https://pypi.org/project/{{projectName}}/) (recommended).
3636

37+
## AI Agent Skills
38+
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.
40+
3741
## Prerequisites
3842

3943
To use Aspose.BarCode Cloud SDK for Python you need to register an account with [Aspose Cloud](https://www.aspose.cloud) and lookup/create Client Secret and Client Id at [Cloud Dashboard](https://dashboard.aspose.cloud/applications). There is free quota available. For more details, see [Aspose Cloud Pricing](https://purchase.aspose.cloud/).

0 commit comments

Comments
 (0)