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 personamanagmentlayer/pcl --skill dynamics365-expertgit clone --depth 1 https://github.com/personamanagmentlayer/pclWrote 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/personamanagmentlayer/pcl/dynamics365-expert)<a href="https://agentmods.dev/skills/personamanagmentlayer/pcl/dynamics365-expert"><img src="https://agentmods.dev/badge/skills/personamanagmentlayer/pcl/dynamics365-expert/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/personamanagmentlayer/pcl/dynamics365-expert"><img src="https://agentmods.dev/badge/skills/personamanagmentlayer/pcl/dynamics365-expert.svg" alt="Reviewed on agentmods" width="80" height="20"></a>- NVIDIA SkillSpector pass
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.00080 | $0.01150 |
| Opus 5 | $0.00040 | $0.00575 |
| Sonnet 5 | $0.00016 | $0.00230 |
| Haiku 4.5 | $0.00008 | $0.00115 |
Grade A, and why
dynamics365-expert 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 5d 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 — 171 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Dynamics 365 Expert
Core Concepts
Dynamics 365 Applications
- Sales - Sales force automation and CRM
- Customer Service - Service management and support
- Field Service - Field operations management
- Marketing - Marketing automation
- Finance - Financial management
- Supply Chain - Operations and logistics
- Human Resources - HR management
- Commerce - E-commerce and retail
Dataverse Platform
- Tables - Data storage entities (formerly entities)
- Columns - Field definitions (formerly attributes)
- Relationships - Entity associations
- Business Rules - No-code validation logic
- Security Roles - Role-based access control
- Solutions - Packaging and deployment
Customization & Development
- Model-Driven Apps - Data-driven applications
- Canvas Apps - Flexible UI applications
- Plugins - Server-side event handlers (C#)
- Custom Workflows - Process automation
- Web Resources - JavaScript, CSS, HTML files
- Power Automate - Cloud flows and automation
Best Practices
Solution Architecture
- Use solutions for all customizations
- Implement managed solutions for production
- Use segmented solutions for modularity
- Version control solution files
- Document dependencies
- Test in dev/test environments
Plugin Development
- Register plugins in sandbox mode
- Implement proper exception handling
- Use tracing for debugging
- Follow early-bound vs late-bound patterns
- Optimize for performance
- Write unit tests
Security & Compliance
- Implement field-level security
- Use security roles appropriately
- Apply hierarchical security when needed
- Enable auditing for compliance
- Regular security reviews
- Follow data privacy regulations
Performance Optimization
- Minimize plugin executions
- Use asynchronous plugins when possible
- Optimize FetchXML queries
- Implement caching strategies
- Use bulk operations
- Monitor plugin performance
Anti-Patterns
What ships with it
1 file 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.
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.
- 5d ago First seen · 171 lines · 80 tokens per session scan A 6027688a73dc
dynamics365-expert is a skill published in the GitHub repository personamanagmentlayer/pcl (40 stars, last pushed 3d ago), licensed Apache-2.0. It adds 80 tokens to every session and 1,150 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-09-05.
Other skills, from other repositories
power-automate
Use when operating Microsoft Power Automate cloud flows from code — create, enable, update, list or delete via the Dataverse Web API (workflow table, category 5) with Entra ID OAuth2, plus run-history debugging. NOT designing the flow definition (that is automation-flows), NOT picking a platform by billing model (that…
dv-admin
Environment-level Dataverse administration — bulk delete, retention/archival, organization settings, OrgDB settings, recycle bin, audit, and the 37 allowlisted PPAC toggles. Use when the user wants to clean up data at scale, configure audit, change environment settings, manage retention policies, or list/cancel ERP…
dv-data
Record-level CRUD and bulk operations — create, update, delete, upsert, CSV import, multi-table foreign-key loads, AI-generated sample data. Use when the user wants to write, modify, seed, or import data records into Dataverse tables.
dv-metadata
Dataverse schema authoring and inspection — tables, columns, relationships, forms, and views. Use when the user wants to define, evolve, or inspect the data model — add a column, create a table, set up a lookup, customize a form, build a view, or list existing columns and relationships.
dv-overview
Foundational cross-cutting context for Dataverse / Power Platform work — scope and the skill map, the tool-capability reference, the safety rules, and the safe change lifecycle. Use when the user mentions Dataverse, Dynamics 365, Power Platform, CRM, or ERP; load this first for orientation. Specialist skills…
dv-query
Bulk reads, multi-page iteration, and analytics over Dataverse data. Use when the user wants to read, list, filter, aggregate, group, join, or analyze records — including pandas DataFrame workflows and notebook exploration.