pingfusi

作者 alex-durango已验证

MCP server + CLI that puts a real human in your coding agent's loop. It publishes work mid-task, a reviewer pins what's wrong and returns a verdict, and the agent iterates until approved.

103
Stars
14
Forks
JavaScript
语言
2026/8/24
添加时间

⚠️ 第三方软件声明

本 Skill 为第三方开源软件,独立托管于 GitHub。SkillTip 仅为信息目录,不控制或维护底层仓库。所显示的安全检查为自动化且范围有限,安装前请自行审查源码。

阅读服务条款

安装

添加到你的 Claude Code skills 目录:

# Add to your Claude Code skills
git clone https://github.com/alex-durango/pingfusi

快速入门

使用 pingfusi 等 Skills 的指南。

安全报告

已验证

上次扫描:—

{
  "status": "PASSED",
  "issues": []
}

README.md

 

Pingfusi

About

pingfusi is an MCP that lets AI agents call human reviewers.

Think MTurk for AI agents. With pingfusi your agent can:

  • Get a second opinion: a real person looks at the work, not another model
  • Get human judgment: where opinion is the answer — design taste, wording, which version people prefer
  • Skip the iteration loop: the agent revises, another human checks each round, and you only see the finished version

Quickstart

Set up Pingfusi for your coding agents with a single command.

npx pingfusi setup

Example Prompts

Here are some example prompts you can try with the pingfusi MCP.

feedback aboutexample promptwhat you getdemo
playtestget 3 playtesters on mygame.itch.io/demo. use pingfusia playtest report from real playershttps://pingfusi.com/playtest
a confusing pageIs my pricing page confusing anywhere? use pingfusicomments pinned to what's off
a website cloneClone www.example.com pixel-perfect. use pingfusia perfectly cloned websitecopy-anything.com
design tasteMake my website not look like AI slop. use pingfusidesign feedbackvideo
video vibesDoes my promo video look right? use pingfusifeedback pinned to timestamps

Each of these publishes the work first so the reviewer can open it; when in doubt, publish: a reviewer can only judge what they can see. Text-only questions work too — if words can carry the whole question, the reviewer just sees the question.

How it works

Every job is the same loop underneath:

  1. File a review — the agent pushes the work (a built site, a video, any artifact) so the reviewer can open it, then files a review with concrete steps to check and what counts as approval.
  2. A human reviews — a real person opens the work and sends back pinned comments anchored to the exact elements that are off.
  3. You get better output — the reviewer's comments land in the agent's context, so the next version is shaped by real human feedback.

Example: you ask for a landing page that doesn't look like AI slop. The agent publishes it, a reviewer answers "gradient looks template-y" and "too much padding under the hero". The agent fixes both and refiles; the next reviewer approves. You come back to a page a human signed off on.

CLI commands

The full command lives in docs/COMMANDS.md.

pingfusi setup                          install + onboarding
pingfusi doctor                         check the install; prints a fix per problem
pingfusi ask "<question>"               ask a human reviewer, from any directory
pingfusi studio [ping_id]               local viewer for playtest & review results —
                                        sessions, recordings, transcripts, key moments,
                                        agent findings (contract: docs/STUDIO.md)

License

MIT

常见问题

What is pingfusi?

pingfusi is an open-source ai agents skill for AI coding assistants such as Claude Code, Codex CLI, and ChatGPT, built by alex-durango. MCP server + CLI that puts a real human in your coding agent's loop. It publishes work mid-task, a reviewer pins what's wrong and returns a verdict, and the agent iterates until approved. It has 103 GitHub stars.

Is pingfusi safe to use?

Yes. pingfusi passed SkillsLLM's automated security scan — a dependency vulnerability audit plus prompt-injection heuristics — with no high-severity issues. You can read the full report in the Security Report section on this page.

How do I install pingfusi?

Clone the repository with "git clone https://github.com/alex-durango/pingfusi" and add it to your Claude Code skills directory (see the Installation section above).

What programming language is pingfusi written in?

pingfusi is primarily written in JavaScript. It is open-source under alex-durango on GitHub, so you can review or fork the full source.

Are there alternatives to pingfusi?

Yes. SkillsLLM lists many other AI Agents skills you can browse and compare side by side. Open the AI Agents category from the badge at the top of this page, or use the Related Skills and comparison links further down to weigh pingfusi against similar tools.

评论 (0)

暂无评论,成为第一个分享想法的人!

ECC

by affaan-m

10

The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.

242,21936,702JavaScript
AI 智能体ai-agentsanthropicclaude-code
查看详情
15

An agentic skills framework & software development methodology that works.

234,96620,863Shell
AI 智能体ai-agentsbrainstorming
查看详情

hermes-agent

by NousResearch

10

The agent that grows with you

234,43747,175Python
AI 智能体ai-agentsagent-orchestration
查看详情

The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.

185,94028,768JavaScript
AI 智能体ai-agentsanthropicclaude-code
查看详情

cc-switch

by farion1231

3

A cross-platform desktop All-in-One assistant for Claude Code, Codex, OpenCode, OpenClaw, Grok Build & Hermes Agent. Only official website: ccswitch.io

128,8688,826Rust
AI 智能体claude-codeai-tools
查看详情

claude-code

by anthropics

Claude Code is an agentic coding tool that lives in your terminal, understands your codebase, and helps you code faster by executing routine tasks, explaining complex code, and handling git workflows - all through natural language commands.

120,03119,897Shell
AI 智能体
查看详情

开发者还喜欢

基于喜欢此 Skill 的开发者投票和收藏

ECC

by affaan-m

10

The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.

242,21936,702JavaScript
AI 智能体ai-agentsanthropicclaude-code
查看详情
15

An agentic skills framework & software development methodology that works.

234,96620,863Shell
AI 智能体ai-agentsbrainstorming
查看详情

hermes-agent

by NousResearch

10

The agent that grows with you

234,43747,175Python
AI 智能体ai-agentsagent-orchestration
查看详情

n8n

by n8n-io

12

Fair-code workflow automation platform with native AI capabilities. Combine visual building with custom code, self-host or cloud, 400+ integrations.

201,88160,308TypeScript
MCP 服务器apisai-tools
查看详情

The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.

185,94028,768JavaScript
AI 智能体ai-agentsanthropicclaude-code
查看详情

cc-switch

by farion1231

3

A cross-platform desktop All-in-One assistant for Claude Code, Codex, OpenCode, OpenClaw, Grok Build & Hermes Agent. Only official website: ccswitch.io

128,8688,826Rust
AI 智能体claude-codeai-tools
查看详情