Skip to main content
在 Manus 中运行任何 Skill
一键导入
GitHub 仓库

.dotfiles

.dotfiles 收录了来自 alex-popov-tech 的 7 个 skills,并提供仓库级职业覆盖和站内 skill 详情页。

已收集 skills
7
Stars
93
更新
2026-06-18
Forks
2
职业覆盖
2 个职业分类 · 已分类 100%
仓库浏览

这个仓库中的 skills

skill-creator
其他计算机职业

Guide for creating effective skills. This skill should be used when users want to create a new skill (or update an existing skill) that extends Claude's capabilities with specialized knowledge, workflows, or tool integrations.

2026-06-18
nvim-documentation
软件开发工程师

Neovim built-in documentation reference for plugin development, Lua scripting, API usage, LSP, treesitter, diagnostics, autocommands, keymaps, options, UI, syntax/highlights, vimscript, terminal/jobs, filetypes, health checks, and news. Use when working on Neovim plugins, init.lua configuration, or any Lua code that interacts with Neovim APIs.

2026-04-12
eslint-detector
软件开发工程师

Detects ESLint configuration and available commands in a repository. Returns structured JSON output designed for consumption by the quality-gates-linter agent. Checks for ESLint config files, extracts lint commands from package.json, Makefile, and CLAUDE.md, and provides command sources for the agent to read directly.

2025-12-05
git-worktree-create
软件开发工程师

Create git worktrees in .worktrees/ for working on different branches without touching current working directory. Use this when the user needs to switch to another branch for quick fixes or temporary work while preserving uncommitted changes in their current worktree.

2025-12-05
git-worktree-remove
软件开发工程师

Remove git worktrees from .worktrees/ directory and clean up all traces. Use this when the user wants to delete a worktree they no longer need, with interactive selection if no worktree name is provided.

2025-12-05
prettier
软件开发工程师

Detects Prettier configuration and formats code. This skill should be used for final cosmetic formatting before commits, after all logic and type fixes have been verified. Returns structured JSON with detection and format results.

2025-12-05
typescript-detector
软件开发工程师

Detects TypeScript configuration and available compilation commands in a repository. Returns structured JSON output designed for consumption by the quality-gates-compilation agent. Checks for tsconfig.json, extracts compile commands from package.json, Makefile, and CLAUDE.md, and provides command sources for the agent to read directly.

2025-12-05