truecourse-list

truecourse-list is a skill for Claude Code from truecourse-ai/truecourse. It costs 12 tokens per session (488 once invoked), scanned A, original, MIT.

A guide for listing TrueCourse, a tool that reports rule violations in a code repository. It shows a manageable page of results and supports filtering or viewing only changed files.

In plain words
What is it for?
Reviewing all reported violations, checking only recent changes, and narrowing results by severity or other filters.
Why use it?
It keeps large violation reports readable and helps developers focus on the issues that matter.

Skill for Claude Code

Written for Claude Code: user-invocable in frontmatter.

Good fit Reviewing all reported violations, checking only recent changes, and narrowing results by…

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/truecourse-ai/truecourse/truecourse-list
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 truecourse-ai/truecourse --skill truecourse-list
Clone the repo
git clone --depth 1 https://github.com/truecourse-ai/truecourse

Made for: Claude Code.

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 truecourse-list

README.md
[![agentmods](https://agentmods.dev/badge/skills/truecourse-ai/truecourse/truecourse-list.svg)](https://agentmods.dev/skills/truecourse-ai/truecourse/truecourse-list)
Your own site
<a href="https://agentmods.dev/skills/truecourse-ai/truecourse/truecourse-list"><img src="https://agentmods.dev/badge/skills/truecourse-ai/truecourse/truecourse-list.svg" alt="Measured on agentmods" height="20"></a>
Per session 12 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 488 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.00012 $0.00488
Opus 5 $0.00006 $0.00244
Sonnet 5 $0.00002 $0.00098
Haiku 4.5 $0.00001 $0.00049

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

Security

Grade A, and why

truecourse-list 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 7d 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.

tools/cli/skills/truecourse/truecourse-list/SKILL.md · 42 lines

What it actually says

TrueCourse List

Show violations and analysis results from TrueCourse.

Important

  • Always invoke via npx -y — without -y, npx will hang on the "Ok to proceed?" prompt whenever the user hasn't cached the latest truecourse version.
  • Don't dump everything at once. Plain list shows the first 20 violations — use that by default. Large repos can have hundreds; pasting them all wastes context and the user can't read that much in one go. Page or filter instead.

Instructions

1. Pick mode

Determine whether the user wants full violations (from the last full analysis) or diff results (changes since the last full analysis). If they said "diff" in their request, use diff mode.

  • Full: npx -y truecourse list
  • Diff: npx -y truecourse list --diff

2. Run and present

Use the Bash tool. The output is already formatted — show it as-is.

The final line summarises totals, e.g. Showing 1–20 of 287 violations (12 critical, 45 high, ...). Lead your reply with that total + severity breakdown so the user knows the scope before scanning the first page.

3. Offer the next step

After showing the first page, ask the user what they want:

  • Filter by severity--severity <list>, e.g. --severity critical,high. Valid values: critical,high,medium,low,info.
  • Page further — use --offset <n> (next page is --offset 20, then --offset 40, …) or widen with --limit <n>.
  • Everything in one view--all (only when the user explicitly asks for the full dump, e.g. "show all of them", "give me the whole list"). Avoid by default.
  • Start fixing/truecourse-fix (only for violations with a Fix: block attached).
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. 7d ago First seen · 42 lines · 12 tokens per session scan A 72d04b6c4e15

Subscribe to this mod's changes

truecourse-list is a skill published in the GitHub repository truecourse-ai/truecourse (528 stars, last pushed yesterday), licensed MIT. It adds 12 tokens to every session and 488 once invoked, about $0.0001 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.

Related

Other skills, from other repositories

scan

Scan a project with sentrux to get structural health grades (A-F) across 14 dimensions including coupling, cycles, cohesion, dead code, and test coverage. Use when the user wants to check code quality, architecture health, or before/after an agent session.

sentrux/sentrux · 57 tokens

lintropy

Skill "lintropy" from Typiqally/lintropy, covering version: 0.3.0, 1. what lintropy is, 2. commands, 3. rule anatomy and .lintropy/no-unwrap.rule.yaml.

Typiqally/lintropy · 0 tokens

roam

Codebase comprehension via roam-code CLI. Use when exploring codebases, planning modifications, debugging failures, assessing PR risk, or checking architecture health. Triggers on: understanding project structure, pre-change safety checks, finding symbols/files, blast radius analysis, affected tests, health scoring…

Cranot/roam-code · 86 tokens

ring:searching-code

Forensic code search and analysis with optional Chain of Draft (CoD) ultra-concise mode. Five-phase methodology (clarification, planning, execution, analysis, synthesis) with severity assessment. Use for targeted investigation of specific patterns, bugs, or vulnerabilities. Skip for broad architecture mapping (use…

LerianStudio/ring · 74 tokens

ring:using-assert

Using lib-observability/assert, Lerian's runtime assertion package, in two modes. Sweep Mode detects panic()/log.Fatal zero-panic violations, DIY invariant checks, hand-rolled domain predicates, and missing InitAssertionMetrics. Reference Mode catalogs the asserter lifecycle, domain predicates, observability trident…

LerianStudio/ring · 99 tokens

ring:fixing-lint

Fixing lint to a clean state: runs the linter, groups reported issues into independent streams, and dispatches one parallel fixer agent per stream (ring:backend-go for Go, ring:general-purpose otherwise), iterating until clean. Use when a codebase has lint errors across multiple files. Skip for a single error (fix…

LerianStudio/ring · 96 tokens