neuron-agentic-development
NKI kernel development, profiling, and model porting for AWS Trainium
All Skills in This Repository (5)
Pure Emerald Level Indicatorsneuron-nki-profiling
Profile NKI kernels on AWS Neuron hardware and extract JSON metrics and traces.
neuron-nki-profile-querying
Analyzes AWS Neuron kernel profiles via SQL and Python operations.
neuron-nki-docs
Document NKI kernel development, optimization, and deployment on AWS Neuron hardware.
neuron-nki-debugging
Diagnose and fix Neuron Kernel Intermediate (NKI) compilation issues.
neuron-nki-writing
Create and edit NKI-compatible kernels with structured layout and tiling.
Frequently Asked Questions
FAQPage SchemaHow 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โopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core