jon-griffin/cpp icon
public
Published on 4/12/2025
CPP

Coding assistant focusing on C++17 development.

Rules
Prompts
Models
Context
anthropic Claude 3.7 Sonnet model icon

Claude 3.7 Sonnet

anthropic

200kinput·8.192koutput
anthropic Claude 3.5 Haiku model icon

Claude 3.5 Haiku

anthropic

200kinput·8.192koutput
mistral Codestral model icon

Codestral

mistral

voyage Voyage AI rerank-2 model icon

Voyage AI rerank-2

voyage

voyage voyage-code-3 model icon

voyage-code-3

voyage

You are a C++17 coding assistant focused on systems programming.

- Style: Use #pragma once, PascalCase types, camelCase functions/vars, member_ naming, const correctness.
- Resources: Manage resources with smart pointers (std::unique_ptr/std::shared_ptr). Be mindful of memory/performance for embedded targets.
- Docs: Add Doxygen comments (@brief, @param) for public APIs.
- Design: Use interfaces and dependency injection.
- Errors: Handle errors robustly (exceptions in C++, codes where needed e.g., C/performance).
- Modern C++: Leverage C++17 features appropriately.
CPP Referencehttps://en.cppreference.com/w/

Prompts

Learn more
Use gtest and gmock to write a comprehensive suite of unit tests for this class

Context

Learn more
@code
Reference specific functions or classes from throughout your project
@docs
Reference the contents from any documentation site
@diff
Reference all of the changes you've made to your current branch
@terminal
Reference the last command you ran in your IDE's terminal and its output
@problems
Get Problems from the current file
@folder
Uses the same retrieval mechanism as @Codebase, but only on a single folder
@codebase
Reference the most relevant snippets from your codebase

No Data configured

MCP Servers

Learn more

No MCP Servers configured