TTools 🛠

Tools 🛠

@vertools💻 Технологии🇬🇧 English📅 март 2026 г.
📊 Полная статистика📝 Все посты
##39#092#036#32#19
3
Подписчики
1
Ср. охват
33.3%
Вовлечённость
19
Постов
~2.6
В день

Графики

📊 Средний охват постов

📉 ERR % по дням

📋 Публикации по дням

📎 Типы контента

Лучшие публикации

19 из 19
Vvertools
vertools
23 мар., 13:33

Fabiano Dias set up a great obstacle avoidance system in Unreal Engine 5, making the character react to objects in the way. Get the files: https://80.lv/articles/smooth-obstacle-avoidance-system-set-up-in-unreal-engine

👁 1🎬 video
Vvertools
vertools
23 мар., 16:51

Claude dynamically allocates thinking based on the problem. Use it for architecture decisions, tricky debugging, multi-step reasoning, or anything where you want Claude to think before acting. You can also set effort permanently with /effort. For less complex tasks, lower effort levels keep things fast and cheap. Match the effort to the problem. There's no point burning thinking tokens on a variable rename. 8. Leverage skills for on-demand knowledge Skills are markdown files that extend Claude's...

👁 1
Vvertools
vertools
23 мар., 16:51

50 Claude Code Tips and Best Practices For Daily Use You've been using Claude Code long enough to know it works, and now you're hunting for every edge you can find. I put together 50 Claude Code best practices and tips that help whether you're one week in or several months deep, sourced from Anthropic's official docs, Boris Cherny (the person who built it), community experience, and a year of my own daily usage. 1. Set up the cc alias This is how I start every Claude Code session. Add this to yo...

👁 1
Vvertools
vertools
23 мар., 16:51

Use /btw for quick side questions /btw pops up an overlay for a quick question without entering your conversation history. I use it for clarifications about the current session: "Why did you choose this approach?" or "What's the tradeoff with the other option?" The answer shows in a dismissible overlay, your main context stays lean, and Claude keeps working. 15. Use --worktree for isolated parallel branches claude --worktree feature-auth creates an isolated working copy with a new branch. Claude...

👁 1
Vvertools
vertools
23 мар., 16:51

Tasks are session-scoped and expire after 3 days, so a forgotten loop won't run forever. Use /loop for monitoring deploys, watching CI pipelines, or polling an external service while you focus on something else. 23. Use voice dictation for richer prompts Run /voice to enable push-to-talk, then hold Space to dictate. Your speech transcribes live into the prompt, and you can mix voice and typing in the same message. Spoken prompts naturally include more context than typed ones because you explain ...

👁 1
Vvertools
vertools
23 мар., 16:51

claude/rules/ to organize instructions by topic. By default, every rule file loads at the start of each session. To make a rule load only when Claude works on specific files, add paths frontmatter: yaml --- paths: - "**/*.ts" --- # TypeScript conventions Prefer interfaces over types. This keeps your main CLAUDE.md lean. TypeScript rules load when Claude reads .ts files, Go rules when it reads .go files. Claude never wades through conventions for languages it isn't touching. 32. Use @imports to k...

👁 1
Vvertools
vertools
23 мар., 16:51

Block destructive commands with PreToolUse hooks Block rm -rf, drop table, and truncate patterns with a PreToolUse hook on Bash. Claude won't even try. The hook fires before Claude executes the tool, so destructive commands get caught before they cause damage. json { "hooks": { "PreToolUse": [ { "matcher": "Bash", "type": "command", "command": "if echo \\\\"$TOOL_INPUT\\\\" | grep -qE 'rm -rf|drop table|truncate'; then echo 'BLOCKED: destructive comma...

👁 1
Vvertools
vertools
23 мар., 16:51

Add a Stop hook that plays a system sound when Claude completes a response. Kick off a task, switch to something else, and hear a ping when it's done. json { "hooks": { "Stop": [ { "matcher": "", "hooks": [ { "type": "command", "command": "/usr/bin/afplay /System/Library/Sounds/Glass.aiff" } ] } ] } } 49. Fan-out with claude -p for batch operations Loop through a list of files with non-interactive mode. --allowedTools scopes what Claude can do per file. Run them in parallel with & for maximum th...

👁 1
Vvertools
vertools
25 мар., 06:34

⚙️ Если вы кодите с кодинг агентами, потестируйте пожалуйста спеку которую я собрал: https://github.com/DenisSergeevitch/repo-task-proof-loop (Спека - инструкции как кодинг агенту лучше работать с задачей) В issue можно отправить агента описать если что-то не работает *** – Собирал я ее на основе пейпера не про кодинг агента, а про то как агент становится «персональным» – в пейпере как раз про то, как убедится что агент правда делает то, что обещал, мне показалось это интересным подходом чтобы о...

👁 1
Vvertools
vertools
25 мар., 08:22

Check out this Blender add-on from PeakDreams Studio that allows for creating realistic stitches for modern and historical designs. The Stitch Generator features 50 seamless ornaments: https://80.lv/articles/get-this-stitch-generator-for-blender-with-50-seamless-ornaments

👁 1📷 photo

Типы хуков

Нейтральный14 | 1 просм.
Статистика4 | 1 просм.
Вопрос1 | 1 просм.

Длина постов

Очень длинные (1000+)8 | 1 просм.
Средние (200-500)7 | 1 просм.
Короткие (<200)4 | 1 просм.

Типы контента

📷
1
photo
1 просм.
📝
16
text
1 просм.
🎬
2
video
1 просм.
Tools 🛠 (@vertools) — Telegram-канал | PostSniper