aphrody-code

52 mods across 1 repository, 2 stars between them.

m15-anti-pattern

01

aphrody-code/bxc

Skill Claude CodeCodex

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…

2 yesterday A 101 tokens copy · 100% Apache-2.0

rust-async-patterns

02

aphrody-code/bxc

Skill Claude CodeCodex

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.

2 yesterday A 39 tokens copy · 91% Apache-2.0

rust-best-practices

03

aphrody-code/bxc

Skill Claude CodeCodex

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)…

2 yesterday A 91 tokens copy · 100% Apache-2.0

aphrody-code/bxc

Skill Claude CodeCodex

Generate a complete Rust Model Context Protocol server project with tools, prompts, resources, and tests using the official rmcp SDK.

2 yesterday A 30 tokens original Apache-2.0

rust-patterns

05

aphrody-code/bxc

Skill Claude CodeCodex

Idiomatic Rust patterns, ownership, error handling, traits, concurrency, and best practices for building safe, performant applications.

2 yesterday A 28 tokens copy · 100% Apache-2.0

rust-testing

06

aphrody-code/bxc

Skill Claude CodeCodex

Rust testing patterns including unit tests, integration tests, async testing, property-based testing, mocking, and coverage. Follows TDD methodology.

2 yesterday A 31 tokens copy · 100% Apache-2.0

bxc-scrape-debugger

07

aphrody-code/bxc

Agent Claude Code

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.

2 yesterday A 48 tokens original Apache-2.0

bxc-web-researcher

08

aphrody-code/bxc

Agent Claude Code

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…

2 yesterday A 125 tokens original Apache-2.0

rust-ffi-reviewer

09

aphrody-code/bxc

Agent Claude Code

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.

2 yesterday A 67 tokens original Apache-2.0

sync-claude

10

aphrody-code/bxc

Command Claude Code

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.

2 yesterday A 60 tokens original Apache-2.0

PreToolUse

11

aphrody-code/bxc

Hook Claude Code

Runs before the agent uses a tool for Read, Edit and Write tool calls, running an inline shell check. From aphrody-code/bxc.

2 yesterday A tokens not measured original Apache-2.0

PostToolUse

12

aphrody-code/bxc

Hook Claude Code

Runs after a tool call finishes for Edit and Write tool calls, running an inline shell check. From aphrody-code/bxc.

2 yesterday A tokens not measured original Apache-2.0

bxc

13

aphrody-code/bxc

Settings file Claude Code

Agent settings declaring 2 hook events (PreToolUse, PostToolUse).

2 yesterday A tokens not measured original Apache-2.0

scraper-recipe

14

aphrody-code/bxc

Skill Claude CodeCodex

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/.

2 yesterday A 66 tokens original Apache-2.0

bxc CLAUDE.md

15

aphrody-code/bxc

Instructions file

Instructions for aphrody-code/bxc, covering claude.md — bxc, objectif directeur (depuis 2026-08-27), rappels critiques, commandes essentielles and commandes des scrapers dédiés.

2 yesterday B 4,785 tokens original Apache-2.0

bxc GEMINI.md

16

aphrody-code/bxc

Instructions file Gemini CLI

Instructions for aphrody-code/bxc: This repository's operating guide is CLAUDE.md — read it first.

2 yesterday A 91 tokens original Apache-2.0

bxc

17

aphrody-code/bxc

Plugin Claude Code

Complete cross-platform Claude Code plugin for the bxc stack: Bun runtime + Rust FFI (DOM, lolhtml, X clients, algorithms), native keyless @aphrody/x X/Twitter client, keyless @aphrody/xai Grok client with deep native X tool calling, bxc-native-mcp server, monorepo scraper packages, stealth crawling, autopilot loops.

2 yesterday A tokens not measured original Apache-2.0

bxc-native-mcp

18

aphrody-code/bxc

MCP server Claude CodeCodexCursor +2

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 yesterday A tokens not measured original Apache-2.0

aphrody-code/bxc

Agent

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…

2 yesterday A 80 tokens original Apache-2.0

bxc-mcp-author

20

aphrody-code/bxc

Agent

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).

2 yesterday A 78 tokens original Apache-2.0

aphrody-code/bxc

Agent

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 +…

2 yesterday A 86 tokens original Apache-2.0

bxc-scraper-creator

22

aphrody-code/bxc

Agent

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…

2 yesterday A 80 tokens original Apache-2.0

bxc-verify-enforcer

23

aphrody-code/bxc

Agent

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.

2 yesterday A 67 tokens original Apache-2.0

aphrody-code/bxc

Agent

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…

2 yesterday A 69 tokens original Apache-2.0