ソース情報
- リポジトリ
- nevalang/neva
- ソースの最終更新活動
- 2026年7月16日 10:40
- 検出された SKILL.md の言語
- 英語
- スター
- 1,079
- フォーク
- 40
インストール方法
デフォルトでは、最初にソースを確認する Prompt が選択されています。直接コマンドに切り替えるか、ローカルコピーをダウンロードすることもできます。
ソースファイルを確認
インストールを決める前に、SKILL.md と SkillsMP に表示されている付属ファイルをお読みください。
メニュー
デフォルトでは、最初にソースを確認する Prompt が選択されています。直接コマンドに切り替えるか、ローカルコピーをダウンロードすることもできます。
インストールを決める前に、SKILL.md と SkillsMP に表示されている付属ファイルをお読みください。
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
直接コマンドでは確認用 Prompt が省略されます。実行前にソースを確認してください。
npx skills add https://github.com/nevalang/neva --skill goコマンドは1行のまま表示されます。コピー前に横へスクロールして全体を確認してください。
ローカルで確認しますか?SkillsMP が現在取得できるファイルをダウンロードできます。
Capture or triage small Neva repository and engineering-harness frictions without derailing feature work.
Use for Neva source or snippets: authoring, refactoring, debugging, or review.
Use for focused review of a Neva pull request, branch, diff, or patch.
SOC 職業分類に基づく
SKILL.md を表示中
| name | go |
| description | Use for Go changes in Neva: authoring, refactoring, debugging, or review. |
Use this skill for changes touching *.go. Read the matching developer
documentation named by AGENTS.md before editing.
.golangci.yml, go.mod, and existing
code patterns.go.mod as the version ceiling for Go features and stdlib APIs.gofmt on changed Go files.nolint directives. If suppression is
unavoidable, keep it narrowly scoped to the exact line/rule and add a short
justification.Makefile targets for standard checks when applicable._. Either return an error
(wrapping when useful) or handle it locally; do not report an error and then
continue as though it were handled.internal/runtime/funcs/**, follow
docs/developer/runtime-functions.md.