con un clic
neva
Use for Neva source or snippets: authoring, refactoring, debugging, or review.
Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.
Menú
Use for Neva source or snippets: authoring, refactoring, debugging, or review.
Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.
Basado en la clasificación ocupacional SOC
Use for Go changes in Neva: authoring, refactoring, debugging, or review.
Use for focused review of a Neva pull request, branch, diff, or patch.
Prepare a Neva GitHub release draft from merged PRs, previous release style, and local multi-platform artifacts. Use this for monthly release preparation in nevalang/neva.
A systematic approach to refactoring complex codebases.
Convert Neva programs to valid Mermaid flowchart diagrams. Use when asked to visualize Neva code as Mermaid.
Create a Discord-ready Neva release announcement from a GitHub release payload. Use for official Neva Discord release posts.
| name | neva |
| description | Use for Neva source or snippets: authoring, refactoring, debugging, or review. |
Use this skill for changes touching *.neva or Neva code snippets.
neva --help to list commands and global options.neva <command> --help before relying on a command's flags or argument
contract.go run ./cmd/neva --help or
go run ./cmd/neva <command> --help when a local binary is unavailable.neva doc [package/path] [.] <pattern> searches the bundled standard
library; use it to discover existing components before adding one.docs/user/style_guide.md before editing..neva files syntactically valid.internal/compiler/parser/neva.g4 and nearby
.neva examples before editing.