Use when reviewing code for anti-patterns. Keywords: anti-pattern, common mistake, pitfall, code smell, bad practice, code review, is this an anti-pattern, better way to do this, common mistake to avoid, why is this bad, idiomatic way, beginner mistake, fighting borrow checker, clone everywhere, unwrap in production…
Master Rust async programming with Tokio, async traits, error handling, and concurrent patterns. Use when building async Rust applications, implementing concurrent systems, or debugging async code.
Guide for writing idiomatic Rust code based on Apollo GraphQL's best practices handbook. Use this skill when: (1) writing new Rust code or functions, (2) reviewing or refactoring existing Rust code, (3) deciding between borrowing vs cloning or ownership patterns, (4) implementing error handling with Result types, (5)…
Use when a Bxc scraper fails, gets blocked (403/429/captcha), or returns empty/wrong data. Inspects HTML / headers / console dumps and proposes the next profile escalation step.
Use proactively for any task needing fresh web data — answering a question from live sources, multi-source research, scraping a page/site, extracting structured data, monitoring a SERP, or checking what a URL actually contains. Drives the bxc CLI (search/scrape/recon/detect/mirror) end-to-end and returns a sourced…
Use proactively when Rust bridge (rust-bridge/, src/rust/), Zig DOM bridge (src/zig-bridge/), or generic FFI loader code is added or modified. Audits memory safety, async correctness, lifetime invariants, and the Bun native boundary.
Audite et met à jour TOUS les CLAUDE.md du repo selon les recommandations officielles Anthropic. Détecte les divergences avec l'état réel du projet (commands obsolètes, fichiers déplacés, sections manquantes, doublons) et applique des fixes ciblés.
Génère un scraper Bxc complet (profil choisi + extraction typée Zod + sortie JSONL). À utiliser quand l'utilisateur demande "scrape X", "extract Y from URL Z", ou veut un nouveau scraper one-shot dans examples/ ou un sub-package dans packages/.
MCP server "bxc-native-mcp" as configured in aphrody-code/bxc. Runs ${CLAUDE_PROJECT_ROOT}/dist/standalone/bxc-mcp with node. Needs 1 environment variable to run.
2 yesterdayA
tokens not measured
originalApache-2.0
Cross-platform builder and packager for bxc-like projects (Bun + Rust FFI). Handles Linux (.so + x64), macOS (.dylib + universal), Windows ( .dll + .exe via msvc), standalone compilation with bun build --compile, MCP binary distribution, and CI-friendly build matrices. Ensures ${CLAUDEPLUGINROOT} and runtime detection…
Author of bxc-style MCP servers. Expert at extending bxc-native-mcp (src/mcp/server.ts), using registerTool + Zod schemas, version const, build to dist/standalone/bxc-mcp, Gemini manifest, Claude /.claude.json wiring, and exposing new tools from the bxc packages (x, xai, scrapers, rust FFI results).
Expert autonomous Rust FFI engineer for bxc-style cdylibs and Bun interop. Specializes in safe extern "C" boundaries, workspace rusqlite constraints, tokio blocking for async FFI, lolhtml / html5ever usage, x-algorithm ports, cross-platform cdylib builds (.so/.dylib/.dll), and reviews against rust-best-practices +…
Creator of new bxc-style scraper packages. Knows the monorepo layout under packages/, CLI registration pattern, profile mapping, test scoping, publishing as @aphrody/ on GitHub Packages, and how to make a new scraper (e.g. for a new site or API) follow the same quality and integration as fut, voiranime, xcom, zukan…
Guardian of bxc quality rules. Enforces scoped testing (bun test test/ packages/ src/), bxc naming for all new identifiers/binaries/docs, no touches to vendor/, proper use of ${CLAUDEPLUGINROOT} in plugin code, and cross-platform build hygiene. Runs before commits or during autopilot cycles.
Architect for the deep synergy between native X client and Grok/xAI high-level client. Designs XTools, tool defs, full executeToolCalls loops, streaming with tool deltas, local ranking integration, injectable mocks for tests, and production agent patterns (grok-x-agent.ts style) that are zero-key and fully…