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 pnp/sharepoint-skills --skill project-intelligence-timeline-dashboardgit clone --depth 1 https://github.com/pnp/sharepoint-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/pnp/sharepoint-skills/project-intelligence-timeline-dashboard)<a href="https://agentmods.dev/skills/pnp/sharepoint-skills/project-intelligence-timeline-dashboard"><img src="https://agentmods.dev/badge/skills/pnp/sharepoint-skills/project-intelligence-timeline-dashboard/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/pnp/sharepoint-skills/project-intelligence-timeline-dashboard"><img src="https://agentmods.dev/badge/skills/pnp/sharepoint-skills/project-intelligence-timeline-dashboard.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.00117 | $0.02714 |
| Opus 5 | $0.00059 | $0.01357 |
| Sonnet 5 | $0.00023 | $0.00543 |
| Haiku 4.5 | $0.00012 | $0.00271 |
Grade A, and why
project-intelligence-timeline-dashboard 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 10d 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 — 218 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Timeline Dashboard Generator
Purpose
Generate a complete, self-contained HTML file that visualises the full Project Intelligence Engine output as an interactive root cause analysis dashboard. The file must be saved to SharePoint and opened directly in a browser — no external dependencies of any kind.
The dashboard answers two questions every stakeholder needs answered after a project goes off the rails:
- "What went wrong, and when did we know?"
- "How far off was the original plan — and why?"
Every visual choice should serve those questions. The audience is a delivery director, client sponsor, or steering committee member who needs to understand the failure pattern in under 5 minutes — not a technical reader who will study it carefully.
Inputs
This skill reads from two sources:
1. Change Events list — must be fully populated by both prior skills:
- Change Event Extraction: 16 fields per event
- Root Cause Analysis:
Is Root Cause,Intervention Window,Early Warning Signal,Root Cause Statement,Intervention Action,Detectability,Causal Chain Step
2. SHAREPOINT.md — Project Analysis Summary section — for the root cause statement, causal chain narrative, failure type, and recommendation used in the dashboard callout boxes.
If the Change Events list is empty, the root cause flags are not set, or the Project Analysis Summary in SHAREPOINT.md is blank, run Change Event Extraction and Root Cause Analysis first.
All KPI metrics and the Scope Churn Index are computed from the Change Events list at generation time.
Required Sections (in order, top to bottom)
Section 1 — Project Header Bar
A dark navy (#1B365D) full-width header containing:
- Project name (large, white, bold)
- Client name (smaller, light gray)
- Engagement type and contract reference in small gray text
- Four stat pills in a row:
- "Original completion: [date]" — neutral gray
- "Revised completion: [date]" — amber (
#BF6A00) if delayed, green if on track - "Original contract: $[value]" — neutral gray
- "Projected overrun: $[amount]" — red (
#C00000) if overrun, gray "Within budget" if not
- A small badge in the top-right corner showing the Documentation Quality Rating (1–5) with a colour: red for 1–2, amber for 3, green for 4–5, labelled "Doc Quality"
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.
- 10d ago First seen · 218 lines · 117 tokens per session scan A 4711081fef28
project-intelligence-timeline-dashboard is a skill published in the GitHub repository pnp/sharepoint-skills (112 stars, last pushed yesterday), licensed MIT. It adds 117 tokens to every session and 2,714 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-08-30.
Other skills, from other repositories
html-ppt-hermes-cyber-terminal
OpenDesign + BYOK: choosing and wiring your own model, hands-on — cost, quality, and the routing decision. Built as a decision-grade AI literacy deck for engineers, IT, applied-AI teams.
skill-doc-delivery
Convert markdown to DOCX, PPTX, XLSX, PDF office documents — use when you need exportable deliverables.
skill-writing-plans
Create zero-context implementation plans with bite-sized tasks — use for multi-step feature planning.
skill-copilot-provider
GitHub Copilot CLI as optional zero-cost provider via copilot -p programmatic mode.
bf-to-agents-sdk-dotnet-migration
Use when migrating a Bot Framework .NET SDK bot to Microsoft 365 Agents SDK. Triggered by projects that depend on packages: Microsoft.Bot.Builder or Microsoft.Bot.Builder.Integration.AspNet.Core that want to migrate to Agents SDK.
go-testing
Trigger: Go tests, go test coverage, Bubbletea teatest, golden files. Apply focused Go testing patterns.