Instructions file
Instructions for LSTM-Kirigaya/openmcp-client, covering claude.md, development commands, setup and installation, development and service development.
Instructions file
Instructions for LSTM-Kirigaya/openmcp-client, covering claude.md, development commands, setup and installation, development and service development.
Skill Claude CodeCodex
Guidance for installing, upgrading, verifying, and using the npm package @agent-ruler/openmcp and its openmcp CLI. Use when a user asks how to install OpenMCP from npm, start or diagnose the Gateway, use OpenMCP CLI commands, configure skills through SKILLPATH, troubleshoot global installs, or publish/test the CLI…
Skill Claude CodeCodex
Test skill for SDK skill integration. Use readskillfile to read reference.md for more details.
Instructions file CodexOpenCode
A TypeScript plugin that connects QQ, a popular Chinese messaging platform, to the OpenClaw Gateway using the OneBot v11 messaging standard.
Skill Claude CodeCodex
Instructions for operating a OneBot channel, which connects messaging systems such as QQ or Lagrange to an agent gateway. They cover receiving messages, sending messages, configuration, and supported QQ actions.
Skill Claude CodeCodex
Instructions for using skill-market-cli to upload a local SKILL to Skill Market, including requirements for collecting user examples and action traces.
Skill Claude CodeCodex
A browser-based 3D geometry CAPTCHA system built with Three.js, a JavaScript library for rendering 3D graphics. Users compare six differently sized shapes and click as required, with the server supplying each shape's details.
Skill Claude CodeCodex
Use when you need to design, scaffold, refactor, or document a medium-sized admin console built as an independent Vite/React SPA backed by modular Go admin APIs, Cookie session auth, and CLI-provisioned administrator accounts. Helpful for tasks like planning a new admin console, extracting reusable architecture from…
Skill Claude CodeCodex
An evidence-based scoring guide for software agents, agent frameworks, and mixed agent projects. It asks the user to confirm what is being assessed, then compares source code, tests, runtime results, and project materials against a common scoring scale.
Skill Claude CodeCodex
A Chinese-language guide for writing, revising, checking, and finishing undergraduate, master's, or doctoral theses. It covers academic style, references, structure, formatting, experiments, charts, and anonymous review requirements.
Skill Claude CodeCodex
Build production-ready Go backend services following DDD-layered architecture. Covers project scaffolding, config (Viper), database (GORM + MySQL/PostgreSQL), object storage (S3/MinIO), OAuth2 + JWT auth, OpenTelemetry tracing + Jaeger visualization, Zap logging, middleware patterns, and API routing. Use when creating…
Skill Claude CodeCodex
Integrate DuckDuckGo web search into a Rust project by calling Bing and DuckDuckGo HTTP APIs directly with browser fingerprint simulation. Use when building search functionality that needs text, news, image, or video results without relying on third-party CLI wrappers. Covers the primp HTTP client, vqd token…
Skill Claude CodeCodex
A reusable layout template for Tauri desktop applications built with React, MUI, and Tailwind. Tauri is a toolkit for making desktop apps with web technologies; the template includes a borderless window shell, sticky top bar, scrolling content area, and split expert view.
Skill Claude CodeCodex
网站和小程序调试的依赖关系排查指南。当调试陷入僵局时,Use this skill to systematically identify which dependency layer is causing the issue: (1) Data dependencies - verify backend before debugging frontend, (2) Environment differences - local vs production issues, (3) Version compatibility - library/framework mismatches, (4) Configuration…
Skill Claude CodeCodex
构建软件测试集的指南。Use when creating or improving test coverage for software projects for: (1) Setting up test infrastructure for backend APIs and services, (2) Designing test cases with idempotency guarantees, (3) Selecting appropriate testing frameworks for the current tech stack, (4) Maintaining test quality across…
Skill Claude CodeCodex
前端开发准则,适用于 Vue、React、Next.js、Taro 等框架。Use when developing frontend components to ensure: (1) Separation of component logic and styles, (2) Modular file organization with single-responsibility components, (3) File size control (split when exceeding 1000 lines), (4) Proper extraction and migration of sub-modules with…
Skill Claude CodeCodex
良好的软件迭代习惯指南。Use when planning or executing software development iterations for: (1) Initializing projects with proper test coverage checks, (2) Implementing new features by reusing existing APIs instead of creating new ones, (3) Analyzing feature dependencies before implementation, (4) Preventing feature conflicts…
Skill Claude CodeCodex
重构 UI 组件或页面时的功能完整性验证指南。Use when refactoring or optimizing UI components/layouts to ensure: (1) No functionality is accidentally removed, (2) All interactive elements remain working, (3) All data display points are preserved, (4) Changes match user requirements exactly.
Skill Claude CodeCodex
Integration guidance for Kimi Code, a coding model service, using its login flow, tokens, chat requests, and model-list requests.
Skill Claude CodeCodex
Build and send Feishu (Lark) interactive rich-text cards using larkmd format. Use when the user needs to: (1) construct Feishu card messages with markdown support, (2) send interactive cards via the Feishu Bot API, (3) format text with bold, inline code, lists, tables, or code blocks inside Feishu cards, or (4)…
Skill Claude CodeCodex
A tool for assigning a unique port to each local development server. A port is the numbered address a program uses to accept local network connections.
Skill Claude CodeCodex
A workflow for reading the LaTeX source of arXiv papers and producing structured Chinese summaries or blog content. arXiv is an online repository where researchers share scientific papers.
Skill Claude CodeCodex
A build workflow for React Native mobile apps, including Expo setup, shared code in a monorepo, login routing, APIs, themes, and releases. A monorepo stores multiple related packages in one code repository.
Skill Claude CodeCodex
用于调试 Tauri 应用的 MCP 工具集,提供截图、DOM 检查、元素交互、IPC 监控等功能。Use when working with Tauri applications for: (1) Debugging UI issues with screenshots and DOM inspection, (2) Automating UI interactions like clicks and input, (3) Monitoring IPC communication between frontend and backend, (4) Managing Tauri windows and sessions, (5)…