Agent Skills for MindSpore deep learning framework development including CPU/GPU/NPU operator building, testing, optimization, and model migration from PyTorch/HuggingFace
npx claudepluginhub mindspore-lab/mindspore-skills --plugin mscodeDiagnose a training failure, accuracy problem, or performance bottleneck by routing to the right specialist skill in diagnose mode
Diagnose and fix a training failure, accuracy problem, or performance bottleneck by routing to the right specialist skill in fix mode
Integrate algorithm features or operators into an existing model codebase
Route to MindSpore migration tools (HF models, third-party repos)
Check whether the local workspace is ready to train or run inference
Diagnose accuracy regressions, numerical drift, wrong-result issues, and cross-platform mismatch after successful execution by analyzing the symptom, validating consistency across data, config, model, checkpoint, and runtime, preserving a reusable snapshot, and emitting an actionable report.
Adapt a paper feature, released reference implementation, or user-described algorithm change such as manifold-constrained hyper-connections (mHC) or Attention Residuals (AttnRes) into an existing model codebase, generate the minimal patch, and hand the updated workspace to readiness validation.
Auto-invoked when users ask mindspore api questions. such as mint.*, tensor.*, forward, backward, cpu/gpu/npu.
Diagnose training and runtime failures across MindSpore and PTA (PyTorch + torch_npu) by analyzing failure evidence, validating the most likely root causes, preserving a reusable diagnosis snapshot, and emitting an actionable report.
Migrate model implementations into the MindSpore ecosystem by first analyzing the source model or repo, then selecting the correct migration route, building the migration, and verifying the result. Use this as the top-level migration entry instead of asking users to choose `hf-transformers`, `hf-diffusers`, or generic PyTorch migration paths up front.
Build framework operators through one of two implementation methods: custom-access integration that avoids changing framework source, or native-framework integration that routes into the concrete framework workflow, verifies the result, and delivers the expected artifact.
Diagnose throughput, latency, memory, utilization, dataloader, and communication bottlenecks after a MindSpore or torch_npu workload already runs by analyzing performance evidence, validating the most likely bottlenecks, preserving a reusable snapshot, and emitting an actionable report.
Check whether a local single-machine workspace is ready to train or run inference, explain what is missing, emit a readiness report, and optionally apply safe user-space fixes. Use for pre-run workspace readiness checks, training or inference preflight, missing-item analysis, runtime_smoke-based readiness certification, or safe environment remediation before execution.
Comprehensive skill pack with 66 specialized skills for full-stack developers: 12 language experts (Python, TypeScript, Go, Rust, C++, Swift, Kotlin, C#, PHP, Java, SQL, JavaScript), 10 backend frameworks, 6 frontend/mobile, plus infrastructure, DevOps, security, and testing. Features progressive disclosure architecture for 50% faster loading.
Complete collection of battle-tested Claude Code configs from an Anthropic hackathon winner - agents, skills, hooks, rules, and legacy command shims evolved over 10+ months of intensive daily use
20 modular skills for idiomatic Go — each under 225 lines, backed by 48 reference files, 8 automation scripts (all with --json, --limit, --force), and 4 asset templates. Covers error handling, naming, testing, concurrency, interfaces, generics, documentation, logging, performance, and more. Activates automatically with progressive disclosure and conditional cross-references.
Access thousands of AI prompts and skills directly in your AI coding assistant. Search prompts, discover skills, save your own, and improve prompts with AI.
Tools to maintain and improve CLAUDE.md files - audit quality, capture session learnings, and keep project memory current.
Comprehensive toolkit for developing Claude Code plugins. Includes 7 expert skills covering hooks, MCP integration, commands, agents, and best practices. AI-assisted plugin creation and validation.