ad-spend-optimizer
Analyze paid advertising performance across channels and recommend budget reallocation to maximize ROAS and minimize CAC. Use when: planning quarterly ad…
Process large codebases (>100 files) using the Recursive Language Model pattern. Orchestrates parallel sub-agents to map-reduce across files without context rot. Use when: analyzing large repositories; auditing security or auth across many files; finding patterns across 50+
$ npx -y skills add guia-matthieu/clawfu-skills --skill rlm --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/rlmContext preview
The summary Claude sees to decide when to auto-load this skill.
Process large codebases (>100 files) using the Recursive Language Model pattern. Orchestrates parallel sub-agents to map-reduce across files without context rot. Use when: analyzing large repositories; auditing security or auth across many files; finding patterns across 50+
name: rlm description: "Process large codebases (>100 files) using the Recursive Language Model pattern. Orchestrates parallel sub-agents to map-reduce across files without context rot. Use when: analyzing large repositories; auditing security or auth across many files; finding patterns across 50+ files; processing large log files or data dumps" license: MIT metadata: author: ClawFu version: 2.1.0 mcp-server: "@clawfu/mcp-skills"
**"Context is an external resource, not a local variable."**
You are the **Root Node**. Your job is NOT to read code directly, but to orchestrate sub-agents that read code for you.
Identify relevant files without loading them into context.
# Find candidate files grep -rl "pattern" src/ --include="*.ts" find . -name "*.py" -newer last_check
Split work into atomic units, spawn parallel agents.
Example spawn:
Agent 1: "Read src/api/routes.ts. List all endpoints with their auth decorators." Agent 2: "Read src/api/users.ts. List all endpoints with their auth decorators." ...
Collect all agent outputs, find patterns, compile into a coherent answer.
If incomplete, recurse: run a second RLM pass on the specific gaps.
1. **NEVER** read more than 3-5 files into your main context 2. **ALWAYS** use parallel agents when file count > 5 3. **Write Python scripts** for state tracking across 50+ files — let the script scan and summarize 4. If parallel agents are unavailable, fall back to iterative Python scripting
**Wrong** (monolithic): Read each file sequentially → context fills up, reasoning degrades.
**RLM Way**: 1. `grep -l "@Controller" src/**/*.ts` → 20 files 2. Spawn 20 agents, each extracts endpoints + auth status 3. Collect outputs, compile table, identify missing auth
Return a structured summary:
**Excels for:** Codebases >100 files, cross-file pattern search, audit tasks, large file analysis.
**Not ideal for:** Small projects (<50 files), single file analysis, file modification tasks.
175 expert marketing methodologies for AI agents. Free. Open source. MIT licensed. Dunford on positioning. Schwartz on copywriting. Cialdini on persuasion. Ogilvy on advertising. Hormozi on offers. Voss on negotiation.
Repo: guia-matthieu/clawfu-skills
Analyze paid advertising performance across channels and recommend budget reallocation to maximize ROAS and minimize CAC. Use when: planning quarterly ad…
Build profitable Google Ads campaigns by applying Perry Marshall's 80/20 principles to paid search optimization Use when: **Setting up a new Google Ads…
Apply 2026's top graphic design trends to any creative brief. Based on Kittl × Savee's 2026 Design Trends Report (10 trends + 2 honorable mentions), backed by…
Transformez une image 2D en modèle 3D animé prêt pour le web ou le jeu en moins de 30 minutes, en utilisant le workflow Dilum Sanjaya (Hunyuan3D + Mixamo). Use…
Art direction framework for generating warm minimalist photography via AI image generators (Flux, Midjourney, DALL-E). Separates compositional minimalism from…
Visual design direction framework organized by emotional intent (Warm/Cold x Active/Calm). The first design reference system that categorizes sites by what…