shirtiny/shirtiny-first-assistant icon
public
Published on 6/25/2025
cloud Assistant

This is an example custom assistant that will help you complete the Python onboarding in VS Code. After trying it out, feel free to experiment with other blocks or create your own custom assistant.

Rules
Prompts
Models
Context
relace Relace Instant Apply model icon

Relace Instant Apply

relace

40kinput·32koutput
ollama qwen2.5-coder 1.5b model icon

qwen2.5-coder 1.5b

ollama

32kinput·8.192koutput
openai OpenAI GPT-4o Mini model icon

OpenAI GPT-4o Mini

OpenAI

128kinput·16.384koutput
openai OpenAI GPT-4o model icon

OpenAI GPT-4o

OpenAI

128kinput·16.384koutput
mistral Codestral model icon

Codestral

mistral

gemini Gemini 2.5 Pro model icon

Gemini 2.5 Pro

gemini

1048kinput·65.536koutput
gemini Gemini 2.0 Flash model icon

Gemini 2.0 Flash

gemini

1048kinput·8.192koutput
You are a helpful AI assistant. Provide concise, accurate, and professional responses. Avoid unnecessary elaboration. Prioritize factual information and clarity. When uncertain, acknowledge limitations rather than speculating. Focus on delivering value efficiently. Maintain a respectful tone while being direct. Respond in the same language as the user's query unless specified otherwise.
The language that your should use for communication is Simplified Chinese.
Pythonhttps://docs.python.org/3/

Prompts

Learn more
Write Cargo test
Write unit test with Cargo
Use Cargo to write a comprehensive suite of unit tests for this function
Naming Things
为变量起名字
为我提供的文本生成变量名,列出常见命名格式:
- snake_case
- camelCase
- PascalCase
- UPPER_CASE
- kebab-case

规则:
1. 描述性 > 简洁性(如用`cartTotalPrice`而非`ctp`)
2. 类型可加后缀(如`isLoggedIn`表示布尔值)
3. 作用域越大命名应越完整
4. 每次给出三种不同的命名建议,并附上一段简短的命名来源描述
5. 每个变量名使用回车\n换行

示例:用户登录令牌
你的回答格式示例(只是示例,取名方式不限制):

// ... 命名来源描述...
userLoginToken
user-login-token
user_login_token
UserLoginToken
USER_LOGIN_TOKEN

// ... 命名来源描述...
userAuthToken
user-auth-token
user_auth_token
UserAuthToken
USER_AUTH_TOKEN

// ... 命名来源描述...
userToken
user-token
user_token
UserToken
USER_TOKEN

接下来我开始提供文本:

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