Linear
Generates creative text formats like poems, code, scripts, musical pieces, email, letters, etc., based on a single prompt – useful for diverse content creation needs.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add linear npx -- -y @trustedskills/linear
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"linear": {
"command": "npx",
"args": [
"-y",
"@trustedskills/linear"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
The linear skill enables AI agents to perform tasks that involve linear algebra operations, such as solving systems of equations, matrix manipulation, and vector calculations. It is particularly useful in fields like data science, machine learning, and engineering where mathematical computations are essential.
When to use it
- Solving a system of linear equations for optimization problems
- Performing matrix inversion or decomposition for statistical analysis
- Calculating dot products or cross products in physics simulations
Key capabilities
- Matrix multiplication and inversion
- Vector operations (addition, subtraction, dot product)
- Solving systems of linear equations
- Eigenvalue and eigenvector computation
Example prompts
- "Solve the system of equations: 2x + 3y = 5 and x - y = 1."
- "Calculate the inverse of the matrix [[4, 7], [2, 6]]."
- "Find the eigenvalues and eigenvectors of the matrix [[3, -1], [2, 0]]."
Tips & gotchas
- Ensure input data is in a valid numerical format for accurate computation.
- Some operations may be computationally intensive with large matrices; consider performance implications.
Tags
TrustedSkills Verification
Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.
Security Audits
| Gen Agent Trust Hub | Pass |
| Socket | Pass |
| Snyk | Pass |
🏢 Official
Published by the company or team that built the technology.