bitsocialnet

37 mods across 1 repository, 132 stars between them.

browser-check

01

bitsocialnet/5chan

Agent Claude Code

Verifies UI changes in the browser using playwright-cli across Blink, Gecko, and WebKit. Use after making visual or interaction changes to React components, CSS, layouts, or routing to confirm they render and behave correctly.

132 today A 47 tokens GPL-3.0

code-quality

02

bitsocialnet/5chan

Agent Claude Code

Code quality specialist that runs build, lint, and type-check, then fixes any errors it finds. Use proactively after code changes to verify nothing is broken.

132 today A 34 tokens GPL-3.0

plan-implementer

03

bitsocialnet/5chan

Agent Claude Code

Implements assigned tasks from a plan. Receives specific tasks from the parent agent, implements them sequentially, verifies with a build check, and reports back. The parent agent handles parallelization by spawning multiple plan-implementer subagents with different task subsets.

132 today A 57 tokens GPL-3.0

profiler

04

bitsocialnet/5chan

Agent Claude Code

Performance profiler that browses 5chan routes via playwright-cli, collecting Web Vitals and React rerender data via react-scan. Returns a structured issues list for a batch of routes. Use proactively when profiling browsing performance, finding bottlenecks, or diagnosing excessive React rerenders.

132 today A 60 tokens GPL-3.0

react-doctor-fixer

05

bitsocialnet/5chan

Agent Claude Code

Fixes React issues identified by react-doctor. Use when the parent agent has validated a react-doctor diagnostic and has a detailed fix plan. The parent agent provides the plan; this subagent implements the fix and re-runs react-doctor to verify.

132 today A 58 tokens GPL-3.0

bitsocialnet/5chan

Agent Claude Code

Reviews React code for anti-pattern violations specific to the 5chan project (useState/useEffect misuse, missing Zustand, copy-pasted logic) and fixes them. Use after writing or modifying React components, hooks, or state management code.

132 today A 54 tokens GPL-3.0

test-apk

07

bitsocialnet/5chan

Agent Claude Code

Android APK testing specialist that runs the 5chan APK on a local Android emulator. Manages emulator lifecycle, builds and installs debug APK, runs instrumentation tests, captures logcat diagnostics, and debugs WebView upload automation (imgur, postimages). Use proactively when the user asks to test APK features…

132 today A 81 tokens GPL-3.0

translator

08

bitsocialnet/5chan

Agent Claude Code

Translates a single i18next key into all 35 supported languages, creates a dictionary file, and runs the update script. Use proactively when the parent agent needs to translate one translation key.

132 today A 41 tokens GPL-3.0

SessionStart

09

bitsocialnet/5chan

Hook Claude Code

Runs when a session starts on startup, executing session-start.sh. From bitsocialnet/5chan.

132 today A tokens not measured GPL-3.0

PostToolUse

10

bitsocialnet/5chan

Hook Claude Code

Runs after a tool call finishes for Edit, Write, MultiEdit and NotebookEdit tool calls, executing format.sh, yarn-install.sh and react-pattern-review.sh (3 commands). From bitsocialnet/5chan.

132 today A tokens not measured GPL-3.0

Stop

11

bitsocialnet/5chan

Hook Claude Code

Runs when the agent finishes a response, executing sync-git-branches.sh, react-pattern-review.sh, code-quality-review-reminder.sh and verify.sh (4 commands). From bitsocialnet/5chan.

132 today A tokens not measured GPL-3.0

5chan

12

bitsocialnet/5chan

Settings file Claude Code

Agent settings declaring 3 hook events (SessionStart, PostToolUse, Stop).

132 today A tokens not measured GPL-3.0

code-quality-review

13

bitsocialnet/5chan

Skill Claude CodeCodex

Advisory code quality review for current diffs before finishing, committing, pushing, or opening a PR. Use when asked to review code quality, run a final quality pass, inspect AI-generated changes, or check for over-engineering. Reports actionable suggestions only; does not block or edit unless explicitly asked.

132 today A 66 tokens GPL-3.0

commit-format

14

bitsocialnet/5chan

Skill Claude CodeCodex

Formats GitHub commit messages following Conventional Commits style with title and optional description. Use when proposing or implementing code changes, writing commit messages, or when the user asks for commit message suggestions.

132 today A 41 tokens GPL-3.0

commit

15

bitsocialnet/5chan

Skill Claude CodeCodex

Commit current work by reviewing diffs, splitting into logical commits, and writing standardized messages. Use when the user says "commit", "commit this", "commit current work", or asks to create a git commit.

132 today A 45 tokens GPL-3.0

context7

16

bitsocialnet/5chan

Skill Claude CodeCodex

Retrieve up-to-date documentation for software libraries, frameworks, and components via the Context7 API. This skill should be used when looking up documentation for any programming library or framework, finding code examples for specific APIs or features, verifying correct usage of library functions, or obtaining…

132 today A 68 tokens GPL-3.0

debug-agent

17

bitsocialnet/5chan

Skill Claude CodeCodex

Systematic evidence-based debugging using runtime logs. Generates hypotheses, instruments code with NDJSON logs, guides reproduction, analyzes log evidence, and iterates until root cause is proven with cited log lines. Use when the user reports a bug, unexpected behavior, or asks to debug an issue.

132 today A 60 tokens GPL-3.0

deslop

18

bitsocialnet/5chan

Skill Claude CodeCodex

Scan recent changes for AI-generated code slop and remove it. Use when the user says "deslop", "remove slop", "clean up AI code", or asks to remove AI-generated artifacts from the codebase.

132 today A 48 tokens GPL-3.0

find-skills

19

bitsocialnet/5chan

Skill Claude CodeCodex

Helps users discover and install agent skills when they ask questions like "how do I do X", "find a skill for X", "is there a skill that can...", or express interest in extending capabilities. This skill should be used when the user is looking for functionality that might exist as an installable skill.

132 today A 67 tokens GPL-3.0

fix-merge-conflicts

20

bitsocialnet/5chan

Skill Claude CodeCodex

Resolve all merge conflicts on the current branch non-interactively, validate the build, and commit. Use when the user says "fix merge conflicts", "resolve conflicts", or when git status shows conflicting files.

132 today A 47 tokens GPL-3.0

implement-plan

21

bitsocialnet/5chan

Skill Claude CodeCodex

Orchestrates implementation of a multi-task plan by spawning plan-implementer subagents in parallel. Use when the user provides a plan file or plan text and asks to implement it, execute it, or says "implement plan", "run plan", "execute plan".

132 today A 57 tokens GPL-3.0

inspect-elements

22

bitsocialnet/5chan

Skill Claude CodeCodex

Resolve on-screen 5chan DOM elements to React source files, line numbers, component names, and ownership stacks using the app's dev-only element-source helpers and playwright-cli. Use when an agent needs to inspect a page element, map a snapshot ref to source code, confirm which component rendered a node, or follow up…

132 today A 84 tokens GPL-3.0

issue-format

23

bitsocialnet/5chan

Skill Claude CodeCodex

Formats GitHub issue titles and descriptions for tracking problems that were fixed. Use when proposing or implementing code changes, creating GitHub issues, or when the user asks for issue suggestions.

132 today A 39 tokens GPL-3.0

make-closed-issue

24

bitsocialnet/5chan

Skill Claude CodeCodex

Create a GitHub issue from recent changes, commit only relevant diffs on a short-lived task branch, push that branch, and open a PR into master that will close the issue on merge. Use when the user says "make closed issue", "close issue", or wants to create a tracked, already-resolved GitHub issue for completed work.

132 today A 76 tokens GPL-3.0