y

作者 y-times-y已验证

Malleable coding agent app. Use Claude Code and Codex to code and reshape the app itself live.

90
Stars
2
Forks
TypeScript
语言
2026/8/24
添加时间

⚠️ 第三方软件声明

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

阅读服务条款

安装

添加到你的 Claude Code skills 目录:

# Add to your Claude Code skills
git clone https://github.com/y-times-y/y

快速入门

使用 y 等 Skills 的指南。

安全报告

已验证

上次扫描:—

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

README.md

y

y desktop app showing a chat-first coding workspace

Download for macOS

y is a malleable desktop coding-agent app.

It is built around a simple idea: software should become malleable while you use it. The main interface is a chat, but the app can reshape its own UI through a protected Modify surface. You can ask y to change how y itself works, keep the change if it renders safely, or roll it back if it does not.

y is not a new agent model. It is a local, chat-first workspace for the coding agents you already use: Claude Code, OpenAI Codex, and other CLI-native agents over time.

Privacy at a glance

y does not collect your chat data. Project files, terminal commands, chat contents, and agent prompts are not collected or stored by y.

y only uses product analytics for basic app health and usage signals, like sign-in state, feature usage, feedback, and missing-brick requests. "Local" means Claude Code and Codex run on the user's machine through their official CLIs. Login supports account-based product features and basic usage analytics.

Things to try

  • Run Claude Code and Codex side by side from one desktop app.
  • Let your coding agent run git init, then start separate chats in isolated workspaces so agents can work in parallel without touching the same checkout.
  • Ask Modify to change y's interface live, then review the generated diff before keeping it.
  • Add or adjust app UI controls, layout, copy, and local workflow affordances through Modify.
  • Open the file tree, terminal, and diff views while an agent is working.
  • Revert a Modify change if the new UI is not what you wanted.

What Modify is

Modify is the part of y that edits y itself. It is a separate chat focused on changing the app interface, not your project code. The change still goes through code and diff review: Modify edits the local Userland UI, y renders it, and you choose whether to keep or revert it.

Modify is not meant to control the protected app core. It should not get access to auth/session internals, analytics controls, privileged host APIs, or the Modify system itself. Those boundaries live in the protected Kernel.

Why y exists

Most coding-agent apps are fixed products. You can use them, configure them, maybe install plugins, but the product itself still belongs to someone else.

y is different. It treats the app as malleable software:

  • Chat first. The default surface is a focused conversation, not an editor clone.
  • Self-modifying. The Modify rail can edit the live Userland UI while the protected Kernel stays locked.
  • Local agents. Claude Code and Codex run as official local CLIs with the user's own login.
  • Parallel work. Chats can use isolated workspaces so agents can work in parallel without stepping on the same files.
  • Diff-gated changes. UI changes compile, render, show a diff, and can be kept or discarded.
  • Rollback built in. The app keeps known-good snapshots so broken UI changes can recover.

How it works

y is split into two parts:

LayerWhat it does
Protected KernelAuth, local engine adapters, app state, safety rails, filesystem boundaries, terminal bridge, Modify rail, and rollback runway.
Mutable UserlandThe chat UI and app surface that can be edited live by the user or by Modify.

This split lets y feel self-modifying without giving the modification agent control over the protected core. The app can change its own interface, but the Kernel still owns the trust boundaries.

Claude Code and Codex

y runs coding agents locally instead of proxying them through a hosted account.

  • Claude Code uses the official Claude Code CLI.
  • Codex uses the official Codex CLI.
  • Model and effort settings stay visible in the composer.
  • Multiple chats can run against different engines.
  • Isolated workspaces let parallel agents work without interfering with each other.

The user's local CLI auth remains the source of truth. y orchestrates the experience; it does not replace the agent providers.

Download

The latest macOS build is published on GitHub Releases:

Download y for macOS

Current release target: macOS Apple Silicon.

Development

cd app
pnpm install
pnpm dev

Useful checks:

pnpm typecheck
pnpm test:ui

Build a local macOS bundle:

pnpm build:mac

The generated app artifacts are written to app/dist/ and are intentionally not committed.

Status

y is under active development. The current focus is launch-readiness for macOS: packaging, auth, analytics, local app-state durability, and the self-modifying Modify workflow.

License

MIT. See LICENSE.

常见问题

What is y?

y is an open-source ai agents skill for AI coding assistants such as Claude Code, Codex CLI, and ChatGPT, built by y-times-y. Malleable coding agent app. Use Claude Code and Codex to code and reshape the app itself live. It has 90 GitHub stars.

Is y safe to use?

Yes. y 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 y?

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

What programming language is y written in?

y is primarily written in TypeScript. It is open-source under y-times-y on GitHub, so you can review or fork the full source.

Are there alternatives to y?

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 y 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
查看详情
y — Claude Code AI Skill | SkillTip