config-pattern

Community

Streamline adding config parameters across stack.

Authorwant2bet
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This Skill automates the repetitive pattern of adding configuration parameters across BobTheSkull’s configuration stack (BobConfig.py, config_manager.py, HTML templates, JS), reducing errors and saving time.

Core Features & Use Cases

  • Full-stack pattern: Defines a 6+ step pattern spanning code, backend, UI, and JS.
  • Consistent parameter definitions: Ensures type hints, defaults, and ranges are uniform.
  • UI & Backend Synchronization: Keeps web UI, config manager, and code in sync for new parameters.

Quick Start

  • Follow the 6-step pattern to introduce a new parameter: add to BobConfig.py, update GET and SAVE methods, update HTML templates, and adjust JS populate/submit logic.

Dependency Matrix

Required Modules

None required

Components

referencesscripts

đź’» Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: config-pattern
Download link: https://github.com/want2bet/BobTheSkull5/archive/main.zip#config-pattern

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository