joonlab

68 mods across 3 repositories, 37 stars between them.

joonlab/joonlab-claudecode-setting-for-share

Agent

An Excel processor that converts Korean addresses into English addresses and adds the result beside the original address column. It handles common Korean administrative areas, roads, building details, and delivery notes.

10 23d ago A 48 tokens original MIT

html-extractor

02

joonlab/joonlab-claudecode-setting-for-share

Agent

An HTML parser for Medium articles. It turns an article's page structure into JSON containing metadata, headings, paragraphs, images, code, quotes, lists, and other sections.

10 23d ago A 45 tokens original MIT

ko-translator

03

joonlab/joonlab-claudecode-setting-for-share

Agent

An English-to-Korean translator for structured article content represented as JSON. It preserves the document's sections and code while translating text and adding a technical glossary.

10 23d ago A 46 tokens original MIT

md-formatter

04

joonlab/joonlab-claudecode-setting-for-share

Agent

A formatter that turns translated article JSON into a readable Markdown document. It adds frontmatter, headings, body text, lists, code blocks, links, images, and inferred tags.

10 23d ago A 44 tokens original MIT

agents

07

joonlab/joonlab-claudecode-setting-for-share

Command

A command that runs one or more project agents, either one after another or at the same time. Project agents are saved instructions for handling specific kinds of work.

10 23d ago A 30 tokens original MIT

pipeline

08

joonlab/joonlab-claudecode-setting-for-share

Command

A command that passes work through a chain of agents, where each agent receives the previous stage's result. The chain is written with arrows, such as one agent followed by another.

10 23d ago A 27 tokens original MIT

joonlab/joonlab-claudecode-setting-for-share

Command

A command that compresses a long agent session by splitting it into work blocks and processing those blocks in parallel. It checks the merged result for missing information and stores the handoff separately for each session.

10 23d ago A 51 tokens original MIT

smart-handoff

10

joonlab/joonlab-claudecode-setting-for-share

Command

A command that compresses a long agent session into structured handoff files. A handoff records the work state so another session can continue, and replay checking looks for information lost during compression.

10 23d ago A 41 tokens original MIT

weekly-review

11

joonlab/joonlab-claudecode-setting-for-share

Command

A weekly review command for improving an agent setup over time. It examines recent activity, repeated work, repeated mistakes, instruction conflicts, unused skills, and possible security issues.

10 23d ago B 39 tokens original MIT

agent-council

12

joonlab/joonlab-claudecode-setting-for-share

Skill Claude CodeCodex

Collect and synthesize opinions from multiple AI agents. Use when users say "summon the council", "ask other AIs", or want multiple AI perspectives on a question.

10 23d ago A 40 tokens copy · 100% MIT

aside-browser

13

joonlab/joonlab-claudecode-setting-for-share

Skill Claude CodeCodex

Read when you need a browser automation (QA, element interaction, screencapture/snapshot, network capture, so on), or have to work across user's logged-in accounts, apps (e.g. Slack, X, LinkedIn, etc.), memory, and browsing history.

10 23d ago A 58 tokens original MIT

browser-automation

14

joonlab/joonlab-claudecode-setting-for-share

Skill Claude CodeCodex

Unified browser automation — the single entry point for driving a real web browser: opening/reading/ scraping pages, filling and submitting web forms, clicking through multi-step flows, taking screenshots or PDFs, downloading files from web pages, researching across many sites at once, and operating LOGGED-IN web…

10 23d ago A 370 tokens original MIT

joonlab/joonlab-claudecode-setting-for-share

Skill Claude CodeCodex

A setup guide for running Claude Code inside GitHub Actions, GitHub's service for automated tasks connected to code repositories. It covers scheduled, manual, and issue-comment workflows, plus integrations with external tools.

10 23d ago A 121 tokens original MIT

joonlab/joonlab-claudecode-setting-for-share

Skill Claude CodeCodex

Set up a web-based Claude Code conversation history viewer with FastAPI backend. This skill should be used when the user wants to view, search, or manage their Claude Code conversation history through a web interface, or when they ask about setting up a history viewer, conversation browser, or session manager for…

10 23d ago A 99 tokens original MIT

cmux-browser

17

joonlab/joonlab-claudecode-setting-for-share

Skill Claude CodeCodex

Browser automation using cmux browser CLI (WKWebView-based headless browser with a Playwright-style command surface). MUST activate when user mentions ANY of: "cmux", "cmux browser", "cmux 브라우저", "cmux로 열어", "cmux로 해줘", "cmux browser로", "cmux 활용", "cmux browser skill". Covers ALL browser tasks: page reading, data…

10 23d ago A 183 tokens original MIT

joonlab/joonlab-claudecode-setting-for-share

Skill Claude CodeCodex

Call OpenAI Codex CLI (or ChatGPT CLI) from within Claude Code to leverage GPT models for cross-checking, code generation, or alternative perspectives. This skill should be used when the user requests to use Codex, ChatGPT, OpenAI, or GPT models from within Claude Code, or when cross-validation with another AI is…

10 23d ago B 120 tokens original MIT

deep-agents-memory

20

joonlab/joonlab-claudecode-setting-for-share

Skill Claude CodeCodex

INVOKE THIS SKILL when your Deep Agent needs memory, persistence, or filesystem access. Covers StateBackend (ephemeral), StoreBackend (persistent), FilesystemMiddleware, and CompositeBackend for routing.

10 23d ago A 46 tokens copy · 100% MIT

deepseek-ocr

22

joonlab/joonlab-claudecode-setting-for-share

Skill Claude CodeCodex

Extract text from images and PDFs using DeepSeek-OCR model with MLX. This skill should be used ONLY when the user explicitly mentions "딥식", "Deepseek", "DeepSeek", or similar variations (딥시크, 딥씨크, deepseek, etc.) in their OCR request. Do NOT use this skill for general OCR requests. Supports PNG, JPG, WEBP, BMP, GIF…

10 23d ago A 120 tokens original MIT

elevenlabs-stt

23

joonlab/joonlab-claudecode-setting-for-share

Skill Claude CodeCodex

An audio-to-text add-on that uses ElevenLabs Scribe to turn recordings into written text, then corrects likely mistakes using your projects, notes, memory, and glossary. It can keep the original transcript and a record of corrections.

10 23d ago A 254 tokens original MIT

find-skills

24

joonlab/joonlab-claudecode-setting-for-share

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.

10 23d ago A 67 tokens copy · 91% MIT