Cursor rule
A standard for registering webhook-based notifications, such as alerts, daily reports, and reminders, in a central assistant configuration system. A webhook is a URL that receives automated messages from another program.
Cursor rule
A standard for registering webhook-based notifications, such as alerts, daily reports, and reminders, in a central assistant configuration system. A webhook is a URL that receives automated messages from another program.
Cursor rule
A small set of general rules for how the assistant should respond and organize its work. It requires Simplified Chinese responses, Chinese chat names, and use of multiple helper agents when appropriate.
Cursor rule
A coding rule that prevents frontend files from containing hardcoded portal domain URLs and requires shared URL constants instead.
Cursor rule
A set of project rules for deploying a separated frontend and backend in Docker containers, with shared code, AI services, response formats, and server settings. Docker is software for packaging and running applications in isolated containers.
Skill Claude CodeCodex
A code-change verification workflow that builds the project, checks the interface and logs, and repeats fixes when something fails.
Skill Claude CodeCodex
A shared service for connecting applications to language and media AI models. It supports text conversations, streaming responses, image understanding, PDF, audio and video analysis, and image generation through configured providers.
Skill Claude CodeCodex
A design for displaying WeCom chat records. WeCom is an enterprise messaging platform; the service syncs and decrypts messages, downloads media, and can turn voice messages into text.
Skill Claude CodeCodex
A shared customer-filtering solution for CRM systems. CRM means software for managing customer relationships; this filter can narrow customers by silence period, tags, interactions, ownership, status, and other conditions.
Skill Claude CodeCodex
A backend service for exporting data in Excel, CSV, or JSON while tracking each export as a background task.
Skill Claude CodeCodex
A guide for sending DingTalk group-robot messages through webhooks. DingTalk is a workplace messaging platform, and a webhook is a URL that accepts automated messages.
Skill Claude CodeCodex
A Chinese-language documentation-maintenance workflow for inspecting, organizing, and auditing a project's knowledge base. It checks whether documentation matches the code, configuration, modules, ports, containers, and Git changes.
Skill Claude CodeCodex
A reusable employee-picker interface that shows departments as a tree and lets people select one or more employees, with search and department-wide selection.
Skill Claude CodeCodex
A shared foundation for FastAPI web backends, covering cross-origin access, error handling, request logs, and consistent API responses. FastAPI is a Python framework for building web APIs.
Skill Claude CodeCodex
A shared file-upload service that saves files, checks their real type, cleans filenames, and can create image thumbnails. It accepts common image, video, and office-document formats.
Skill Claude CodeCodex
A utility for extracting JSON from AI replies that may contain thinking sections, Markdown code blocks, or ordinary text around the data.
Skill Claude CodeCodex
A guide for making Vue 3 and Element Plus administration pages work well on phones as well as desktop screens. Vue 3 is a JavaScript interface framework, and Element Plus is its UI component library.
Skill Claude CodeCodex
A procedure for checking a web page from a URL for data, visual, interaction, console, and performance problems, then fixing or documenting them.
Skill Claude CodeCodex
A setup guide for creating a structured project knowledge base with AGENTS.md, an architecture document, and organized Markdown folders.
Skill Claude CodeCodex
A set of rules for managing AI prompts and cleaning user input before it is placed into a prompt. Prompt injection is an attempt to make an AI ignore its intended instructions or perform an unintended action.
Skill Claude CodeCodex
An interactive guide for designing or updating a coding-agent skill through a series of questions.
Skill Claude CodeCodex
A FastAPI WebSocket setup for two-way, real-time communication between a server and connected clients. WebSockets keep a connection open so updates can be sent without repeated requests.
Skill Claude CodeCodex
A Python wrapper around the WeCom Finance SDK, which retrieves and decrypts archived WeCom workplace chat messages and downloads attached media.
Skill Claude CodeCodex
A shared integration guide for WeCom, a business messaging and workplace platform, including login, browser-side setup, tokens, and user authentication.
nongjun/awesome-harness-engineering
Command
A bug-fixing command that assigns separate bugs to separate sub-agents while one coordinator directs the work.