0xranx

51 mods across 3 repositories, 1.1k stars between them.

0xranx/OpenContext

Instructions file CodexOpenCode

Instructions for 0xranx/OpenContext, covering repository guidelines, project structure & module organization, build, test, and development commands, coding style & naming conventions and testing guidelines.

754 2mo ago A 1,022 tokens original MIT

0xranx/golembot

Cursor rule Cursor

GolemBot architecture hard constraints — must check before modifying any src/ code.

318 13d ago A 0 tokens original MIT

engine-internals

03

0xranx/golembot

Cursor rule Cursor

Coding Agent engine implementation details (Cursor + Claude Code) — reference when modifying engine.ts or debugging Agent behavior.

318 13d ago A 0 tokens original MIT

testing-conventions

04

0xranx/golembot

Cursor rule Cursor

Testing conventions — must reference when modifying src/ code or tests.

318 13d ago A 0 tokens original MIT

golembot AGENTS.md

05

0xranx/golembot

Instructions file CodexOpenCode

Instructions for 0xranx/golembot, covering assistant context, installed skills, directory structure and conventions.

318 13d ago A 522 tokens original MIT

golembot CLAUDE.md

06

0xranx/golembot

Instructions file

Instructions for 0xranx/golembot, covering golembot — project conventions for claude code, architecture hard constraints, things you must never do, interface change rules and file responsibility boundaries.

318 13d ago A 1,141 tokens original MIT

researcher

07

0xranx/golembot

Skill Claude CodeCodex

Research analyst in a multi-bot group chat — synthesizes background information, fact-checks claims, identifies knowledge gaps, and suggests next steps. Use when the conversation needs context, a factual claim needs verification, someone asks for background research, or a discussion lacks supporting evidence.

318 13d ago A 58 tokens original MIT

coder

08

0xranx/golembot

Skill Claude CodeCodex

Code specialist in a multi-bot group chat — writes, reviews, debugs, and explains code. Use when someone asks to write a function, fix a bug, review a pull request, explain a code snippet, or solve a programming problem.

318 13d ago A 52 tokens original MIT

escalation

09

0xranx/golembot

Skill Claude CodeCodex

Escalate unresolvable or sensitive requests to a human agent by recording an escalation entry. Use when the user asks to speak to a human, the bot cannot answer confidently, the request involves financial, legal, or security concerns, a safety issue is detected, or the user is frustrated after repeated failures.

318 13d ago A 66 tokens original MIT

general

10

0xranx/golembot

Skill Claude CodeCodex

Handle everyday conversation, answer questions, manage files, take notes, run scripts, and maintain persistent memory across sessions. Use when the user asks a general question, requests file operations, wants to brainstorm ideas, needs to-do tracking, asks you to remember something, or requests skill search and…

318 13d ago A 61 tokens original MIT

im-adapter

11

0xranx/golembot

Skill Claude CodeCodex

Format responses for instant messaging platforms such as Lark, DingTalk, WeCom, Slack, and Telegram. Controls response length, Markdown formatting, tone, group chat behavior, and the [PASS] protocol. Also covers sending images and files via [SENDIMAGE]/[SENDFILE] markers on channels that support media (currently WeCom…

318 13d ago A 96 tokens original MIT

kb-guide

12

0xranx/golembot

Skill Claude CodeCodex

Search, read, create, and update knowledge base entries via MCP-connected KB tools. Use when the user asks to look up documentation, find existing articles, check if docs exist on a topic, create a new KB entry, update an existing document, or when domain questions should be answered from the knowledge base first.

318 13d ago A 66 tokens original MIT

message-push

13

0xranx/golembot

Skill Claude CodeCodex

Send proactive messages to IM groups or individual users via the gateway Send API. Use when the user says to send, post, notify, forward, or tell someone a message on Feishu, Slack, Telegram, Discord, DingTalk, or WeCom.

318 13d ago A 55 tokens original MIT

multi-bot

14

0xranx/golembot

Skill Claude CodeCodex

Coordinates responses between multiple GolemBot instances in a shared fleet. Use when the bot operates in a group chat with other bots, needs to decide whether to respond or pass, or must call a peer bot's API to fetch cross-domain data.

318 13d ago A 53 tokens original MIT

task-manager

15

0xranx/golembot

Skill Claude CodeCodex

Creates and manages scheduled tasks, cron jobs, recurring reminders, and timers via the Task HTTP API. Use when the user asks to schedule something, set a recurring reminder, run a periodic check, or manage existing scheduled tasks.

318 13d ago A 48 tokens original MIT

code-review

16

0xranx/golembot

Skill Claude CodeCodex

Reviews code changes, pull requests, and diffs for correctness, security, performance, and style. Use when the user submits a PR for review, asks to review a diff or code snippet, or requests a quality check on recent changes.

318 13d ago A 51 tokens original MIT

faq-support

17

0xranx/golembot

Skill Claude CodeCodex

Answers common customer questions from a knowledge base and escalates to a human agent when unable to help. Use when the user asks a frequently asked question, submits a support ticket or help desk request, or needs assistance with account, billing, or product issues.

318 13d ago A 54 tokens original MIT

data-analysis

18

0xranx/golembot

Skill Claude CodeCodex

Loads CSV, Excel, and JSON data files, performs statistical analysis, and generates charts and reports. Use when the user asks to analyze a dataset, compute statistics, create visualizations, find trends, or produce a data report.

318 13d ago A 49 tokens original MIT

meeting

19

0xranx/golembot

Skill Claude CodeCodex

Meeting notes assistant — organizes transcripts into structured minutes, extracts action items, and tracks attendee decisions. Use when the user asks to summarize a meeting, take meeting notes, write up minutes, create a meeting recap, list attendees, or extract action items from a call.

318 13d ago A 55 tokens original MIT

ops

20

0xranx/golembot

Skill Claude CodeCodex

Content operations assistant — drafts blog posts, social media copy, and marketing materials, compiles data briefings, and tracks competitor activity. Use when the user asks to write a blog post, draft social media content, create marketing copy, generate a weekly report, compile operational metrics, update the…

318 13d ago A 67 tokens original MIT

research

21

0xranx/golembot

Skill Claude CodeCodex

Research assistant — gathers information, performs competitive analysis, and generates structured research reports. Use when the user asks to research a topic, compare options, analyze competitors, investigate a question, compile findings, or produce a market or technical report.

318 13d ago A 49 tokens original MIT

0xranx/agentbrief

Instructions file

Instructions for 0xranx/agentbrief, covering agentbrief — project conventions for claude code, project context(项目上下文概要), architecture, core flow and file responsibility boundaries.

45 5mo ago A 4,305 tokens original MIT

agent-browser

23

0xranx/agentbrief

Skill Claude CodeCodex

Browser automation CLI for AI agents. Use when the user needs to interact with websites, including navigating pages, filling forms, clicking buttons, taking screenshots, extracting data, testing web apps, or automating any browser task. Triggers include requests to "open a website", "fill out a form", "click a…

45 5mo ago A 108 tokens copy · 84% MIT

self-improving

24

0xranx/agentbrief

Skill Claude CodeCodex

Learn from corrections, mistakes, and discoveries during conversations. When the user corrects you, when something fails unexpectedly, or when you discover a project-specific pattern worth remembering — record it as a learning so future sessions benefit automatically.

45 5mo ago A 50 tokens original MIT