skill-neovim-implementation
Uses TDD and structured delegation to implement Neovim configuration changes.
Install
mkdir -p .claude/skills/skill-neovim-implementation && curl -L -o skill.zip "https://agentskills.codes/api/skills/download/5689" && unzip -o skill.zip -d .claude/skills/skill-neovim-implementation && rm skill.zipInstalls to .claude/skills/skill-neovim-implementation
Activation
This is the description your AI agent reads to decide when to run this skill — the better it matches your request, the more reliably it fires.
Implement Neovim configuration changes from plans. Invoke for neovim implementation tasks.Key capabilities
- →Validate task number and implementation plan existence
- →Update task status to 'implementing'
- →Prepare domain-specific context for Neovim implementation
- →Invoke a subagent for Neovim configuration changes
- →Parse subagent return metadata
- →Update task status and link artifacts post-execution
How it works
This skill validates inputs, updates task status, prepares a domain-specific context, and then delegates the Neovim implementation work to a subagent.
Inputs & outputs
When to use skill-neovim-implementation
- →Implement new Neovim plugin
- →Apply Lua configuration changes
- →Follow TDD for Neovim setup
About skill-neovim-implementation
Delegates implementation tasks to a subagent, ensuring changes follow Neovim Lua style guides and lazy.nvim specifications. It manages status tracking and metadata creation.
Implement Neovim plugins and configurations with TDD. Invoke for lua-language implementation tasks.
When not to use it
- →When the subagent returns a partial or failed status and the user expects the lead skill to complete the work
- →When editing Lua files directly after the subagent returns
- →When running `nvim --headless` for verification after the subagent returns
Limitations
- →The skill must not edit Lua files after the agent returns
- →The skill must not run `nvim --headless` after the agent returns
- →The skill must not analyze or grep source after the agent returns
How it compares
This skill acts as a wrapper, delegating Neovim implementation to a specialized subagent while managing pre- and post-execution tasks, unlike directly performing the implementation.
Compared to similar skills
skill-neovim-implementation side by side with the closest alternatives in the catalog.
| Skill | Installs | Updated | Safety | Difficulty |
|---|---|---|---|---|
| skill-neovim-implementation (this skill) | 1 | 2mo | No flags | Advanced |
| software-architecture | 333 | 6mo | No flags | Intermediate |
| oracle | 17 | 2mo | Review | Intermediate |
| clojure-write | 16 | 3mo | No flags | Intermediate |
Try saying
Example prompts that trigger this skill in your AI assistant.
More by benbrastmckie
View all by benbrastmckie →You might also like
software-architecture
davila7
Guide for quality focused software architecture. This skill should be used when users want to write code, design architecture, analyze code, in any case that relates to software development.
oracle
openclaw
Best practices for using the oracle CLI (prompt + file bundling, engines, sessions, and file attachment patterns).
clojure-write
metabase
Guide Clojure and ClojureScript development using REPL-driven workflow, coding conventions, and best practices. Use when writing, developing, or refactoring Clojure/ClojureScript code.
add-uint-support
pytorch
Add unsigned integer (uint) type support to PyTorch operators by updating AT_DISPATCH macros. Use when adding support for uint16, uint32, uint64 types to operators, kernels, or when user mentions enabling unsigned types, barebones unsigned types, or uint support.
cpp-pro
sickn33
Write idiomatic C++ code with modern features, RAII, smart pointers, and STL algorithms. Handles templates, move semantics, and performance optimization. Use PROACTIVELY for C++ refactoring, memory safety, or complex C++ patterns.
python-patterns
affaan-m
Pythonic 惯用法、PEP 8 标准、类型提示以及构建健壮、高效、可维护的 Python 应用程序的最佳实践。