CHANGELOG
01Agent
A changelog documenting updates to GitHub Copilot agents for the Zhin.js framework, a software framework for building applications. It records added agent files, templates, guides, fixes, and validation results.
Agent
A changelog documenting updates to GitHub Copilot agents for the Zhin.js framework, a software framework for building applications. It records added agent files, templates, guides, fixes, and validation results.
Agent
Use when building or modifying Zhin.js adapters, including Endpoint implementations, message formatting, send and recall flow, connection lifecycle, platform API integration, and adapter type registration. 适用于适配器开发、平台协议接入和消息收发链实现。.
Agent
Use when building or modifying Zhin.js plugins, including plugin entry files, command handlers, middleware, Context registration and injection, schema, service extraction, and plugin-side web integrations. 适用于插件开发、命令实现、中间件编写和 Context 接入。.
Agent
Use when reviewing or improving Zhin.js architecture, monorepo boundaries, package layering, dependency direction, context injection flow, message pipeline, cross-package coupling, maintainability, and structural performance. 适用于架构优化、依赖边界梳理、消息链路与上下文模型优化。.
Agent
Use when improving Zhin.js console pages, plugin frontend pages, React UI structure, page information architecture, responsiveness, rendering performance, and visual hierarchy. 适用于前端页面优化、控制台界面改进、React 交互与布局优化。.
Agent
Use when improving Zhin.js plugin design, command structure, middleware composition, context usage, plugin lifecycle, service extraction, schema organization, and plugin maintainability. 适用于插件设计优化、命令与中间件重构、Context 使用优化。.
Agent
Use when implementing or modifying Zhin.js framework code, especially framework features, cross-package changes, plugin runtime integration, command handling, Context APIs, and end-to-end code changes that must follow repository conventions. 适用于 Zhin.js 框架开发、跨包实现和符合仓库约定的代码落地。.
Instructions file GitHub Copilot
Repository instructions for Zhin.js, a TypeScript framework for building plugins and messaging applications. They describe the required plugin structure, architecture, imports, and development workflow.
Instructions file GitHub Copilot
A set of development rules for the core Zhin.js packages. It explains package layers, source directories, import and export conventions, message delivery rules, and recommended checks.
Instructions file GitHub Copilot
Instructions for zhinjs/zhin, covering zhin plugin runtime authoring, package contract, convention directories, imports and native typescript and command routes.
Skill Claude CodeCodex
Migrate legacy Zhin.js plugins and projects to the convention-based Plugin Runtime — from usePlugin/getPlugin/addCommand/addMiddleware/addComponent/addTool/addCron/declareConfig/useContext and mutable registries to definePlugin + capability directories + Scope/Token resources. Use this whenever a Zhin plugin fails to…
Skill Claude CodeCodex
Audit Zhin.js monorepo for security vulnerabilities, performance bottlenecks, and architecture issues. Use when asked to "audit code", "check security", "find performance issues", "review architecture", "scan for vulnerabilities", "check memory leaks", or "review code quality".
Skill Claude CodeCodex
Refactor existing Zhin.js plugins into a cleaner standard structure. Use when asked to reorganize plugin files, split commands or services, migrate a messy plugin to standard layout, reduce coupling, clean lifecycle logic, or standardize plugin structure without changing behavior. 适用于已有 Zhin 插件重构、结构整理、职责拆分与标准化迁移。.
Skill Claude CodeCodex
Implement Zhin.js plugins with Plugin Runtime. Use when asked to create a plugin, add commands, middleware, components, cron, AI tools/skills/agents, config, database, router, or console pages. 适用于 definePlugin / 约定目录能力落地。.
Instructions file CodexOpenCode
A guide for coding agents working in the Zhin.js repository, a TypeScript framework for bots that communicate through messaging channels. It explains the project structure, technology choices, architecture, and which files to read first.
Instructions file
Instructions for zhinjs/zhin, covering claude.md, project overview, commands, bootstrap (first-time or after clean) and single package.
Agent
A developer role for GitHub-based software work. It reads assigned issues, writes code, opens pull requests (proposed code changes), and responds to review comments.
Agent
A software operations and site-reliability role that maintains automated builds, releases, deployments, and infrastructure settings. CI/CD means automated checks and delivery of software; a release is a published version of the project.
Agent
A product manager role for GitHub projects. It reviews new issues, clarifies requirements, breaks large requests into smaller tasks, sets priority labels, assigns work, and checks proposed changes against the request.
Agent
A software testing and quality-assurance role that checks proposed code changes before they are merged. A pull request is a request to add reviewed changes to a project, and regression testing checks that a fix did not break existing behavior.
Skill Claude CodeCodex
A memory-maintenance skill that stores a small number of durable, searchable facts and keeps the main memory file concise.
Agent
Minimal hello capability example.
Agent
A planning agent that coordinates delegated tasks and presents results to the user.
Agent
A research sub-agent that completes investigation tasks delegated by a planning agent and returns structured findings.