add-plugin

Generate Day Night Cycle plugin code and register it in plugins/plugin.go.

Updated Jan 6, 2026
One-click install
npx skills add https://github.com/brittonhayes/day-night-cycle --skill add-plugin
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: add-plugin
Source: https://github.com/brittonhayes/day-night-cycle/tree/main/.claude/skills/add-plugin
Command: npx skills add https://github.com/brittonhayes/day-night-cycle --skill add-plugin

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill accelerates Day Night Cycle automation by automatically researching target applications, generating boilerplate plugin code, and updating the plugin registry. It saves time and reduces boilerplate, enabling you to expand theme support with confidence.

Core Features & Use Cases

  • Research Phase: Finds official documentation on how the target app handles theme switching and identifies configuration points.
  • Code Generation: Creates a new plugin file in the plugins/ directory and registers it in plugins/plugin.go.
  • Configuration Guidance: Provides configuration examples for enabling the new plugin in config.yaml.
  • Documentation: Produces concise docs and usage notes to help you test and extend the plugin.
  • Use Case: When you want to add support for a new app (e.g., VS Code or Kitty), the skill generates the scaffold and config ready for testing.

Quick Start

Ask Claude Code to add a plugin for a target app, for example: "Add a plugin for Visual Studio Code." The skill will create the plugin, wire it into the registry, and supply a ready-to-use config example.