📄 skillStaleExperimentalmedium

goose.nvim

by azorng

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

Supported Platforms

🔧 Generic

Stars

311

Skill Type

📖 Library & API Reference

Quality Score

55/200

License

Apache-2.0

Forks

12

Last Updated

Jul 24, 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.

Stale

No commits in 90-365 days and no tagged releases.

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

Related guides