Skip to main content
Manus에서 모든 스킬 실행
원클릭으로
GitHub 저장소

agentic.nvim

agentic.nvim에는 carlos-algms에서 수집한 skills 9개가 있으며, 저장소 수준 직업 범위와 사이트 내 skill 상세 페이지를 제공합니다.

수집된 skills
9
Stars
553
업데이트
2026-07-09
Forks
51
직업 범위
직업 카테고리 2개 · 100% 분류됨
저장소 탐색

이 저장소의 skills

agentic-testing
소프트웨어 품질 보증 분석가·테스터

MANDATORY before creating, editing, or reviewing tests in agentic.nvim, and before behavior changes that require TDD. Covers mini.test workflow, red/green rules, commands, mark-count checks, and which test references to load.

2026-07-09
agentic-lua-class
소프트웨어 개발자

MANDATORY before writing or editing ANY .lua file in this repo - classes, methods, fields, functions, or LuaCATS annotations. Holds the project's enforced Lua style: class pattern, visibility prefixes (_private, __protected), and optional-type syntax. Skipping it produces luals/selene failures at make validate. Load it before the first edit, not after.

2026-06-28
agentic-acp-protocol-flow
소프트웨어 개발자

MANDATORY before editing ACPClient, ACPTransport, AgentInstance, ACP provider flow, tool-call parsing, permission requests, provider switch, reconnect, or ACP subprocess lifecycle in agentic.nvim.

2026-06-11
agentic-acp-docs-and-schema
소프트웨어 개발자

Use when ACP schema is necessary to clarify the work or when the user asks for ACP data, rules, events, or documentation

2026-06-07
agentic-github-discussion
소프트웨어 개발자

Use when creating, listing, or managing GitHub discussions in carlos-algms/agentic.nvim repository

2026-06-07
agentic-neovim-documentation
소프트웨어 개발자

Use when neovim documentation is needed for the current task or the user asks for specific neovim features or neovim lua apis. It gives instructions on how to read current Neovim's documentation locally and offline, and also how to read online if it fails

2026-06-07
agentic-runtime-safety
소프트웨어 개발자

MANDATORY before editing runtime Lua under lua/agentic, except pure tests or docs. Covers multi-tab safety, public API session resolution, scoped Neovim state, buffer/window/keymap isolation, and scheduled callback rules.

2026-06-07
agentic-ui-message-writer
소프트웨어 개발자

MANDATORY before editing MessageWriter, PermissionManager, tool-call block rendering, sender headers, thinking blocks, auto-scroll, folds, status rows, permission buttons, or chat-buffer tool-call tests.

2026-06-07
agentic-vimdoc
소프트웨어 개발자

Use when writing or updating agentic.nvim vimdoc (doc/agentic.txt), or after changing init.lua, config_default.lua, theme.lua, or README install/keymaps - those edits require a matching vimdoc update. Covers the sync table, format rules, and the helptags regeneration command.

2026-06-07