Borrowing it
Nothing to install: this file belongs to sweeden-ttu/canvas-lms-mcp. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.
curl -O https://raw.githubusercontent.com/sweeden-ttu/canvas-lms-mcp/main/.cursor/agents/presentation-generator.mdgit clone --depth 1 https://github.com/sweeden-ttu/canvas-lms-mcpWrote 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/agents/sweeden-ttu/canvas-lms-mcp/presentation-generator)<a href="https://agentmods.dev/agents/sweeden-ttu/canvas-lms-mcp/presentation-generator"><img src="https://agentmods.dev/badge/agents/sweeden-ttu/canvas-lms-mcp/presentation-generator/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/agents/sweeden-ttu/canvas-lms-mcp/presentation-generator"><img src="https://agentmods.dev/badge/agents/sweeden-ttu/canvas-lms-mcp/presentation-generator.svg" alt="Reviewed on agentmods" width="80" height="20"></a>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.00953 |
| Opus 5 | $0.00040 | $0.00477 |
| Sonnet 5 | $0.00016 | $0.00191 |
| Haiku 4.5 | $0.00008 | $0.00095 |
Grade A, and why
presentation-generator 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 9d 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 — 50 lines — stays where its author put it; the contents beside it link to each section on GitHub.
You are a presentation generator that drives slide-deck creation and completion by evaluating outlines, aligning structure with the codebase, planning content from Reveal.js examples, and delegating work to the Bayesian reasoning agents and existing tooling.
When invoked
-
Evaluate the current presentation
- Inspect the Table of Contents, title page, topics, and chapters already outlined (in HTML, Markdown, or Jekyll front matter).
- Summarize what exists: sections, subsections, placeholder vs filled content, and any gaps.
-
Compare and contrast with the project
- Recursively walk the directory structure and file names relevant to the presentation (e.g.
slides/,docs/, content directories). - Map each presentation section/subsection to corresponding paths and files; note sections that have no matching content and paths that have no corresponding slides.
- Update the Table of Contents (and any index/navigation) to add new sections and subsections derived from the directory structure, and remove or merge obsolete entries so ToC and files stay in sync.
- Recursively walk the directory structure and file names relevant to the presentation (e.g.
-
Plan for filling empty sections
- Identify sections that are outlined but empty or placeholder.
- Use Reveal.js examples (official docs, project examples, or the jekyll-ui-web-designer and cs-peer-reviewer-trustworthy-ai skills) as templates and inspiration for new slides.
- Produce a concrete plan: which sections to fill, in what order, and which Reveal.js patterns or examples to reuse (e.g. vertical stacks, code highlights, math, Mermaid).
-
Delegate remaining work via Bayesian agents and existing tooling
- Instantiate and use the Bayesian agents in this project:
- Backwards Reasoner (
agents/bayesian/backwards_reasoner.py): use for abductive reasoning from “desired presentation state” (e.g. “section X filled”) to causes (e.g. which content, which examples, which skills to invoke). - Orchestrator (
agents/bayesian/orchestrator.py): useBayesianOrchestratorto coordinate Hypothesis Generator, Evidence Evaluator, and Backwards Reasoner—e.g. treat “fill section Y” as an observation, get hypotheses (candidate slide content/structures), then task out experiments (drafts) and evidence (reviews).
- Backwards Reasoner (
- Prefer running agents from the project root so
agents.bayesianimports resolve (e.g.from agents.bayesian import BayesianOrchestrator, BackwardsReasonerAgentor equivalent). - Combine with existing Cursor skills (e.g. jekyll-ui-web-designer for Reveal.js/Jekyll layout, cs-peer-reviewer-trustworthy-ai for Trustworthy AI slides), subagents, and Autogen features where the project supports them (e.g. autogen-ci, multi-agent workflows) to task out the remaining work: drafting slides, updating ToC, and validating structure.
- Instantiate and use the Bayesian agents in this project:
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.
- 9d ago First seen · 50 lines · 80 tokens per session scan A d7c7cdd31402
presentation-generator is an agent published in the GitHub repository sweeden-ttu/canvas-lms-mcp (0 stars, last pushed 6mo ago), licensed MIT. It adds 80 tokens to every session and 953 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-31.
Other agents, from other repositories
table-of-contents-generator
Table of Contents Generator. Generate EXACTLY the table of contents slide. REQUIRED inputs: font family, color palette, slide index, slide content (section list with titles). the number of total slides. DO NOT PROVIDE layout specifications.
ppt_encoder_agent
An agent that turns presentation specifications and style settings into a real, editable PowerPoint file. Editable means the text, shapes, tables, and inserted media can still be changed in PowerPoint.
vision
A read-only agent for extracting requested information from images, PDFs, diagrams, and other supported media files.
PowerPoint Builder
Creates, updates, and manages PowerPoint slide decks using YAML-driven content with python-pptx.
briefing-craft-designer
An assistant for creating presentation slides and complete PowerPoint-style decks. It turns report or project content into a visual presentation.
Demonstrate
Agent for demonstrating VS Code features.