case-to-resolution-protocol

case-to-resolution-protocol is a skill for Claude Code from VincentChuWaiChow/vanguard-frontier-agentic. It costs 115 tokens per session (1,380 once invoked), scanned A, original, Apache-2.0.

A customer-service workflow for triaging cases, sending them to the right team, tracking service deadlines, resolving them, and recording useful knowledge in Dynamics 365 Customer Service.

In plain words
What is it for?
It helps manage intake from email, chat, voice, and social channels; route and escalate cases; track SLA deadlines; create knowledge articles; and collect post-resolution CSAT.
Why use it?
It keeps cases from being misrouted, forgotten, or resolved without documenting what worked. It also makes overdue cases and customer feedback easier to track.

Skill for Claude Code

Written for Claude Code: allowed-tools in frontmatter.

Part of the vanguard-frontier-agentic plugin — 193 skills shipped together

Good fit It helps manage intake from email, chat, voice, and social channels; route and escalate cases; track SLA deadlines; create knowledge articles; and collect post-resolution CSAT.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/vincentchuwaichow/vanguard-frontier-agentic/case-to-resolution-protocol
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 VincentChuWaiChow/vanguard-frontier-agentic --skill case-to-resolution-protocol
Clone the repo
git clone --depth 1 https://github.com/VincentChuWaiChow/vanguard-frontier-agentic

Made for: Claude Code.

Or install vanguard-frontier-agentic, the plugin that ships this one along with the rest of its 193 skills.

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 case-to-resolution-protocol

README.md
[![agentmods](https://agentmods.dev/badge/skills/vincentchuwaichow/vanguard-frontier-agentic/case-to-resolution-protocol/github.svg)](https://agentmods.dev/skills/vincentchuwaichow/vanguard-frontier-agentic/case-to-resolution-protocol)
Your own site
<a href="https://agentmods.dev/skills/vincentchuwaichow/vanguard-frontier-agentic/case-to-resolution-protocol"><img src="https://agentmods.dev/badge/skills/vincentchuwaichow/vanguard-frontier-agentic/case-to-resolution-protocol/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 case-to-resolution-protocol

Your own site · 80×15
<a href="https://agentmods.dev/skills/vincentchuwaichow/vanguard-frontier-agentic/case-to-resolution-protocol"><img src="https://agentmods.dev/badge/skills/vincentchuwaichow/vanguard-frontier-agentic/case-to-resolution-protocol.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 115 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,380 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 warn 7 Sept 2026
SkillSpector: 1 finding, up to high

These are SkillSpector’s own severities. On a checked sample its high-severity flags on skills were ~96% false positives — a documented command, a public API, a “never do X” rule — so we show them as a caution to read, not a verdict. Why →

  • high Memory Poisoning · line 103
    Skill manipulates agent memory, state, or stored context. Memory corruption can alter personality, override safety rules, or cause unpredictable behavior.
    Fix: Protect agent memory and state from modification by untrusted content. Use read-only memory for critical instructions and validate all state changes.
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.00115 $0.01380
Opus 5 $0.00057 $0.00690
Sonnet 5 $0.00023 $0.00276
Haiku 4.5 $0.00012 $0.00138

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

Security

Grade A, and why

case-to-resolution-protocol 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.

skills/cross-functional/case-to-resolution-protocol/SKILL.md · 121 lines

How it starts

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

Case to Resolution Protocol

Purpose

This skill defines how a customer service case moves from first contact through routing, active resolution, and closure — and how every resolved case feeds the knowledge base so future cases resolve faster. It exists to ensure SLA accountability, consistent routing logic, and structured knowledge reuse across Dynamics 365 Customer Service. It does not replace human judgment on complex resolutions; it structures the handoffs so nothing falls through.

When to use

  • A new case must be triaged and routed to a queue, team, or specialist.
  • An active case risks breaching its SLA and needs escalation.
  • A case is resolved and a knowledge article should be created or updated.
  • Post-resolution CSAT is due and results must feed continuous-improvement loops.
  • Multiple channels (email, chat, voice, social) need a unified intake view.

When NOT to use

  • The case is already resolved and closed — routing decisions are moot.
  • The matter is a product defect escalation requiring engineering triage — use your engineering escalation runbook.
  • Regulated health or financial-services data handling requires compliance counsel that supersedes this protocol.
  • You need live Dynamics 365 configuration changes — escalate to the service owner; this protocol is recommendation-only.

Participating agents

  • d365-customer-service-contact-center-agent (primary — case intake, routing, SLA monitoring, resolution, knowledge capture)

Inputs required

  • Case description and channel of origin (email, chat, voice, social, web form)
  • Customer or employee identity (authenticated or pending authentication)
  • Priority signal or SLA entitlement reference
  • Existing case history for this customer (if available)
  • Knowledge base search results (Dynamics 365 Customer Service or SharePoint)

Evidence required

  • Unified routing configuration (queues, skills, capacity rules) is in place
  • SLA definitions and entitlements are configured in Dynamics 365 Customer Service
  • Knowledge base is seeded and publishing workflow is active
  • CSAT survey mechanism (Dynamics 365 Customer Voice or equivalent) is configured

Read the full file on GitHub · 121 lines

Files

What ships with it

2 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. 8d ago First seen · 121 lines · 115 tokens per session scan A e978ee6b7229

Subscribe to this mod's changes

case-to-resolution-protocol is a skill published in the GitHub repository VincentChuWaiChow/vanguard-frontier-agentic (22 stars, last pushed 3d ago), licensed Apache-2.0. It adds 115 tokens to every session and 1,380 once invoked, about $0.0006 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-09-04.

Related

Other skills, from other repositories

auditing-azure-active-directory-configuration

Auditing Microsoft Entra ID (Azure Active Directory) configuration to identify risky authentication policies, overly permissive role assignments, stale accounts, conditional access gaps, and guest user risks using AzureAD PowerShell, Microsoft Graph API, and ScoutSuite.

Youngmaidainon/Agent-Level-Up · 58 tokens

analyzing-azure-activity-logs-for-threats

Queries Azure Monitor activity logs and sign-in logs via azure-monitor-query to detect suspicious administrative operations, impossible travel, privilege escalation, and resource modifications. Builds KQL queries for threat hunting in Azure environments. Use when investigating suspicious Azure tenant activity or…

Youngmaidainon/Agent-Level-Up · 68 tokens

subdomain-takeover-hunt

Detect and verify subdomain takeover via dangling CNAME to unclaimed services.

uphiago/recon-skills · 23 tokens

plan

Epic decomposition into trackable, right-sized tasks. Three modes — audit-aware (codebase-audit reports), workflow-audit-aware (handoff.yaml with pre-rated findings), standalone (from scratch). Light convention scanning for projects without CLAUDE.md.

Terryc21/workflow-audit · 53 tokens

team-lead-reference

Provides model routing rules, validates delegation prerequisites, supplies cost tracking templates, defines dead-letter queue formats for Team Lead orchestration. Load when assigning tasks to agents, choosing model tiers, starting delegation session, running multi-agent workflow, delegating work, choosing which model…

monkilabs/opencastle · 64 tokens

orchardcore-admin-menu

Skill for creating admin menus in Orchard Core. Covers admin menu content types, link, content type list, and placeholder admin node types, admin menu deployment, permissions, custom admin node development with TreeNode base class, and admin menu rendering. Use this skill when requests mention Orchard Core Admin Menu…

CrestApps/CrestApps.AgentSkills · 193 tokens