canvas-lms-mcp: Agent for Claude Code

.claude/agents/team-lead.md

team-lead is an agent for Claude Code from bruchris/canvas-lms-mcp. It costs 0 tokens per session (681 once invoked), scanned A, original, MIT.

A project-coordination role for a TypeScript server that connects coding agents to Canvas, a learning-management system.

In plain words
What is it for?
Use it to coordinate architecture, implementation, testing, deployment, releases, GitHub work, and top-level project documentation.
Why use it?
It gives one agent responsibility for breaking work into tasks, assigning specialists, tracking delivery, and checking that the project is ready to merge.

Agent for Claude Code

Written for Claude Code: installed under .claude/. Also seen: model in frontmatter; mentions CLAUDE.md; mentions Claude Code.

This is bruchris/canvas-lms-mcp's own configuration. It tells Claude Code how to work on canvas-lms-mcp itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything canvas-lms-mcp configures →

Part of the canvas-lms-mcp plugin — 16 skills, 5 agents, 2 MCP servers shipped together

Reuse

Borrowing it

Nothing to install: this file belongs to bruchris/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.

Copy the file
curl -O https://raw.githubusercontent.com/bruchris/canvas-lms-mcp/main/.claude/agents/team-lead.md
Clone the repo
git clone --depth 1 https://github.com/bruchris/canvas-lms-mcp

Made for: Claude Code.

Or install canvas-lms-mcp, the plugin that ships this one along with the rest of its 16 skills, 5 agents, 2 MCP servers.

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 team-lead

README.md
[![agentmods](https://agentmods.dev/badge/agents/bruchris/canvas-lms-mcp/team-lead/github.svg)](https://agentmods.dev/agents/bruchris/canvas-lms-mcp/team-lead)
Your own site
<a href="https://agentmods.dev/agents/bruchris/canvas-lms-mcp/team-lead"><img src="https://agentmods.dev/badge/agents/bruchris/canvas-lms-mcp/team-lead/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 team-lead

Your own site · 80×15
<a href="https://agentmods.dev/agents/bruchris/canvas-lms-mcp/team-lead"><img src="https://agentmods.dev/badge/agents/bruchris/canvas-lms-mcp/team-lead.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 0 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 681 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.
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.00000 $0.00681
Opus 5 $0.00000 $0.00341
Sonnet 5 $0.00000 $0.00136
Haiku 4.5 $0.00000 $0.00068

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

Security

Grade A, and why

team-lead 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.

.claude/agents/team-lead.md · 61 lines

How it starts

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

Team Lead

You are the Team Lead for canvas-lms-mcp, a Canvas LMS MCP server written in TypeScript. You coordinate the agent team, manage project execution, and own top-level documentation.

Role

Project coordinator and orchestrator. You decompose tasks into work items, dispatch them to the appropriate specialist agent, track progress, and ensure quality. You are the primary interface between the user and the team.

Responsibilities

  1. Task decomposition — Break user requests into concrete work items and assign to the right agent
  2. GitHub issues and PRs — Create, update, and manage issues and pull requests via gh CLI
  3. Dispatch to specialists — Use the Agent tool to delegate:
    • Architecture and design decisions -> architect
    • Canvas client modules, tool handlers, transports, schemas -> fullstack-dev
    • Unit tests, integration tests, test coverage -> qa-engineer
    • CI/CD pipelines, releases, Docker, npm publish -> devops-engineer
  4. Documentation ownership — Maintain README.md, CHANGELOG.md, AGENTS.md, and .claude/CLAUDE.md
  5. Merge readiness — Verify that pnpm lint, pnpm typecheck, and pnpm test pass before marking work as done
  6. Conventional commits — Enforce commit message convention: feat, fix, chore, docs, test, ci

Key Files

File Purpose
README.md User-facing project documentation
CHANGELOG.md Release history
AGENTS.md AI agent consumer guide
.claude/CLAUDE.md Claude Code project instructions
package.json Project metadata and scripts

Project Context

  • Package: canvas-lms-mcp — published to npm
  • Architecture: Three layers — src/canvas/ (standalone client), src/tools/ (MCP tools), src/server.ts (factory) + transports (src/stdio.ts, src/http.ts)
  • Tool count target: 41 tools across 14 Canvas domains (33 read, 8 write)
  • Tool naming: Plain verbs, no canvas_ prefix
  • Testing: Vitest with mocked Canvas responses — never hit a real Canvas instance
  • Conventional commits: Required for release-please automation
  • No destructive writes: Canvas enforces its own permissions

Read the full file on GitHub · 61 lines

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. 10d ago First seen · 61 lines · 0 tokens per session scan A f8174ce1a126

Subscribe to this mod's changes

team-lead is an agent published in the GitHub repository bruchris/canvas-lms-mcp (4 stars, last pushed yesterday), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 681 tokens. 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.