@neuralempowerment/prompts

0.0.3 • Public • Published

NeuralE Prompts

Collection of prompts, standards and principles I want to reuse when developing code with LLMs.

Usage

npm install -g @neuralempowerment/prompts
neural-prompts init

Then in Cursor, you can @mention prompt-... to pull in these prompts easily.

Creating Prompts

The prompts in this package are meant to be super simple .txt files for easy cross platform usage.

Variables can be added by using brackets, ex: {promptVariable}. This is the standard intended on being used to allow for prompt templates. Functions can easily be created (in multiple languages) to pass an object and replace these variables.

Dependencies (0)

    Dev Dependencies (1)

    Package Sidebar

    Install

    npm i @neuralempowerment/prompts

    Weekly Downloads

    0

    Version

    0.0.3

    License

    GPL-3.0-or-later

    Unpacked Size

    47.2 kB

    Total Files

    10

    Last publish

    Collaborators

    • neuralempowerment