kong AI Agent Skills
Browse 60 skills related to kong
Stock Analysis
Get real-time market quotes and technical analysis data for A-shares, funds, and Hong Kong stocks.
hk-stock-analysis
Comprehensive Hong Kong stock analysis covering H-shares, Red Chips, local HK stocks, AH premium analysis, Stock Connect flows, and HK market characteristics (T+0, no price limits, short selling). Use when user asks about 港股分析, Hong Kong listed stocks, H shares, or needs analysis considering HK market features.
akshare
Use akshare to retrieve real-time and historical data for China's financial markets. Use this skill when you need real-time quotes, historical data, or financial statements for financial products such as A-shares, Hong Kong stocks, U.S. stocks, indices, funds, and futures.
china-macro-analyst
Analyze China's macroeconomic data, PBOC monetary policy, fiscal policy, and their impact on A-share and Hong Kong stock markets. Track GDP, CPI, PPI, PMI, social financing, and interpret policy signals. Use when the user asks about China's macroeconomy, central bank policy, economic data impact on markets, or needs to understand policy implications for investment.
cross-border-flow-tracker
Real-time tracking and analysis of cross-border capital flows between Mainland China and Hong Kong via Stock Connect (Shanghai–Hong Kong and Shenzhen–Hong Kong Stock Connect). Monitor northbound (capital flowing into A-shares) and southbound (capital flowing into Hong Kong stocks) flows, identify trending stocks, and analyze institutional positioning. Use when the user asks about northbound funds, southbound funds, foreign capital movements, Stock Connect flows, or cross-border investment trends.
api-gateway-configuration
Configures API gateways for routing, authentication, rate limiting, and request transformation in microservice architectures. Use when setting up Kong, Nginx, AWS API Gateway, or Traefik for centralized API management.
api-gateway-patterns
Comprehensive API gateway patterns skill covering Kong, routing, rate limiting, authentication, load balancing, traffic management, and production gateway architecture
infra-rate-limiting
Assists with configuring infrastructure-level rate limiting at the reverse proxy, API gateway, CDN, and WAF layers. Use when setting up Nginx rate limiting, Cloudflare rate rules, AWS API Gateway throttling, Kong rate limiting plugins, or CDN-level DDoS protection. Trigger words: nginx rate limit, api gateway throttling, cloudflare rate limiting, waf, cdn rate limit, infrastructure throttling.
market-data
Provides real-time quotes, historical K-lines, batch index queries, sector rankings and constituents, capital flow and market turnover data for A-shares, US stocks, and Hong Kong stocks — suitable for market snapshots and basic analysis.
api-gateway-configurator
Configure and manage API gateways including Kong, Tyk, AWS API Gateway, and Apigee. Activates when users need help setting up API gateways, rate limiting, authentication, request transformation, or API management.
financial-report
Provides capabilities to retrieve financial metrics, search financial reports, and access report contents across A-shares, US stocks, and Hong Kong stocks — suitable for fundamental analysis and company research.
sys_admin
System administration tools for local OS info and remote SSH connection management.
taiwan-mahjong-expert
Expert on Taiwan 16-tile mahjong rules. Use this skill when users ask about mahjong rules, terminology (for example: chi/peng/kong/hu — melds and wins; sequences and triplets; closed hand and self-draw), hand types (for example: Qing Yi Se [Pure One Suit], Da San Yuan [Big Three Dragons]), tai calculation (scoring), winning conditions, game flow, or any question related to Taiwan mahjong play.
os_manipulation
Operating System file manipulation capabilities (list, bulk create, bulk move, regex move).
mahjong-dev-helper
Mahjong game development assistant. Use this skill when users need to develop mahjong game features, ask about project architecture (Game.js, Player.js, Tile.js), implement game logic (dealing, chi/pong/kong, winning-hand/tenpai detection), WebSocket communication, PixiJS rendering, performance optimization, or any questions related to the code of this mahjong game project.
testing
Testing capabilities including running pytest, listing tests, and generating coverage reports.
coder
Coding assistant capabilities including file investigation, reading, searching, editing, and command execution.
delegation
Agent delegation and orchestration capabilities to split tasks and run them in parallel.
web_fetch
Web retrieval capabilities using Jina AI's Reader and Search APIs.
office_reader
Office document reading capabilities using the markitdown library.
configure-api-gateway
Deploy and configure an API gateway (Kong or Traefik) to handle API traffic management, authentication, rate limiting, request/response transformation, and routing. Covers plugin configuration, upstream services, consumer management, and integration with existing infrastructure. Use when multiple backend services need a unified API endpoint, when centralized authentication or rate limiting is required, when implementing API versioning, or when needing detailed analytics and load balancing for microservices.
implementing-api-gateway-security-controls
Implements security controls at the API gateway layer including authentication enforcement, rate limiting, request validation, IP allowlisting, TLS termination, and threat protection. The engineer configures API gateways (Kong, AWS API Gateway, Azure APIM, Apigee) to act as a centralized security enforcement point that validates, throttles, and monitors all API traffic before it reaches backend services. Activates for requests involving API gateway security, API management security, gateway authentication, or centralized API protection.
configure-api-gateway
Deploy and configure an API gateway (Kong or Traefik) to handle API traffic management, authentication, rate limiting, request/response transformation, and routing. Covers plugin configuration, upstream services, consumer management, and integration with existing infrastructure. Use when multiple backend services need a unified API endpoint, when centralized authentication or rate limiting is required, when implementing API versioning, or when needing detailed analytics and load balancing for microservices.
react-tdd
Use when implementing React + Vite + TypeScript features or bugfixes with Vitest + React Testing Library tests, before writing implementation code.
dotnet-code-quality-reviewer-prompt
Use when a .NET/C# implementation task is complete and needs quality-focused code review, especially xUnit test quality (behavioral tests, assertion counts, NSubstitute mock boundaries, anti-patterns like getter/setter tests)
verify-plan-coverage
Use when validating that an implementation plan covers all requirements from a spec or architecture doc. Use after writing-plans completes, before plan execution. Use when concerned about silent requirement drops, value mutations, or missing edge cases.
react-frontend-patterns
Use when architecting or implementing React frontends with Zustand, TanStack Query, or component hierarchies. Symptoms - unclear where state lives, stores causing re-renders, no API caching strategy, inconsistent error handling.
dotnet-writing-plans
Use when you have a spec or requirements for a multi-step .NET backend task, before touching code. Creates concise implementation plans that reference architecture contracts.
hk-credit-cards-kb (Hong Kong credit cards knowledge base)
Use as a Hong Kong credit card knowledge base and read card details from references/*.yaml.
design-polish
Use when a frontend has placeholder assets (data-asset attributes, empty image slots) and needs real generated visuals. Triggers: post-implementation polish, preparing for demo/launch, replacing placeholder images with AI-generated assets matching a design system.
test-deploy
Use when testing marketplace deployment. Simple test skill for validating deploy workflow.
dansk-qa
Use when reviewing Danish copy for anglicisms, technical jargon, defensive tone, vague formulations, English words, and overly formal language. Scans uncommitted files by default or specific files with --file flag.
react-implementer-prompt
Use when dispatching a React frontend subagent from an implementation plan with React 19, Vitest/RTL/MSW, Zustand, and Tailwind v4
react-code-quality-reviewer-prompt
Use when a React implementation task is complete and needs quality-focused code review, especially test quality validation (behavioral tests, assertion counts, mock boundaries, anti-patterns like getter/className tests)
catchup
Catchup — Resume Work After Time Away
kong-api-gateway
Deploy Kong API Gateway on Kubernetes with JWT auth, rate limiting, and routing to all LearnFlow services
react-tailwind-v4-components
Use when building React components with Tailwind CSS v4, shadcn/ui, or Radix primitives. Use when writing className strings, cva variants, or CSS variable values in Tailwind.
dotnet-tdd
Use when implementing ASP.NET Core + EF Core features or bugfixes with xUnit + NSubstitute tests, before writing implementation code.
deploy-to-marketplace
Use when user wants to deploy/publish a skill to saurun-marketplace, says "deploy [skill] to marketplace", or asks to publish a skill to the plugin marketplace.
loop-review
Use when a plan needs quality assurance before execution, especially after writing-plans completes. Catches intent gaps (missing user requirements) and quality gaps (vague, inconsistent, or unexecutable tasks).
dotnet-implementer-prompt
Use when dispatching subagents for .NET backend implementation tasks, whether from a plan or ad-hoc work requiring TDD and self-review
god-agent
Use when building a new greenfield app or major multi-layer feature requiring both .NET backend + React frontend. RECOMMENDED: Run /god-agent-plan first for high-quality specs via research + interview + external review. DO NOT USE FOR: Bug fixes, small changes, single-layer work (backend-only or frontend-only), non-.NET/React projects. REQUIRED: .NET 9 + React 19 + Tailwind v4 + Zustand + SQLite. INPUT: Idea string + optional "Preferences: ..." suffix. COMMITMENT: Long-running (30+ min), resumable via STATE.md.
dotnet-tactical-ddd
Use when building .NET backend APIs with business logic, domain rules, invariants to enforce, or projects expanding beyond simple CRUD. Symptoms - anemic models with public setters, domain logic in controllers, AutoMapper bypassing validation, primitives instead of value objects
codex-bridge
Use when user wants to ask Codex, get GPT's opinion, get a second opinion from OpenAI, compare perspectives, have Codex review code or docs, or let Codex fix/refactor/implement something.
scaffold
Use when creating a new greenfield .NET 9 + React 19 project structure. Optionally accepts a spec file path or inline MVP description.
god-agent-plan
Interactive planning for god-agent. Research, interview, external review. Produces god-agent-compatible artifacts (_docs/specs/, _docs/plans/). Run before /god-agent for high-quality specs.
api-gateway-patterns
Centralizes authentication, rate limiting, routing, and observability at the API gateway layer so individual services don't have to implement them. Use when you have multiple backend services, need a single entry point, or want consistent cross-cutting concerns without duplicating code. Triggers on: API gateway, reverse proxy, Kong, nginx, Traefik, rate limiting, auth middleware, routing, load balancing, single entry point.
model-ab-test
Use when validating model downgrades for skills or agents. Runs A/B comparison between current and proposed model, scores outputs against test criteria, produces verdict.