Open-source tools for mastering Claude Code
繁體中文 • 日本語
The canonical lifecycle-aware inventory is the
ClaudeWorld Public Works registry :
13 active original projects, 3 archived experiments, and 1 labeled upstream
fork. Archived repositories remain visible for lineage but are not presented as
maintained products.
Project
Stars
Description
director-mode-lite
Native Claude Code, Codex CLI, and Grok Build adapters with 35 shared skills, 14 agent adapters, zero Director Mode hooks by default, and portable session relay.
agent-deck
Browser command center for task decomposition, DAG execution, live agent streams, and git finalization.
agentOS
Open-source iPhone-native agent host with tools, agents, channels, and multiple model providers.
claude-agent
Persistent personal-assistant experiment combining memory, skills, MCP servers, and content workflows.
claude-world-examples
Practical examples & best practices for Claude Code and Director Mode.
discord-engagement-bot
Electron menubar experiment for scheduled community prompts, discussions, and roundups.
Project
Stars
Description
claude-skill-antivirus
Security scanner for Claude Code Skills — 9 engines detect malicious patterns across 71K+ skills.
MCP Servers & Integrations
Project
Stars
Description
cf-browser
Cloudflare Browser Rendering proxy — 10 MCP tools (screenshot, PDF, markdown, scrape, a11y, crawl).
trend-pulse
Free trending topics aggregator — 20 sources, zero auth. CLI + Python library + MCP Server.
notebooklm-skill
NotebookLM does the research, Claude writes the content. Research-to-content pipeline with 13 MCP tools.
claude-world-studio
Agent SDK and MCP content operation connecting trend discovery, research, synthesis, and social publishing.
Project
Stars
Description
skills-optimizer
Compress Claude Code agents & skills — 6:1 compression with semantic verification.
claude-101
27 deterministic computation tools for writing, analysis, coding, and business, packaged as CLI and MCP.
Project
Status
Description
mcp-director-mode-server
Archived
Teaching MCP server retained as implementation history.
skill-universal
Archived
Cross-runtime skill-format experiment retained for lineage.
claude-code-rfcs
Archived
Community RFC space retained as an historical record.
sdd-mcp-fork-member
Upstream fork
Public fork retained for specification-driven MCP lineage; not claimed as an original ClaudeWorld project.
# Install Director Mode Lite
curl -fsSL https://github.com/claude-world/director-mode-lite/main/install.sh | bash -s .
# Scan a skill for security
npx claude-skill-antivirus scan < skill-name>
# Get trending topics via MCP
pip install " trend-pulse[mcp]"
trend-pulse trending --geo TW --count 10
Community