📄 skillActiveExperimentalmedium

goose.nvim

by azorng

seamless neovim integration with goose - work with a powerful AI agent without leaving your editor

Supported Platforms

🔧 Generic

Stars

310

Skill Type

📖 Library & API Reference

Quality Score

55/200

License

Apache-2.0

Forks

12

Last Updated

Jun 11, 2026

Discovered

Apr 20, 2026

Validation

Passed

github.com/azorng/goose.nvim

Quality Breakdown

55/ 200

Content Signals

â—‹Gotchas/Edge Cases+40
â—‹Progressive Disclosure+30
â—‹Trigger Description+20
â—‹Verification/Safety+20
✓Code Examples+15
â—‹Composability+15

Repo Health

✓Recent Activity+15
â—‹Scripts/Automation+10
✓Real Usage (Issues)+10
✓Single Responsibility+10
â—‹Config/Persistence+10
✓Install Instructions+5

Multi-platform bonus: +5 pts if tool supports 2+ platforms. Score derived from 12 structural signals — not stars or popularity.

Trust & Verification

medium

Requires extended permissions (shell access, subagents). Review before use.

Active

Updated within the last 90 days. Actively maintained.

Unverified skill. Always review source code before installing any skill from an unknown author.

Risk Assessment

  • Integrates with external AI agent (goose CLI) requiring system execution and inter-process communication
  • Executes shell commands via job/process management (lua/goose/job.lua) to interact with external goose CLI
  • Reads and sends editor context (file contents, selections) to external AI system
  • Persistent session state management with workspace-tied data storage
  • Multiple plugin dependencies (plenary.nvim, render-markdown.nvim) expand attack surface