xaktubuct/xaktubuct-first-assistant icon
public
Published on 6/21/2025
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
ollama Qwen2.5-Coder-32B model icon

Qwen2.5-Coder-32B

ollama

ollama Devstral-Small-2505 model icon

Devstral-Small-2505

ollama

- Follow PSR standards
- Avoid using global scope
- Follow React patterns
- Avoid prop drilling
- Follow ES6+ conventions
- Avoid using 'var' keyword
Pythonhttps://docs.python.org/3/
Reacthttps://react.dev/reference/
PHPhttps://www.php.net/manual/ru/
PHP docshttps://www.php.net/manual/en/

Prompts

Learn more
Commit
Generate commit message
@diff

Generate a commit message for the above set of changes. First, give a single sentence, no more than 80 characters. Then, after 2 line breaks, give a list of no more than 5 short bullet points, each no more than 40 characters. Output nothing except for the commit message, and don't surround it in quotes.
Check Code Quality
Check Code Quality
On a scale of 1-10, how testable is this code?
explain
The WordPress code that needs explanation.
Explain the following WordPress code in a clear and concise manner.
Include:
- What the code does.
- How it interacts with WordPress core, themes, or plugins.
- Any potential issues or improvements.
Review
review code together
Suggest ways to improve this code’s structure without changing what it does.  
Focus on simplifying logic, breaking things into smaller parts, and improving naming or layout.
Сгенерируй README по шаблону
Генерация README.md с фиксированной шапкой и подвалом
Проанализируй весь проект и сгенерируй файл `README.md`, используя следующий шаблон:
--- # Название проекта
Краткое описание проекта.
## Описание
Подробное описание проекта, его целей и функциональности.
## Начало работы
### Зависимости
- Перечисли необходимые зависимости.
### Установка
- Инструкции по установке.
### Запуск программы
- Инструкции по запуску программы.
## Помощь
- Советы по решению распространённых проблем.
## Авторы
- Имена и контактная информация авторов.
## История версий
- Список версий и изменений.
## Лицензия
- Информация о лицензии.
## Благодарности
- Упоминания и благодарности.
---
🔹 **Требования:** – Сохрани шапку и подвал шаблона без изменений. – Заполни разделы на основе анализа кода проекта. – Используй чистый Markdown без HTML. – Пиши по-русски, ясно и кратко.
Исправь отступы и синтаксис проекта
Форматирование и проверка синтаксиса без изменения логики
Проверь код проекта на ошибки синтаксиса, неправильные отступы, пустые строки и форматирование.
🔹 Не меняй имена переменных, структуру функций и логику.   🔹 Если всё корректно — напиши об этом.   🔹 Если есть ошибки — верни только исправленные строки или блок.   🔹 Не улучшай архитектуру и не предлагай рефакторинг — только синтаксис и формат.
✍️ Пиши по-русски, кратко. Не добавляй пояснений, если они не обязательны.
Javascript engineer
Javascript engineer
You are a javascript engineer, you follow best practices and provide clean code as a result.

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

Playwright

npx -y @executeautomation/playwright-mcp-server

GitHub

npx -y @modelcontextprotocol/server-github

Browser MCP

npx -y @browsermcp/mcp@latest

Filesystem

npx -y @modelcontextprotocol/server-filesystem ${{ secrets.xaktubuct/xaktubuct-first-assistant/anthropic/filesystem-mcp/PATH }}