← All plugins
regression-analysis-tool
v1.22.0Regression analysis and modeling
Claude Code1 skill
by Claude Code PluginsMIT2.6kupdated 10 hours ago
Source
git clone https://github.com/jeremylongshore/claude-code-plugins-plus-skillsClone the source, then follow the repository's marketplace instructions for your runtime. The plugin root is plugins/ai-ml/regression-analysis-tool/ inside the repository.
Layout
plugins/ai-ml/regression-analysis-tool/
├── .claude-plugin/plugin.json└── skills/performing-regression-analysis/SKILL.md
Skills1
performing-regression-analysisskills/performing-regression-analysis/SKILL.md
Execute this skill empowers AI assistant to perform regression analysis and modeling using the regression-analysis-tool plugin. it analyzes datasets, generates appropriate regression models (linear, polynomial, etc.), validates the models, and provides performa... Use when analyzing code or data. Trigger with phrases like 'analyze', 'review', or 'examine'.
Manifests1
plugins/ai-ml/regression-analysis-tool/.claude-plugin/plugin.json
{
"name": "regression-analysis-tool",
"version": "1.22.0",
"description": "Regression analysis and modeling",
"author": {
"name": "Claude Code Plugins",
"email": "[email protected]"
},
"repository": "https://github.com/jeremylongshore/claude-code-plugins",
"license": "MIT",
"keywords": [
"regression",
"prediction",
"linear",
"polynomial",
"agent-skills"
]
}