Generate, update, or drift-check agent-facing CodeMaps as progressive code terrain indexes for projects, features, capabilities, functions, modules, or bug chains. Use when Codex needs to inspect an unfamiliar codebase, map a feature/capability from entry to effect, create or update mydocs/codemap/, answer…
Behavioral guidelines to reduce common LLM coding mistakes. Use when writing, reviewing, or refactoring code to avoid overcomplication, make surgical changes, surface assumptions, and define verifiable success criteria.
A release-checking workflow for OpenYida code that opens browsers or URLs across macOS, Windows, and Linux. It scans for platform-specific mistakes and produces a checklist for testing browser launching on each operating system.
A lightweight workflow for letting capable coding agents explore and implement tasks while recording goals, decisions, checkpoints, and verification results. SDD means spec-driven development, where a written task description guides the code and review.
A skill for creating and changing applications on 宜搭 (Yida), a Chinese low-code platform for building business apps with less hand-written code. It first checks the available tools, login status, project folder, and target application before making changes.
An agent-management tool for Yida, a business workflow platform. It manages temporary substitutes who handle or submit approval processes for current employees or departed employees.
A workflow for managing Yida aggregate tables, also called virtual views. These are tables built from related form data rather than ordinary standalone records.
An application-permission manager for Yida, a platform for building business apps. It manages the main administrator, data administrators, and development members for one app.
A guided workflow for building a complete YiDA application, such as a business system or management tool, from a product plan. YiDA is a platform for creating applications with forms, pages, workflows, reports, and integrations.
A tool for querying an organization’s basic information in the Yida business platform, including its version, company ID, capacity, quotas, and domain settings.
A guide for configuring Yida form business rules, including formulas that insert, update, delete, or upsert records across forms. Yida is a form-based business application platform, and an upsert updates a matching record or creates one when no match exists.
A development guide for creating custom pages in Yida, a business application platform, using React 18. It covers pages such as websites, dashboards, workspaces, lists, details, and portals inside YidaCodeCanvas.
A method for connecting a YidaCodeCanvas page to real data from Yida forms, connectors, or same-site APIs. YidaCodeCanvas is the component used to run custom React pages inside Yida.
A workflow for building a custom Yida page where users enter many records in an editable table. It uses React, a web interface library, and table controls for text, selections, and dates, with drafts and row-by-row validation.
A migration method for changing an existing Yida JSX custom page to a page built with the YidaCodeCanvas component. JSX is a JavaScript format commonly used to describe React page interfaces.
A guide for creating customised ECharts reports in the Yida platform. ECharts is a JavaScript library for displaying charts, while Yida is the platform that supplies the report data.
A method for turning existing API definitions into callable actions in an existing Yida HTTP connector. It reads frontend API wrappers and backend controller definitions to determine the request details.
A tool for creating and managing Yida HTTP connectors, which let Yida call external services and APIs. It supports several ways to authenticate those requests.
A command-line interface for viewing an organization's Yida efficiency overview and its detailed reports. It returns information such as learning, certification, performance measures, and resource summaries.
A controlled procedure for creating a new standard Yida application and obtaining its real application identifier. It is used only when no suitable target app already exists and creating one is allowed.
A procedure for creating or updating standard Yida forms, including their fields, layout, rules, and data connections. A form is a page where people enter or submit structured information.