LSTM-Kirigaya

33 mods across 7 repositories, 1.1k stars between them.

LSTM-Kirigaya/openmcp-client

Instructions file

Instructions for LSTM-Kirigaya/openmcp-client, covering claude.md, development commands, setup and installation, development and service development.

751 2mo ago A 1,442 tokens original Apache-2.0

agent-ruler-openmcp

02

LSTM-Kirigaya/openmcp-client

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…

751 2mo ago A 80 tokens original Apache-2.0

skill-test

03

LSTM-Kirigaya/openmcp-client

Skill Claude CodeCodex

Test skill for SDK skill integration. Use readskillfile to read reference.md for more details.

751 2mo ago A 22 tokens original Apache-2.0

LSTM-Kirigaya/openclaw-onebot

Instructions file CodexOpenCode

A TypeScript plugin that connects QQ, a popular Chinese messaging platform, to the OpenClaw Gateway using the OneBot v11 messaging standard.

143 3mo ago A 1,705 tokens original MIT

onebot-ops

05

LSTM-Kirigaya/openclaw-onebot

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.

143 3mo ago A 39 tokens original MIT

skill-market-upload

06

LSTM-Kirigaya/jinhui-skills

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.

23 11d ago A 3 tokens

3d-shape-captcha

07

LSTM-Kirigaya/jinhui-skills

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.

23 11d ago A 128 tokens

LSTM-Kirigaya/jinhui-skills

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…

23 11d ago A 91 tokens

LSTM-Kirigaya/jinhui-skills

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.

23 11d ago A 94 tokens

bishe-guider

10

LSTM-Kirigaya/jinhui-skills

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.

23 11d ago A 193 tokens

ddd-go-backend

11

LSTM-Kirigaya/jinhui-skills

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…

23 11d ago A 98 tokens

duckduckgo-search

12

LSTM-Kirigaya/jinhui-skills

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…

23 11d ago A 83 tokens

dust-tarui-layout

13

LSTM-Kirigaya/jinhui-skills

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.

23 11d ago A 96 tokens

jinhui-stack-debug

14

LSTM-Kirigaya/jinhui-skills

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…

23 11d ago A 159 tokens

build-test-suite

15

LSTM-Kirigaya/jinhui-skills

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…

23 11d ago A 0 tokens

LSTM-Kirigaya/jinhui-skills

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…

23 11d ago A 0 tokens

LSTM-Kirigaya/jinhui-skills

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…

23 11d ago A 0 tokens

LSTM-Kirigaya/jinhui-skills

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.

23 11d ago A 0 tokens

kimi-code-api

19

LSTM-Kirigaya/jinhui-skills

Skill Claude CodeCodex

Integration guidance for Kimi Code, a coding model service, using its login flow, tokens, chat requests, and model-list requests.

23 11d ago A 80 tokens

lark-markdown

20

LSTM-Kirigaya/jinhui-skills

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)…

23 11d ago A 92 tokens

port-manager

21

LSTM-Kirigaya/jinhui-skills

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.

23 11d ago A 154 tokens

read-arxiv-paper

22

LSTM-Kirigaya/jinhui-skills

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.

23 11d ago A 105 tokens

rn-app-builder

23

LSTM-Kirigaya/jinhui-skills

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.

23 11d ago A 53 tokens

tauri-devtools

24

LSTM-Kirigaya/jinhui-skills

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)…

23 11d ago A 101 tokens