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 skills add smss123/ABP-ai-skills --skill abp-devgit clone --depth 1 https://github.com/smss123/ABP-ai-skillsWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/skills/smss123/abp-ai-skills/abp-dev)<a href="https://agentmods.dev/skills/smss123/abp-ai-skills/abp-dev"><img src="https://agentmods.dev/badge/skills/smss123/abp-ai-skills/abp-dev/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/skills/smss123/abp-ai-skills/abp-dev"><img src="https://agentmods.dev/badge/skills/smss123/abp-ai-skills/abp-dev.svg" alt="Reviewed on agentmods" width="80" height="20"></a>What 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.1 | $0.00171 | $0.02930 |
| Opus 5 | $0.00086 | $0.01465 |
| Sonnet 5 | $0.00034 | $0.00586 |
| Haiku 4.5 | $0.00017 | $0.00293 |
Grade A, and why
abp-dev 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 12d 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.
The source is not reproduced here
Licensed GPL-3.0
The repository is licensed GPL-3.0, which this catalogue does not treat as permission to reproduce the file. Read it at the source.
What ships with it
38 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/api.md 12 KB
- references/authorization.md 14 KB
- references/background-jobs.md 8.3 KB
- references/caching.md 7.7 KB
- references/cli-structure.md 5.9 KB
- references/cms-kit.md 3.6 KB
- references/concurrency-check.md 3.7 KB
- references/connection-strings.md 3.4 KB
- references/correlation-id.md 3.2 KB
- references/data-filtering.md 4.7 KB
- references/database-tables.md 2.7 KB
- references/ddd-application.md 6.7 KB
- references/ddd-domain.md 10 KB
- references/deployment.md 9.1 KB
- references/efcore.md 13 KB
- references/event-bus.md 8.1 KB
- references/features.md 4.7 KB
- references/global-features.md 3.2 KB
- references/image-manipulation.md 3.3 KB
- references/interceptors.md 3.2 KB
- references/json.md 3.0 KB
- references/localization.md 5.4 KB
- references/maui.md 4.3 KB
- references/migration-identityserver-openiddict.md 4.1 KB
- references/modules.md 9.8 KB
- references/multi-tenancy.md 7.4 KB
- references/object-extensions.md 5.9 KB
- references/openiddict.md 5.2 KB
- references/options.md 3.9 KB
- references/react-native.md 3.6 KB
- references/settings.md 6.6 KB
- references/signalr.md 4.4 KB
- references/string-encryption.md 2.7 KB
- references/testing-troubleshooting.md 13 KB
- references/text-templating.md 5.5 KB
- references/theming.md 10.0 KB
- references/timing.md 3.2 KB
- references/ui-razorpages.md 9.0 KB
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.
- 12d ago First seen · 149 lines · 171 tokens per session scan A 21ad9b117853
abp-dev is a skill published in the GitHub repository smss123/ABP-ai-skills (5 stars, last pushed 2mo ago), licensed GPL-3.0. It adds 171 tokens to every session and 2,930 once invoked, about $0.0009 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
software-csharp-backend
Applies C# and .NET backend standards. Use when shaping API boundaries, data access, resilience, observability, or security defaults.
sinch-functions-dotnet
Write C#/.NET Sinch Functions with the Sinch.Functions.Runtime NuGet package. Use when writing or editing a function controller: answering and controlling calls, IVR menus, placing or bridging calls, SMS/WhatsApp/RCS webhooks, custom HTTP endpoints, dependency injection, cache/storage/database and authorization. Also…
api-and-interface-design
Guides stable API and interface design for .NET/C# — HTTP endpoints (Minimal APIs or controllers), library surface area, public records/interfaces, EF Core-backed contracts. Use when designing APIs, module boundaries, MyApp.Contracts DTOs, or any public interface where backward compatibility matters.
abp-api-implementation
Implement REST APIs in ABP Framework with AppServices, DTOs, pagination, filtering, and authorization. Use when building API endpoints for ABP applications.
dotnet-forge
Generate production-ready .NET Core APIs with Entity Framework, repository pattern, CQRS, and enterprise standards.
dotnet-backend-patterns
Master C#/.NET backend development patterns for building robust APIs, MCP servers, and enterprise applications. Covers async/await, dependency injection, Entity Framework Core, Dapper, configuration, caching, and testing with xUnit. Use when developing .NET backends, reviewing C# code, or designing API architectures.