skill-agent-task-patterns

skill-agent-task-patterns is a skill for Claude Code from javiarmesto/ALDC-AL-Development-Collection. It costs 62 tokens per session (2,383 once invoked), scanned A, original, MIT.

A guide to integrating software agents with Business Central tasks, messages, records, and agent sessions.

In plain words
What is it for?
Use it to build task workflows with the Agent SDK, assign tasks, add messages or records, find tasks by external ID, and update task status.
Why use it?
It explains how to create and manage agent work so conversations, attachments, review requirements, and task status are handled consistently.

Skill for Claude Code

Written for Claude Code: installed under .claude/.

Good fit Use it to build task workflows with the Agent SDK, assign tasks, add messages or records, find tasks by external ID, and update task status.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/javiarmesto/aldc-al-development-collection/skill-agent-task-patterns
Install

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.

Any agent
npx skills add javiarmesto/ALDC-AL-Development-Collection --skill skill-agent-task-patterns
Clone the repo
git clone --depth 1 https://github.com/javiarmesto/ALDC-AL-Development-Collection

Made for: Claude Code.

Wrote 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.

agentmods badge for skill-agent-task-patterns

README.md
[![agentmods](https://agentmods.dev/badge/skills/javiarmesto/aldc-al-development-collection/skill-agent-task-patterns.svg)](https://agentmods.dev/skills/javiarmesto/aldc-al-development-collection/skill-agent-task-patterns)
Your own site
<a href="https://agentmods.dev/skills/javiarmesto/aldc-al-development-collection/skill-agent-task-patterns"><img src="https://agentmods.dev/badge/skills/javiarmesto/aldc-al-development-collection/skill-agent-task-patterns.svg" alt="Measured on agentmods" height="20"></a>
Per session 62 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,383 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
Origin original No closer match found in the catalogue.
Token cost

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.

ModelPer sessionOnce invoked
Fable 5.1 $0.00062 $0.02383
Opus 5 $0.00031 $0.01192
Sonnet 5 $0.00012 $0.00477
Haiku 4.5 $0.00006 $0.00238

Measured 8d ago against content hash 71ad73bad049, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-08, from the pricing page.

Security

Grade A, and why

skill-agent-task-patterns 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 8d 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.

.claude/skills/skill-agent-task-patterns/SKILL.md · 242 lines

How it starts

The opening of the file, as written. The whole thing — 242 lines — stays where its author put it; the contents beside it link to each section on GitHub.

BC Agent Task Integration Patterns

Knowledge base for all Agent SDK task integration patterns. Use this to understand how to create, manage, and extend agent tasks in Business Central.

References:

SDK Codeunits for Task Management

Codeunit Purpose Key Methods
Agent Task Builder Create new tasks (fluent API) .Initialize(Guid, Text).SetExternalId(Text).AddTaskMessage(Text, Text).Create()
Agent Task Message Builder Build messages with options .Initialize(Text, Text), .AddAttachment(Record), .AddToTask(Record), .SetSkipMessageSanitization(Boolean), .SetRequiresReview(Boolean)
Agent Task Query/manage existing tasks GetTaskByExternalId(Guid, Text), CanSetStatusToReady(Record), SetStatusToReady(Record)
Agent Message Read/update message text GetText(Record "Agent Task Message"), UpdateText(Record "Agent Task Message", Text)
Agent Setup Agent lookup + setup management OpenAgentLookup(Enum, var Guid), GetSetupRecord(...), SaveChanges(...)
Agent Core agent operations SetInstructions(Guid, SecretText), Deactivate(Guid), IsActive(Guid)
Agent Session Detect agent runtime context IsAgentSession(var Enum), IsAgentSession(Enum), GetCurrentSessionAgentTaskId()

Read the full file on GitHub · 242 lines

Changes

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.

  1. 8d ago First seen · 242 lines · 62 tokens per session scan A 71ad73bad049

Subscribe to this mod's changes

skill-agent-task-patterns is a skill published in the GitHub repository javiarmesto/ALDC-AL-Development-Collection (103 stars, last pushed yesterday), licensed MIT. It adds 62 tokens to every session and 2,383 once invoked, about $0.0003 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-30.

Related

Other skills, from other repositories

api-and-interface-design

Use when designing interfaces between layers (Repository, UseCase, API client) or defining data contracts. Covers Retrofit interfaces, Room DAOs, Kotlin sealed classes, and backward compatibility.

GuillemRoca/agent-skills-android · 41 tokens

benchling-integration

Benchling R&D platform integration. Access registry (DNA, proteins), inventory, ELN entries, workflows via API, build Benchling Apps, query Data Warehouse, for lab data management automation.

MarieLynneBlock/arcanum-artifex · 44 tokens

api-design

Applies REST and GraphQL design principles to produce or review an API contract.

MarieLynneBlock/arcanum-artifex · 19 tokens

openapi-to-application-code

Generate a complete, production-ready application from an OpenAPI specification.

MarieLynneBlock/arcanum-artifex · 19 tokens

adaptyv

Cloud laboratory platform for automated protein testing and validation. Use when designing proteins and needing experimental validation including binding assays, expression testing, thermostability measurements, enzyme activity assays, or protein sequence optimisation. Also use for submitting experiments via API…

MarieLynneBlock/arcanum-artifex · 96 tokens

402-frameworks-quarkus-rest

Use when you need to design, review, or improve REST APIs with Quarkus REST (Jakarta REST) — including resource classes, HTTP methods, status codes, request/response DTOs, Bean Validation, exception mappers, optional runtime OpenAPI exposure (SmallRye), contract-first generation from OpenAPI, content negotiation…

jabrena/plinth · 227 tokens