一键导入
dotter-manager
Manage dotfiles using Dotter. Use for deploying configurations, adding new packages, debugging templates, and managing global/local configs.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Manage dotfiles using Dotter. Use for deploying configurations, adding new packages, debugging templates, and managing global/local configs.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
Generates a complete Dash Docset configuration for a given website URL. This includes website filters, download patterns, indexing JavaScript (supporting hierarchical naming and semantic entry types), and custom CSS for a clean native-app feel. Use when a user asks to "generate dash config", "build dash docset", or provides a documentation URL to be converted for Dash.
Guide for creating high-quality MCP (Model Context Protocol) servers that enable LLMs to interact with external services through well-designed tools. Use when building MCP servers to integrate external APIs or services, whether in Python (FastMCP) or Node/TypeScript (MCP SDK).
RFC (Request for Comments) specification writing with objective technical analysis. Use when creating technical specifications, design documents, or architecture proposals that require structured evaluation of options and trade-offs.
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.
基于 SOC 职业分类
| name | dotter-manager |
| description | Manage dotfiles using Dotter. Use for deploying configurations, adding new packages, debugging templates, and managing global/local configs. |
| disable-model-invocation | true |
This skill helps you manage the dotfiles repository using Dotter.
Always test with dry-run first.
# Preview changes
dotter deploy --dry-run
# Apply changes
dotter deploy -v
# Force apply (overwrite)
dotter deploy -f
mv ~/.config/app ./app.dotter/global.toml:
[app.files]
"app/config" = "~/.config/app/config"
dotter deploy --dry-runEdit .dotter/local.toml (do not commit this file):
packages = ["default", "app"] # Select active packages
[variables]
theme = "light" # Override global variables
See syntax.md for Handlebars and TOML reference.
For deep details, check docs/dotter-templates.md in the repo.
global.toml [variables] section or local.toml.-f to force overwrite if file exists.{{ or set type = "template" in toml.dotter deploy -vv for verbose logs.