npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

codex-claude-design-bridge

v0.1.0

Published

Installs the Codex fd skill plus a Claude-first design bridge for frontend work

Readme

codex-claude-design-bridge

codex-claude-design-bridge는 Codex의 /fd를 Claude 선행 디자인 패스에 연결하는 얇은 설치기입니다.

목표는 단순합니다.

  • Codex에 fd 스킬을 넣는다.
  • 로컬 claude CLI를 호출하는 claude-design-bridge 바이너리를 설치한다.
  • /fd가 "Claude first, Codex finish" 흐름을 쓰도록 맞춘다.

이 패키지는 Claude Code 자체를 설치하지는 않습니다. 이미 로컬에 claude CLI가 있고 로그인되어 있다는 전제에서, Codex 쪽 연결 고리만 설치합니다.

설치

npx codex-claude-design-bridge@latest

먼저 변경 예정만 보고 싶다면:

npx codex-claude-design-bridge@latest --dry-run

이미 legacy skill root를 쓰고 있다면:

npx codex-claude-design-bridge@latest --skills-dir legacy

설치되는 것

  • ~/.local/bin/claude-design-bridge
  • fd 스킬 (~/.agents/skills/fd 또는 ~/.codex/skills/fd)

동작 방식

설치 후 fd 스킬은 아래 흐름을 사용합니다.

  1. Codex가 프런트엔드 작업을 claude-design-bridge fd --apply로 먼저 위임
  2. Claude가 첫 디자인 패스를 구현
  3. Codex가 diff를 검사하고 반응형, 접근성, 로직, 테스트를 마감

claude-design-bridge는 Claude에 다음 성향을 강하게 줍니다.

  • design quality over safe defaults
  • Apple HIG style clarity and restraint
  • preserve existing components, tokens, and product coherence

사전조건

  • Node.js 18+
  • Codex CLI
  • Claude Code CLI (claude)가 PATH에 있어야 함
  • Claude Code가 이미 로그인되어 있어야 함

설치 후 확인

claude-design-bridge --help

그리고 Codex에서 프런트엔드 작업에 /fd를 쓰면 됩니다.

같이 쓰는 추천 조합

npx dgk-gpt@latest
npx codex-claude-design-bridge@latest
  • dgk-gpt: Codex 기본 셋업
  • codex-claude-design-bridge: Claude 선행 디자인 브리지