aws-neuronaws-neuronOfficialยท5 Agent Skills Included

neuron-agentic-development

NKI kernel development, profiling, and model porting for AWS Trainium

Writes, debugs, and profiles NKI kernels on AWS Trainium and Inferentia hardware. Ports HuggingFace GPU models to NeuronX Distributed Inference and vLLM-Neuron with automated compilation, inference testing, and 95% token-match validation. Verifies functional equivalence between model implementations and analyzes kernel performance bottlenecks down to source lines.
npx skills add aws-neuron/neuron-agentic-development --all -g -y

All Skills in This Repository (5)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How to install neuron-agentic-development?โ–ผ

Run `npx skills add aws-neuron/neuron-agentic-development --all -g -y` in your terminal to install all skills globally.

How to port a HuggingFace model to AWS Trainium?โ–ผ

The neuron-framework-autoport skill handles the full workflow: architecture analysis, NeuronX implementation, compilation, inference testing, and accuracy validation with a 95% token-match gate.

How to profile NKI kernel performance?โ–ผ

The profiling skills capture execution traces with neuron-explorer, compute performance bounds, identify bottleneck engines, and localize inefficiencies to specific NKI source lines.

Does it work with Claude Code and Kiro?โ–ผ

Yes. The package includes deploy commands for both Claude and Kiro, and all skills follow the standard SKILL.md format compatible with major coding agents.

Do I need Trainium hardware to use these skills?โ–ผ

Profiling and on-device debugging require actual Trainium or Inferentia hardware, but kernel writing, documentation lookup, and dry-run porting analysis work without it.

Related Repositories in Software Engineering

View All in Software Engineeringโ†’