adding-modules

Create new dotfiles module directories with README and install.sh templates.

29|1|Updated Jul 18, 2015
One-click install
npx skills add https://github.com/joshmanders/dotfiles --skill adding-modules
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: adding-modules
Source: https://github.com/joshmanders/dotfiles/tree/main/.claude/skills/adding-modules
Command: npx skills add https://github.com/joshmanders/dotfiles --skill adding-modules

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates the process of adding new modules, configs, or tools to dotfiles.

Core Features & Use Cases

  • Establish module directories with standardized README and install scripts.
  • Enforce a checklist for new modules, including installation, configuration, and documentation.
  • Provide templates and testing guidance to accelerate the integration of new modules.

Quick Start

Create a new modulename directory, add a README with its purpose, and supply an install.sh template to install the module.

Frequently Asked Questions about adding-modules

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate adding new modules to my dotfiles?▼

You can automate adding modules to dotfiles by creating a standardized directory structure that includes a README, an install.sh template, and configuration references. This ensures consistent structure and repeatable integration across all new additions.

What is the best way to keep dotfile module structures consistent?▼

The best way to keep dotfile module structures consistent is to enforce a standardized template workflow. This requires a README with the module's purpose, an optional install.sh template, and documentation updates for every new modulename directory created.

Can I use an installer template to scale my dotfiles configuration?▼

Yes, you can use an installer template like install.sh to scale your dotfiles configuration. It provides testing guidance and accelerates the integration of new modules, ensuring installation and configuration follow a repeatable checklist.

What should be included when creating a new dotfiles module directory?▼

When creating a new dotfiles module directory, you should include a README stating the module's purpose, an install.sh template for setup, and relevant configuration references. This enforces a checklist for installation and documentation updates.

Does adding a new dotfiles module require manual documentation updates?▼

Adding a new dotfiles module enforces documentation updates automatically as part of its standardized template workflow. By creating a modulename directory with a README and install.sh, you ensure documentation remains current without manual tracking.