Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx agentmods add skills/snk-devcenter/addon-studio/sankhya-jsnpx skills add snk-devcenter/addon-studio --skill sankhya-jsgit clone --depth 1 https://github.com/snk-devcenter/addon-studioWhat it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5 | $0.00428 | $0.03611 |
| Opus 5 | $0.00214 | $0.01806 |
| Sonnet 5 | $0.00086 | $0.00722 |
| Haiku 4.5 | $0.00043 | $0.00361 |
Grade A, and why
sankhya-js scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 2d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
How it starts
The opening of the file, as written. The whole thing — 207 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Telas HTML5 do addon (sankhya-js) — Addon Studio 2.0
Framework frontend proprietário do produto Sankhya, baseado em AngularJS 1.x (não Angular 2+). O addon consome o framework: a plataforma serve o bundle snk e a tela do addon declara ['snk'] como dependência. Nada do framework é buildado ou versionado dentro do addon.
Onde a tela vive
Telas ficam no módulo web do addon (<addon>-vc, plugin Gradle war):
<addon>-vc/src/main/webapp/
html5/<Tela>/
<Tela>.html # fragmento: raiz e <sk-application>, sem <html>/<head>
<Tela>.js # angular.module('<Tela>App', ['snk'])
<Tela>.css
launcher/<Tela>.body # <script> extras (popups, código comum)
launcher/<Tela>.include # <link rel="stylesheet">
popup/<algo>.tpl.html # templates de popup/diretiva
popup/<algo>.controller.js
assets/ # ícones e imagens da tela e do menu
datadictionary/MENU_<id>.xml # <ui url="/$ctx/<Tela>.xhtml5"> registra a tela
Scaffold oficial: gradle gerarTela -Ptela=<Tela> (task do plugin Gradle do Studio). Com -Pinstancia=<Instance> gera a variante dynaform já ligada a uma <instance> do dicionário. Detalhes, arquivos gerados e registro no menu: references/addon-screen.md.
Regras não-negociáveis
- AngularJS 1.x —
angular.module(...),$scope,$q,$http, DI por array. Nada de Angular 2+ (standalone components, signals, RxJS), nada de React. - Cada tela declara o próprio módulo:
angular.module('<Tela>App', ['snk']). Nunca registrar controller/service dentro desnk,snk.core.*,snk.components.*ousnk.commons— esses módulos são do framework, não do addon. - DI por array (
['$scope', 'ServiceProxy', function ($scope, ServiceProxy) {...}]), como no template dogerarTela. DI implícita por nome de parâmetro quebra em qualquer minificação. - Backend só via
ServiceProxy, com prefixo do addon noserviceName:'<addon>@<Nome>SP.<metodo>'. Sem prefixo o framework assumedefModule = "mge"e chama o serviço nativo errado. Nunca montar/mge/service.sbrna mão. <Nome>SPé oserviceNamedo@Controllerdo addon — o contrato dos dois lados anda junto (skillcontroller).sk-entity-namecasa com onameda<instance>declarada no dicionário de dados (skilldata-dictionary), não com o nome da tabela nem com o da entidade Java.- Arquivos do
webappem UTF-8 —.js,.html,.css,.body,.include. A regra ISO-8859-1 do addon vale para.java/.xml/.kt/.properties(inclusive o XML de menu que registra a tela), não para o conteúdo dowebapp. - Sem emoji. Texto de UI em PT-BR direto ou via
SkI18nServicequando a tela precisar de mais de um idioma.
What ships with it
28 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
- references/addon-screen.md 8.0 KB
- references/anti-patterns.md 9.9 KB
- references/api-cheatsheet.md 10 KB
- references/application.md 13 KB
- references/code-quality.md 8.7 KB
- references/datagrid.md 18 KB
- references/dataset.md 12 KB
- references/filter-panel.md 11 KB
- references/form.md 28 KB
- references/gotchas.md 8.1 KB
- references/inputs.md 34 KB
- references/messages-popup.md 14 KB
- references/navigator.md 13 KB
- references/patterns.md 9.7 KB
- references/pesquisa.md 15 KB
- references/popup-parameter.md 13 KB
- references/sidenav.md 9.2 KB
- references/tabs.md 8.6 KB
- references/ui-components.md 15 KB
- references/utils.md 17 KB
- references/wizard.md 11 KB
- templates/component-directive.js 2.7 KB runs code
- templates/dataset-standalone.js 5.2 KB runs code
- templates/filter-panel-interceptor.js 6.8 KB runs code
- templates/popup-custom.js 5.1 KB runs code
- templates/service-call-builder.js 3.8 KB runs code
- templates/service-call-simple.js 1.7 KB runs code
- templates/wizard-step.js 5.0 KB runs code
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 2d ago First seen · 207 lines · 0 tokens per session scan A 80035d94ca9c
sankhya-js is a skill published in the GitHub repository snk-devcenter/addon-studio (5 stars, last pushed 2d ago), licensed MIT. It adds 428 tokens to every session and 3,611 once invoked, about $0.0021 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.
Other skills, from other repositories
i18n-localization
Internationalization and localization patterns. Detecting hardcoded strings, managing translations, locale files, RTL support.
seedance-vocab-ja
This skill should be used when the user asks for Japanese Seedance 2.0 prompt wording, Japanese cinematic vocabulary, or translation of camera, lighting, action, VFX, audio, and production terms into Japanese.
asc-subscription-localization
Bulk-localize subscription, subscription-group, and in-app purchase display names across App Store locales using asc, including API 4.4.1 version-scoped v2 resources. Use when filling or updating subscription/IAP names and descriptions without App Store Connect UI work.
harden
Improve interface resilience through better error handling, i18n support, text overflow handling, and edge case management. Makes interfaces robust and production-ready.
subtitle-translator
Translate subtitle files (SRT, ASS) and video/media with embedded subtitles into any target language with high linguistic quality, sliding context window, timestamp alignment, and formatting preservation. Use when the user asks to translate a subtitle file (.srt, .ass) or video subtitles.
iflytek-text-proofread
Proofread Chinese text using iFlytek's Official Document Proofreading API (公文校对). Detects 27 types of errors across three categories.