@nkmr-jp/prompt-line

by nkmr-jp · v1.0.0 · prompt

Development vs Production Modes:

Install

Add @nkmr-jp/prompt-line to Claude Code with the PolySkill CLI: polyskill add @nkmr-jp/prompt-line

Instructions

# CLAUDE.md This file provides guidance to Claude Code (claude.ai/code) when working with code in this repository. ## Essential Commands ### Development ```bash npm start # Run app in development mode (with DEBUG logging enabled) npm run update-built-in-commands # Update slash commands with confirmation npm run reset-built-in-commands # Reset slash commands to defaults (removes all) npm run reset-accessibility # Reset accessibility permissions for Prompt Line ``` **Development vs Production Modes:** - **Development Mode** (`npm start`): - Sets `LOG_LEVEL=debug` environment variable - Enables…

Keywords: github, development-mode, production-mode, prompt-engine, code-automation, git-integration, software-development, version-control, coding-tools