skill-contribution-assistant

skill-contribution-assistant is a skill for Claude Code from javiarmesto/ALDC-AL-Development-Collection. It costs 73 tokens per session (1,052 once invoked), scanned A, original, MIT.

A guide for contributors who create reusable skills for the AL Copilot Skill Collection, a shared set of instructions for Business Central development agents.

In plain words
What is it for?
Use it to define a skill’s scope, follow repository conventions, prepare its files, and plan a pull request.
Why use it?
It helps turn a rough idea into a focused, maintainable contribution while keeping suggestions optional and non-intrusive.

Skill for Claude Code

Written for Claude Code: installed under .claude/.

Good fit Use it to define a skill’s scope, follow repository conventions, prepare its files, and plan a pull request.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/javiarmesto/aldc-al-development-collection/skill-contribution-assistant
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-contribution-assistant
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-contribution-assistant

README.md
[![agentmods](https://agentmods.dev/badge/skills/javiarmesto/aldc-al-development-collection/skill-contribution-assistant/github.svg)](https://agentmods.dev/skills/javiarmesto/aldc-al-development-collection/skill-contribution-assistant)
Your own site
<a href="https://agentmods.dev/skills/javiarmesto/aldc-al-development-collection/skill-contribution-assistant"><img src="https://agentmods.dev/badge/skills/javiarmesto/aldc-al-development-collection/skill-contribution-assistant/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.

agentmods 80×15 button for skill-contribution-assistant

Your own site · 80×15
<a href="https://agentmods.dev/skills/javiarmesto/aldc-al-development-collection/skill-contribution-assistant"><img src="https://agentmods.dev/badge/skills/javiarmesto/aldc-al-development-collection/skill-contribution-assistant.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 73 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,052 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.00073 $0.01052
Opus 5 $0.00036 $0.00526
Sonnet 5 $0.00015 $0.00210
Haiku 4.5 $0.00007 $0.00105

Measured 12d ago against content hash 541ba11eee93, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

Grade A, and why

skill-contribution-assistant 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.

.claude/skills/skill-contribution-assistant/SKILL.md · 136 lines

How it starts

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

Business Central Skill Authoring Playbook

This skill helps contributors move from idea to PR-ready skill with consistent quality standards.

Core Outcomes

  1. Define a focused and reusable skill scope.
  2. Avoid intrusive behavior while detecting candidate community skills.
  3. Apply repository conventions for structure, language, and maintainability.
  4. Produce a PR-ready package: skill files + release plan entry.

Non-Intrusive Opportunity Detection

This skill can detect when a user request may become a reusable community skill, but must be subtle and optional.

Detection Rules

Trigger detection only when at least 3 conditions are true:

  1. Problem appears repeatable across projects or teams.
  2. Solution requires multi-step workflow, not a single code snippet.
  3. Stable inputs/outputs can be documented.
  4. The request can be generalized without customer-specific data.
  5. The expected value is broader than one ticket.

Intrusion Guardrails

  1. Suggest at most once per topic.
  2. Use one short prompt only.
  3. If user says no, stop suggesting in the current conversation.
  4. Never block the original task.

Suggestion Pattern

Use this exact style:

Potential community skill candidate detected: this workflow looks repeatable and reusable. Would you like to convert it into a skill proposal now?

If user declines, continue normally. If user accepts, run onboarding interview.

Mandatory Onboarding (After User Says Yes)

Once the user confirms they want to build the skill, ask these questions before drafting content.

  1. What exact problem does the skill solve?
  2. Who is the primary user of this skill?
  3. What should trigger the skill? (phrases, contexts, intents)
  4. Which tasks are in scope?
  5. Which tasks are out of scope?
  6. Is terminal execution required? If yes, which commands/tools?
  7. Should the skill guide only, or also execute tasks automatically?
  8. Which artifacts are expected? (files, scripts, checklists, templates)
  9. Are there privacy/security constraints? (IPs, customers, credentials, internal paths)
  10. What is the Definition of Done for this skill?

Read the full file on GitHub · 136 lines

Files

What ships with it

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

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. 12d ago First seen · 136 lines · 73 tokens per session scan A 541ba11eee93

Subscribe to this mod's changes

skill-contribution-assistant is a skill published in the GitHub repository javiarmesto/ALDC-AL-Development-Collection (104 stars, last pushed today), licensed MIT. It adds 73 tokens to every session and 1,052 once invoked, about $0.0004 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

android-data-persistence

Use when implementing local data storage with Room, DataStore, or offline-first patterns. Covers entities, DAOs, migrations, Paging3, and the repository pattern for data management.

GuillemRoca/agent-skills-android · 41 tokens

android-device-testing

Use when writing or debugging instrumented tests (Espresso, UI Automator, Compose test rules), using ADB, managing emulators, or inspecting UI with Layout Inspector.

GuillemRoca/agent-skills-android · 39 tokens

ci-cd-and-automation

Use when setting up or improving CI/CD pipelines for Android. Covers sequential quality gates, Gradle caching, emulator testing in CI, feature flags, and automated deployment to Play Store.

GuillemRoca/agent-skills-android · 43 tokens

security-and-hardening

Use when handling sensitive data, authentication, network communication, or before shipping to the Play Store. Three-tier framework (Always Do, Ask First, Never Do) with Android-specific security patterns.

GuillemRoca/agent-skills-android · 43 tokens

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

deprecation-and-migration

Use when deprecating APIs, bumping minSdk, migrating libraries (AndroidX, Compose, Kotlin versions), or removing legacy code. Covers Kotlin @Deprecated annotation, strangler pattern, and incremental migration.

GuillemRoca/agent-skills-android · 48 tokens