📄 skillActiveExperimentalmedium
goose.nvim
by azorng
seamless neovim integration with goose - work with a powerful AI agent without leaving your editor
Supported Platforms
🔧 Generic
Quality Breakdown
55/ 200
Content Signals
Repo Health
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.
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