$git clone https://github.com/scragz/korneliusKornelius is a Visual Studio Code extension for this vibe coding era designed to streamline AI prompt creation and context management.
| 1 | <img src="media/munky.png" width="200" height="200" alt="Munky playing guitar" /> |
| 2 | |
| 3 | # KoЯnelius |
| 4 | |
| 5 | Kornelius is a Visual Studio Code extension for this vibe coding era designed to streamline AI prompt creation and context management. |
| 6 | |
| 7 | ## Features |
| 8 | |
| 9 | - **Create Mode**: Guides users through a `REQUEST → SPEC → PLANNER → CODEGEN → REVIEW` process. |
| 10 | - **Debug Mode**: Implements an OODA `OBSERVE → ORIENT → DECIDE → ACT` loop for iterative debugging assistance. |
| 11 | - **Audit Mode**: Offers specialized prompts for comprehensive Security and Accessibility audits. |
| 12 | - **File Concatenation**: Easily include the content of selected files for contextual prompting. |
| 13 | - **Jina.ai Integration**: Optional capability to fetch markdown content using the Jina Reader API. |
| 14 | |
| 15 | ## Usage |
| 16 | |
| 17 | 1. Click the KoЯnelius icon in the activity bar. |
| 18 | 2. Select a workflow (Standard, Debug, Audit). |
| 19 | 3. Fill in the required details at each stage of the selected workflow. |
| 20 | 4. Generated prompts are automatically copied to the clipboard for use with your preferred AI tool. |
| 21 | |
| 22 | ## Extension Settings |
| 23 | |
| 24 | - `kornelius.enableJinaIntegration`: Enable/disable the Jina.ai integration |
| 25 | - `kornelius.jinaApiKey`: API key for Jina.ai integration (if enabled) |