From a350efac002efda103e7be5046db141a4b230355 Mon Sep 17 00:00:00 2001 From: Ivan Kamkin Date: Thu, 9 Apr 2026 16:02:41 +0500 Subject: [PATCH 1/3] Add AI agent skill docs to SDK READMEs --- codegen/Templates/csharp/README.mustache | 4 ++++ codegen/Templates/dart/README.mustache | 4 ++++ codegen/Templates/go/README.mustache | 4 ++++ codegen/Templates/java/README.mustache | 4 ++++ codegen/Templates/nodejs/docs/tsconfig.mustache | 4 ++++ codegen/Templates/php/README.mustache | 4 ++++ codegen/Templates/python/README.mustache | 4 ++++ submodules/dart | 2 +- submodules/dotnet | 2 +- submodules/go | 2 +- submodules/java | 2 +- submodules/node | 2 +- submodules/php | 2 +- submodules/python | 2 +- 14 files changed, 35 insertions(+), 7 deletions(-) diff --git a/codegen/Templates/csharp/README.mustache b/codegen/Templates/csharp/README.mustache index 69bd43e..d7bcf5a 100644 --- a/codegen/Templates/csharp/README.mustache +++ b/codegen/Templates/csharp/README.mustache @@ -38,6 +38,10 @@ To use these SDKs, you will need Client Id and Client Secret which can be looked 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). +## AI Agent Skills + +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. + ## Prerequisites 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/). diff --git a/codegen/Templates/dart/README.mustache b/codegen/Templates/dart/README.mustache index 2df8eb2..3d5e772 100644 --- a/codegen/Templates/dart/README.mustache +++ b/codegen/Templates/dart/README.mustache @@ -26,6 +26,10 @@ This repository contains Aspose.BarCode Cloud SDK for Dart source code. This SDK 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). +## AI Agent Skills + +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. + ## Prerequisites 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/). diff --git a/codegen/Templates/go/README.mustache b/codegen/Templates/go/README.mustache index d9a027c..e986a3d 100644 --- a/codegen/Templates/go/README.mustache +++ b/codegen/Templates/go/README.mustache @@ -27,6 +27,10 @@ This repository contains Aspose.BarCode Cloud SDK for Go source code. This SDK a 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). +## AI Agent Skills + +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. + ## Prerequisites 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/). diff --git a/codegen/Templates/java/README.mustache b/codegen/Templates/java/README.mustache index 6cc308e..5473712 100644 --- a/codegen/Templates/java/README.mustache +++ b/codegen/Templates/java/README.mustache @@ -24,6 +24,10 @@ 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. +## AI Agent Skills + +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. + ## Requirements Building the API client library requires: diff --git a/codegen/Templates/nodejs/docs/tsconfig.mustache b/codegen/Templates/nodejs/docs/tsconfig.mustache index a1cfdd7..e603261 100644 --- a/codegen/Templates/nodejs/docs/tsconfig.mustache +++ b/codegen/Templates/nodejs/docs/tsconfig.mustache @@ -35,6 +35,10 @@ To use these SDKs, you will need Client Id and Client Secret which can be looked 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). +## AI Agent Skills + +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. + ### Install Aspose.BarCode for Cloud via NPM From the command line: diff --git a/codegen/Templates/php/README.mustache b/codegen/Templates/php/README.mustache index 91c2e17..2e35312 100644 --- a/codegen/Templates/php/README.mustache +++ b/codegen/Templates/php/README.mustache @@ -35,6 +35,10 @@ To use these SDKs, you will need Client Id and Client Secret which can be looked 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). +## AI Agent Skills + +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. + ## Installation ### Via Composer diff --git a/codegen/Templates/python/README.mustache b/codegen/Templates/python/README.mustache index 171dd4c..b16b4bf 100644 --- a/codegen/Templates/python/README.mustache +++ b/codegen/Templates/python/README.mustache @@ -34,6 +34,10 @@ To use these SDKs, you will need Client Id and Client Secret which can be looked 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). +## AI Agent Skills + +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. + ## Prerequisites 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/). diff --git a/submodules/dart b/submodules/dart index 42e7d41..1989eb6 160000 --- a/submodules/dart +++ b/submodules/dart @@ -1 +1 @@ -Subproject commit 42e7d417461ecdfb6ddf160d344a8661b4b24db7 +Subproject commit 1989eb6ccba21353834c633d4481ceda1e8d1f3f diff --git a/submodules/dotnet b/submodules/dotnet index ae07429..ca25e06 160000 --- a/submodules/dotnet +++ b/submodules/dotnet @@ -1 +1 @@ -Subproject commit ae07429cd418452350d520715e364f2657e322d0 +Subproject commit ca25e064ec185e9dfe0580fdbe27ef736283f732 diff --git a/submodules/go b/submodules/go index 1529278..bab8273 160000 --- a/submodules/go +++ b/submodules/go @@ -1 +1 @@ -Subproject commit 15292780f73b2dde7dd6eb40c1c88d3440346191 +Subproject commit bab8273eec0239ac854ecefb53c938297afd2b34 diff --git a/submodules/java b/submodules/java index 6344365..45a176f 160000 --- a/submodules/java +++ b/submodules/java @@ -1 +1 @@ -Subproject commit 6344365765f57b83e92a9b250c15cd5e8b55d7a8 +Subproject commit 45a176f6592f478dbbd1b44f2af96b3074242f5d diff --git a/submodules/node b/submodules/node index d130bc4..c53b93e 160000 --- a/submodules/node +++ b/submodules/node @@ -1 +1 @@ -Subproject commit d130bc4f193628aa47f8cd2427615886fcde960f +Subproject commit c53b93e664370cd5b63115b50a53eded2cbd7626 diff --git a/submodules/php b/submodules/php index 86bbbfe..66a64cc 160000 --- a/submodules/php +++ b/submodules/php @@ -1 +1 @@ -Subproject commit 86bbbfe86e385523710726976c303c4d99c4677b +Subproject commit 66a64cc97d227d8216baf6069cf088b5ce6835c7 diff --git a/submodules/python b/submodules/python index f74bd27..f508d38 160000 --- a/submodules/python +++ b/submodules/python @@ -1 +1 @@ -Subproject commit f74bd27c628d93907bb7d460d0aabea6a317eb2c +Subproject commit f508d38bc5e047f509fc61d26241b22487b2814b From 9ad2fa91b0254d61af31c36412ca2dbc07439767 Mon Sep 17 00:00:00 2001 From: Ivan Kamkin Date: Fri, 10 Apr 2026 13:46:06 +0500 Subject: [PATCH 2/3] Update SDK skill names across submodules --- submodules/dart | 2 +- submodules/dotnet | 2 +- submodules/go | 2 +- submodules/java | 2 +- submodules/node | 2 +- submodules/php | 2 +- submodules/python | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/submodules/dart b/submodules/dart index 1989eb6..fb880cb 160000 --- a/submodules/dart +++ b/submodules/dart @@ -1 +1 @@ -Subproject commit 1989eb6ccba21353834c633d4481ceda1e8d1f3f +Subproject commit fb880cbd24b0656889539cd2a9b41243cd7e1d61 diff --git a/submodules/dotnet b/submodules/dotnet index ca25e06..b1a35d3 160000 --- a/submodules/dotnet +++ b/submodules/dotnet @@ -1 +1 @@ -Subproject commit ca25e064ec185e9dfe0580fdbe27ef736283f732 +Subproject commit b1a35d35e8f48465844cf28e497b04b864c87284 diff --git a/submodules/go b/submodules/go index bab8273..95783e1 160000 --- a/submodules/go +++ b/submodules/go @@ -1 +1 @@ -Subproject commit bab8273eec0239ac854ecefb53c938297afd2b34 +Subproject commit 95783e1c407497aa0ad6e16085ac8d0ab57ede40 diff --git a/submodules/java b/submodules/java index 45a176f..a2788cf 160000 --- a/submodules/java +++ b/submodules/java @@ -1 +1 @@ -Subproject commit 45a176f6592f478dbbd1b44f2af96b3074242f5d +Subproject commit a2788cf6c5418fe9d73bac376c7a8d9755f571e2 diff --git a/submodules/node b/submodules/node index c53b93e..5a2d6db 160000 --- a/submodules/node +++ b/submodules/node @@ -1 +1 @@ -Subproject commit c53b93e664370cd5b63115b50a53eded2cbd7626 +Subproject commit 5a2d6dbfeed3793d65a3b0c4682ad9d5af761af4 diff --git a/submodules/php b/submodules/php index 66a64cc..e282df5 160000 --- a/submodules/php +++ b/submodules/php @@ -1 +1 @@ -Subproject commit 66a64cc97d227d8216baf6069cf088b5ce6835c7 +Subproject commit e282df545163c13d4f8df257713877c7946c7890 diff --git a/submodules/python b/submodules/python index f508d38..26c5b2b 160000 --- a/submodules/python +++ b/submodules/python @@ -1 +1 @@ -Subproject commit f508d38bc5e047f509fc61d26241b22487b2814b +Subproject commit 26c5b2bcbd9472882d3eadd17e5038137fbef20e From 517cff02621754ea8318e6f4923447bb2d5ea4bd Mon Sep 17 00:00:00 2001 From: Ivan Kamkin Date: Fri, 10 Apr 2026 14:01:09 +0500 Subject: [PATCH 3/3] Update readme templates --- codegen/Templates/csharp/README.mustache | 2 +- codegen/Templates/dart/README.mustache | 2 +- codegen/Templates/go/README.mustache | 2 +- codegen/Templates/java/README.mustache | 2 +- codegen/Templates/nodejs/docs/tsconfig.mustache | 2 +- codegen/Templates/php/README.mustache | 2 +- codegen/Templates/python/README.mustache | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/codegen/Templates/csharp/README.mustache b/codegen/Templates/csharp/README.mustache index d7bcf5a..159de25 100644 --- a/codegen/Templates/csharp/README.mustache +++ b/codegen/Templates/csharp/README.mustache @@ -40,7 +40,7 @@ The complete source code is available in this repository folder. You can either ## AI Agent Skills -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. +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. ## Prerequisites diff --git a/codegen/Templates/dart/README.mustache b/codegen/Templates/dart/README.mustache index 3d5e772..de73989 100644 --- a/codegen/Templates/dart/README.mustache +++ b/codegen/Templates/dart/README.mustache @@ -28,7 +28,7 @@ To use these SDKs, you will need Client Id and Client Secret which can be looked ## AI Agent Skills -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. +This repository includes an AI-agent skill in [`skills/generate-and-scan-barcode-dart/SKILL.md`](skills/generate-and-scan-barcode-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. ## Prerequisites diff --git a/codegen/Templates/go/README.mustache b/codegen/Templates/go/README.mustache index e986a3d..fcb18ec 100644 --- a/codegen/Templates/go/README.mustache +++ b/codegen/Templates/go/README.mustache @@ -29,7 +29,7 @@ To use these SDKs, you will need Client Id and Client Secret which can be looked ## AI Agent Skills -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. +This repository includes an AI-agent skill in [`skills/generate-and-scan-barcode-go/SKILL.md`](skills/generate-and-scan-barcode-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. ## Prerequisites diff --git a/codegen/Templates/java/README.mustache b/codegen/Templates/java/README.mustache index 5473712..13b6660 100644 --- a/codegen/Templates/java/README.mustache +++ b/codegen/Templates/java/README.mustache @@ -26,7 +26,7 @@ This repository contains Aspose.BarCode Cloud SDK for Java source code. This SDK ## AI Agent Skills -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. +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. ## Requirements diff --git a/codegen/Templates/nodejs/docs/tsconfig.mustache b/codegen/Templates/nodejs/docs/tsconfig.mustache index e603261..84c2f42 100644 --- a/codegen/Templates/nodejs/docs/tsconfig.mustache +++ b/codegen/Templates/nodejs/docs/tsconfig.mustache @@ -37,7 +37,7 @@ The complete source code is available in this repository folder. You can either ## AI Agent Skills -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. +This repository includes an AI-agent skill in [`skills/generate-and-scan-barcode-node/SKILL.md`](skills/generate-and-scan-barcode-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. ### Install Aspose.BarCode for Cloud via NPM diff --git a/codegen/Templates/php/README.mustache b/codegen/Templates/php/README.mustache index 2e35312..c26ac5e 100644 --- a/codegen/Templates/php/README.mustache +++ b/codegen/Templates/php/README.mustache @@ -37,7 +37,7 @@ You can either directly use it in your project via source code or get [Packagist ## AI Agent Skills -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. +This repository includes an AI-agent skill in [`skills/generate-and-scan-barcode-php/SKILL.md`](skills/generate-and-scan-barcode-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. ## Installation diff --git a/codegen/Templates/python/README.mustache b/codegen/Templates/python/README.mustache index b16b4bf..5ba83f1 100644 --- a/codegen/Templates/python/README.mustache +++ b/codegen/Templates/python/README.mustache @@ -36,7 +36,7 @@ The complete source code is available in this repository folder. You can either ## AI Agent Skills -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. +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. ## Prerequisites