Borrowing it
Nothing to install: this file belongs to calebzu/pmsm-control-claude-skills-for-matlab. 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/calebzu/pmsm-control-claude-skills-for-matlab/main/CLAUDE.mdgit clone --depth 1 https://github.com/calebzu/pmsm-control-claude-skills-for-matlabWrote 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/instructions/calebzu/pmsm-control-claude-skills-for-matlab/claude-md)<a href="https://agentmods.dev/instructions/calebzu/pmsm-control-claude-skills-for-matlab/claude-md"><img src="https://agentmods.dev/badge/instructions/calebzu/pmsm-control-claude-skills-for-matlab/claude-md/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/instructions/calebzu/pmsm-control-claude-skills-for-matlab/claude-md"><img src="https://agentmods.dev/badge/instructions/calebzu/pmsm-control-claude-skills-for-matlab/claude-md.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.01096 | $0.01096 |
| Opus 5 | $0.00548 | $0.00548 |
| Sonnet 5 | $0.00219 | $0.00219 |
| Haiku 4.5 | $0.00110 | $0.00110 |
Grade A, and why
pmsm-control-claude-skills-for-matlab CLAUDE.md 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 11d 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 — 60 lines — stays where its author put it; the contents beside it link to each section on GitHub.
PMSM Claude Skills — Workspace Guide
This repository is a Claude Code workspace for building MATLAB/Simulink models of PMSM control (FOC, FCS-MPC, DTC, SMC) and for distilling reference models into reusable skills under anti-contamination discipline.
One-time setup
Before doing modeling work in this workspace:
- Install the MATLAB MCP server so MATLAB runs directly instead of through Bash:
- Source: https://github.com/matlab/matlab-mcp-core-server (MathWorks, MIT)
- Build per its README, then register it:
claude mcp add matlab --scope user -- <path-to-binary> - It provides
detect_matlab_toolboxes,check_matlab_code,evaluate_matlab_code,run_matlab_file.
- Install the MathWorks official MATLAB skills for Claude Code per MathWorks' instructions.
- Confirm MATLAB R2024b or later with Simulink, Simscape, Simscape Electrical, and Control System Toolbox.
If the MCP server is not available, run MATLAB through its CLI:
matlab -batch "run('script.m')" — and use a background process for long simulations.
Skills
.claude/skills/ is registered automatically when Claude Code opens this folder:
motor-pmsm-base— plant + dq conventions + building-blocks SOP + broken-FOC defense. Base for the method skills.motor-fcs-mpc— single-vector Finite-Control-Set MPC current loop.motor-fcs-mpc-dualvector— dual-vector (two-vectors-per-period) FCS-MPC current loop with q-axis deadbeat time allocation. Layers onmotor-fcs-mpc.motor-fcs-mpc-trivector— three-vector (two adjacent active + one zero per period) FCS-MPC current loop; a 2×2 dual-axis deadbeat solve nulls bothi_dandi_qin one period.motor-dtc-pmsm— Direct Torque Control, αβ frame, Sutikno 6-state switching table.motor-smc-pmsm— Sliding Mode Control speed loop (PD-type sliding + super-twisting) over a dq PI current loop.motor-mfpcc-eso— model-free deadbeat predictive current control (ultralocal model + Extended State Observer + SVPWM); parameter-free current law (onlyα,ω0). Continuous control set, not FCS-MPC. Layers onmotor-pmsm-base.simulink-layout-tidy— general-purpose Simulink layout tidier (compact, overlap-free, honest crossing report). Not motor-specific; supports the layout gate.
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.
- 11d ago First seen · 60 lines · 1,096 tokens per session scan A 7a3a7dd0ac1a
pmsm-control-claude-skills-for-matlab CLAUDE.md is an instructions file published in the GitHub repository calebzu/pmsm-control-claude-skills-for-matlab (13 stars, last pushed 2mo ago), licensed Apache-2.0. It adds 1,096 tokens to every session, about $0.0055 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 instructions, from other repositories
next.js AGENTS.md
AGENTS.md instructions for vercel/next.js, covering next.js development guide, codebase structure, monorepo overview, core package: packages/next and other important packages.
codex AGENTS.md
AGENTS.md instructions for openai/codex, covering rust/codex-rs, the codex-core crate, code review rules, crate api surface and model visible context.
vscode buildNext.instructions.md
Working notes and architecture documentation for the new esbuild-based build system in build/next. Use when making changes to the new build pipeline (transpile/bundle commands, NLS plugin, source-map handling, resource copying, or self-hosting watch tasks).
spec-kit AGENTS.md
AGENTS.md instructions for github/spec-kit, covering agents.md, about spec kit and specify, quickstart — add a new integration in 5 steps, integration architecture and integrationmanifest — file tracking.
langchain AGENTS.md
AGENTS.md instructions for langchain-ai/langchain, covering global development guidelines for the langchain monorepo, corridor security analysis, project architecture and context, monorepo structure and development tools & commands.
vscode oss-third-party-notices.instructions.md
Instructions for microsoft/vscode, covering vs code oss third-party-notices pipeline, architecture, pipeline flow in ci, applying the notice (cutover) and fallback chain (never fail the build).