1.2.2 • Published 2 years ago

cobalt-ai v1.2.2

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

CobaltAI cli generates instructions for a gpt/assistant that can help you with your codebase.

Your codebase-expert generator

šŸ‘‹ Made by mbezard at Bam

Install

$ npm install --global cobalt-ai
# or
$ yarn global add cobalt-ai

Usage

$ cobalt-ai --help

 Usage
	  $ cobalt-ai

	Options
		--openaiApiKey Your OpenAI API key
		--extraInstructions Extra instructions to pass to the codebase expert

	Examples
	  $ cobalt-ai --openaiApiKey='YOUR_API_KEY' --extraInstructions="Don't mention the project name"

Results

It generates the following files in the current directory:

ā”œā”€ā”€ instructions.md
└── knowledgeFiles
 Ā Ā  ā”œā”€ā”€ screenImplementations.md
 Ā Ā  └── testExamples.md
  • instructions.md contains the instructions for the codebase expert. Copy-paste this into your GPT/assistant ("Instructions" section).
  • knowledgeFiles/ contains the knowledge files for the codebase expert. Upload these files to your GPT/assistant ("Knowledge" section).

Roadmap (Your codebase might not be supported yet)

  • Feat: Works on React Native projects
  • Fix: The instructions are compatible with GPTs out-of-the-box
  • Feat: Add extra instructions
  • Feat: Works on other mobile projects
  • Feat: Works on web projects
  • Feat: Works on backend projects

Why Cobalt?

COde BAse Llm experT AI I was not able to find a good name for this project, so I just named it Cobalt.

1.2.2

2 years ago

1.2.1

2 years ago

1.2.0

2 years ago