OpenCode 전환 후 /code-review · /security-review 공백: opencode-power-pack의 SKILL.md 포팅 구조와 도입 조건
Claude Code 공식 commands/agents 포맷 비호환 문제를 SKILL.md 이식으로 해결한 11개 스킬 플러그인 — 어떤 팀이 지금 도입하고, 어떤 팀은 기다려야 하는가.
baoyu-design: What Changes When You Run claude.ai/design Locally in Claude Code
baoyu-design ports the claude.ai/design methodology to Claude Code by detecting the agent environment at runtime and loading a tool substitution table from `references/claude.md`. The design system pipeline — `compile-design-system.mjs` produces static lint config, `import-design-system.mjs` generates a token allowlist as `_ds_prompt.md` — enforces the same constraint at two layers. Neither is optional if you want session-to-session consistency.
CI Smoke Tests for MCP Servers with k6
A small k6/x/mcp workflow shows how to prove an MCP server starts, lists tools, returns expected JSON, and fails CI before an agent depends on it.
Agent Flow Makes Agent Traces Reviewable
Agent Flow is worth saving as an observability article: it turns Claude Code and Codex sessions into traces a reviewer can inspect before trusting the final patch.
Large MCP Inputs Need an Artifact Boundary
The right lesson is not a token-saving trick. It is an MCP interface pattern: upload large files out of band, validate them server-side, and pass only an artifact ID through the model.
When a Claude Code File Hook Should Die
The useful story is not a markdown hook that saves tokens. It is a 228-run retraction that teaches Claude Code teams when a hook should be killed, narrowed, or replaced by one instruction.
vibe4g 위클리 구독
엄선한 바이브코딩 인사이트를 매주 목요일에 보내드립니다.
스팸 없음. 언제든 구독 해지.
Claude Code Onboarding From Task Loops to MCP Policy
The repo is worth saving because it gives teams an onboarding system from the first task loop through Skills, subagents, hooks, and MCP.
Claude Code From Scratch as an Agent Runtime Map
claude-code-from-scratch is worth saving as an agent runtime map: skills, compaction, subagents, worktrees, permissions, and MCP each get a concrete source-backed checkpoint.
Claude Code Control Surface Audit
A practical audit turns Claude Code commands, memory, MCP, Skills, settings, and hooks into a runbook a team can verify.
Claude Meter's Windows Quota Loop for Claude Code
Claude Meter is not just a taskbar percentage. It is a small local loop: Claude Code credentials, `/api/oauth/usage`, adaptive polling, Windows UI, and conservative failure handling.
Clawdmeter's Local Claude Code Telemetry Loop
Clawdmeter is worth rescuing as a source-backed tool review because it exposes a concrete boundary: OAuth token access, rate-limit polling, BLE transport, ESP32 firmware, and hardware maintenance.
iai-mcp for Local Agent Memory Boundaries
The useful question is not whether an assistant can remember more. It is whether a developer should let an MCP server capture every turn, store it locally, and inject recall into future sessions.
agent-dispatch as a Cross-Project Claude Code Router
The useful article is not about generic productivity. It is about when cross-repo delegation gives an agent the right local context, and when it only adds cost, risk, and confusion.
Foundry Mainnet-Fork Skill for Audit PoCs
The useful article is not about real-time Ethereum testing. It is about using a narrow Claude Code skill to stop agents from writing smart contract PoCs that pass locally but fail to prove the finding.
office-oxide-mcp for Local Office/PDF Operations
office-oxide-mcp is worth rescuing as a Claude Code and Codex workflow piece when the focus shifts from Rust speed claims to local document operations with file-scope controls.
Claude Code Runbooks for Permission and Scope Control
ShipWithAI's Claude Code course is worth rescuing when it becomes a set of local team runbooks, not another list of course modules.
Claude Usage Dashboard for Local Token Evidence
A serious claude-usage article should drop the unproven spike hook and show how teams can audit Claude Code sessions, token totals, cache behavior, and cap pressure from local logs.