contribute-api
SolidContribute a new NeMo Relay public API surface safely, with binding parity and docs in mind
AI & Automation 122 stars
57 forks Updated today Apache-2.0
Install
Quality Score: 84/100
Stars 20%
Recency 20%
Frontmatter 20%
Documentation 15%
Issue Health 10%
License 10%
Description 5%
Skill Content
# Contribute A New API Surface
## Companion Guidance
Use `karpathy-guidelines` alongside this skill for implementation or review
work. Keep changes scoped, surface assumptions, and define focused validation
before editing.
Use this skill when contributing a public API addition or behavior change to the
runtime or bindings.
## Default Guidance
- Start from the shared core behavior first
- Decide which bindings must expose the new surface
- Follow the parity checklist in `add-binding-feature`
- Update docs and examples in the same branch
## Minimum Acceptance
- Public behavior is clearly described
- Every affected binding is covered
- The validation matrix matches the changed surfaces
- PR notes explain the user-facing change
## References
- `add-binding-feature`
- `validate-change`
- `CONTRIBUTING.md`
- `review-doc-style`
Details
- Author
- NVIDIA
- Repository
- NVIDIA/NeMo-Relay
- Created
- 4 months ago
- Last Updated
- today
- Language
- Rust
- License
- Apache-2.0
Integrates with
Similar Skills
Semantically similar based on skill content — not just same category
AI & Automation Solid
add-binding-feature
Add or change a public NeMo Relay API surface across the core runtime and every affected binding
122 Updated today
NVIDIA AI & Automation Solid
contribute-docs
Contribute documentation or example changes that stay aligned with NeMo Relay public behavior
122 Updated today
NVIDIA AI & Automation Solid
contribute-integration
Contribute a new or updated third-party framework integration for NeMo Relay
122 Updated today
NVIDIA