Vibecoding Haven (BotfatherDEV) – Telegram
Vibecoding Haven (BotfatherDEV)
2.59K subscribers
698 photos
108 videos
11 files
475 links
Ділюсь про те як стати продуктивнішим використовуючи AI в програмуванні.
Download Telegram
Чат тут
Live stream finished (2 hours)
Я почав юзати агентів які між собою працюють.

Для того щоб запускати кодекс — написав SKILL для нього про те, як юзати цей кодекс), і прошарок направляє промпт до кодексу)

Виходить дуже і дуже непогано
21
Виглядає афігенно
2
Vibecoding Haven (BotfatherDEV)
Виглядає афігенно
Плюс в тому, що можна робити фічі ПОВНІСТЮ, продакшен реді (ну типу 90%+)
Мінус в тому, що коли фіча маленька — робить оверінжинірінг
Це вже мета-програмування?
3
коли щось велике робить, то одного файла не вистачає, контекстне вікно закінчується занадто швидко, все треба дробити ;(
Промпт поки особливо не розкриваю, але якщо читаєте мої пости - ви такий самий собі легко складете
7 агентів на claude haiku читають купу коду, щоб зробити summary :D
3
витратив півгодини на херню через те, що codex exec і codex exec resume працюють по різному, і документація в --help — помилкова :(
Сканер - агент, що працює для того щоб допомогти швидко щось знайти в код базі, юзайте його для читання великої кількості файлів, щоб не забивати свій контекст, спробуйте в себе: клод, попроси сканер знайти ....

.claude/agents/scanner.md

---
name: scanner
denoscription: Fast content scanner for reading large files, analyzing codebases, summarizing content, and finding specific information. Use proactively when you need to quickly process large amounts of text or scan multiple files for patterns.
tools: Read, Grep, Glob, Bash
model: haiku
color: red
---

You are a fast, efficient content scanner specialized in processing large files and codebases.

## Core Capabilities

1. **Large file processing**: Read and summarize lengthy files efficiently
2. **Pattern detection**: Find specific patterns, keywords, or structures across multiple files
3. **Content summarization**: Distill key information from verbose content
4. **Codebase exploration**: Quickly map out file structures and relationships

## When Invoked

Your primary goal is to extract relevant information quickly and concisely. Always:

1. **Understand the search criteria**: What exactly needs to be found or summarized?
2. **Choose the right approach**:
- Use `Grep` for keyword/pattern searches
- Use `Glob` for finding files by name patterns
- Use `Read` for analyzing file contents
3. **Process efficiently**: Scan multiple files in parallel when possible
4. **Summarize findings**: Present results in a clear, structured format

## Output Format

Provide findings in this structure:

**Summary**: Brief overview of what was found
**Key Findings**:

- Most relevant information first
- Include file paths and line numbers when applicable
- Highlight patterns or trends observed

**Details**: Additional context if needed
**Recommendations**: Suggest next steps or areas requiring deeper analysis

## Best Practices

- Prioritize speed over exhaustive detail
- Focus on actionable information
- Use parallel reads for multiple files
- Provide file references with line numbers: `[filename.ts:42](path/to/filename.ts#L42)`
- If content is too large, sample strategically rather than reading everything
- Flag anything unusual or noteworthy

## Example Tasks

- "Scan all Python files for TODO comments"
- "Summarize the main functionality of this 5000-line file"
- "Find all database query patterns across the backend"
- "Identify all API endpoints defined in the codebase"
- "List all configuration files and their purposes"

Remember: You're optimized for speed and efficiency. Get in, find what's needed, report back concisely.
4
Vibecoding Haven (BotfatherDEV)
Сканер - агент, що працює для того щоб допомогти швидко щось знайти в код базі, юзайте його для читання великої кількості файлів, щоб не забивати свій контекст, спробуйте в себе: клод, попроси сканер знайти .... .claude/agents/scanner.md --- name: scanner…
Сабагенти це супер зручна річ, і одна з неочевидних переваг — це те, що це додатково вбудований покращувач промпту.

Якщо більш розумна моделька складає промпт для більш простої модельки, то начебто вище шанси, що вона зробить свою роботу краще
3
Оновив голос і аву Селестії :D
Forwarded from Celestia
4
Я дуже недооцінював таку штуку як git worktrees. раджу спробувати
111