← All plugins
neural-network-builder
v1.20.0Build and configure neural network architectures
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/neural-network-builder/ inside the repository.
Layout
plugins/ai-ml/neural-network-builder/
├── .claude-plugin/plugin.json└── skills/building-neural-networks/SKILL.md
Skills1
building-neural-networksskills/building-neural-networks/SKILL.md
Execute this skill allows AI assistant to construct and configure neural network architectures using the neural-network-builder plugin. it should be used when the user requests the creation of a new neural network, modification of an existing one, or assistance... Use when appropriate context detected. Trigger with relevant phrases based on skill purpose.
Manifests1
plugins/ai-ml/neural-network-builder/.claude-plugin/plugin.json
{
"name": "neural-network-builder",
"version": "1.20.0",
"description": "Build and configure neural network architectures",
"author": {
"name": "Claude Code Plugins",
"email": "[email protected]"
},
"repository": "https://github.com/jeremylongshore/claude-code-plugins",
"license": "MIT",
"keywords": [
"neural-networks",
"deep-learning",
"architecture",
"pytorch",
"agent-skills"
]
}