jiayaoqijia
- 1.5k skills
- 0 followers
- 1 day ago last updated
- ▌
- ▌ Explain Zk · jiayaoqijia bundleZero-knowledge and the BLS12-381 primitive family on Cardano: verify SNARK proofs on-chain, aggregate BLS signatures, run VRFs, derive keys, and check BBS+ credentials in Aiken. Triggers: "explain zero-knowledge", "ZK on Cardano", "verify a SNARK on-chain", "Groth16 in Aiken", "zk-SNARK verifier", "BLS signatures in Aiken", "aggregate signatures", "VRF on Cardano", "verifiable randomness", "BBS+ / selective disclosure", "anonymous credentials", "range proof", "Bulletproofs", "prove knowledge without revealing it".
- ▌ Caffeine App · jiayaoqijia bundleScaffold and build a complete Caffeine app (caffeine.ai) from scratch — the project layout, the caffeine.toml workspace + canister manifests, the mops.toml for the single Motoko `backend` canister, the React/Vite frontend, and the caffeine CLI build loop (auth login, doctor, install, check --fix, preview --build). Use whenever the user wants to create, scaffold, set up, or build a Caffeine app or a caffeine.ai project, asks about caffeine.toml or mops.toml structure, or needs the caffeine CLI workflow — even if they do not say the words 'from scratch'. Always pair it with the `writing-motoko` skill for the backend code. Do NOT use it for Motoko language syntax or compiler errors (use the `writing-motoko` skill), and do NOT use it for generic Internet Computer / dfx / icp deployment (use the `icp-cli` skill).
- ▌ Ic Dashboard · jiayaoqijia bundleQuery the public REST APIs that power dashboard.internetcomputer.org. Covers canister metadata, ICRC ledger data, SNS data, ICP ledger, and network metrics with cursor-based pagination. Use when fetching canister info, token data, SNS proposals, or network stats via HTTP from off-chain code. No canister deployment or cycles needed.
- ▌ Modern Move Syntax · jiayaoqijia bundleUse when writing Move code on Sui to ensure 2024 edition syntax is used. Applies to method calls, string literals, vector operations, option handling, loops, and struct unpacking. Use whenever writing Move code to avoid legacy function-call syntax patterns.
- ▌ Naming Conventions · jiayaoqijia bundleUse when writing or reviewing Move smart contracts on Sui. Applies to naming structs, error constants, regular constants, events, getter functions, capability types, hot potato types, and dynamic field keys. Use whenever creating new types, functions, or constants in Move code.
- ▌ Onchain Randomness · jiayaoqijia bundleOnchain randomness on Sui. Use when generating random values in Move smart contracts, working with the Random object (0x8) or RandomGenerator, securing randomness-consuming functions against composition attacks, PTB attacks, or state leakage, implementing commit-reveal patterns, balancing gas across execution paths, or integrating randomness from TypeScript. For general Move security patterns, see the `move-security` skill. For Move language fundamentals, see the `sui-move` skill. For TypeScript SDK patterns, see the `sui-sdks` skill.
- ▌ Sui TS Sdk · jiayaoqijia bundleSui TypeScript SDK — PTB construction, client setup, transaction execution, and on-chain queries. Use when writing code that interacts with the Sui blockchain via @mysten/sui. These patterns apply in both backend scripts and frontend apps. For frontend-specific setup (dApp Kit, wallet adapters, React hooks), use the sui-frontend skill first or alongside this one.
- ▌ Sui TS Sdk Backend · jiayaoqijia bundleSui TypeScript SDK for backend services and autonomous agents. Use when building a backend, agent, or service that interacts with Sui programmatically without CLI — keypair creation, faucet funding, client setup, transaction building and signing, package publishing from code, sponsored transactions, running transactions at scale with executors, cloud KMS signing (AWS/GCP), and multisig workflows. Also use when the user asks how to bootstrap a Sui agent, build a backend signer service, or run high-throughput transaction pipelines. For frontend dApp development with wallets, see the `frontend-apps` skill. For SDK selection (TS vs Rust vs community), see the `sui-sdks` skill. For PTB semantics and command reference, see the `ptbs` skill. For Move smart contract development, see the `sui-move` skill.
- ▌ Ton Blockchain · jiayaoqijia bundleUse when working with The Open Network (TON) blockchain, or when the user mentions TON-ecosystem terms the agent may not recognize—such as Tact, FunC, Tolk, Fift, TL-B, TVM, cells, BoC, Jettons, TEPs, TON Connect, workchains, shardchains, or liteservers. Provides a docs-first workflow for fetching and navigating TON documentation accurately, and covers smart contract development, transaction mechanics, wallet standards, token standards, Telegram Mini Apps, and infrastructure.
- ▌ Ton Bug Triage · jiayaoqijia bundleReproduce TON bugs on a local tontester network. Use only when the task involves launching tontester validators, deploying contracts to a local network, or comparing patched validator builds — not for general TON development or testnet interaction.
- ▌ Polymarket 2 · jiayaoqijia bundleQuery Polymarket prediction markets — top markets, search, event details, and odds. Use when asked about prediction markets, event odds, Polymarket data, election markets, crypto predictions, or betting odds on real-world events.
- ▌ Pool Info · jiayaoqijia bundleThis skill should be used when the user asks to "check pool info", "get pool details", "pool TVL", "pool volume", "pool APR", "find pools", "search pools", "best pool for", "which pool", "pool address info", "what DEX is this pool", "identify pool", "pool stats", or wants to look up pool metadata (DEX, fee tier, tokens, TVL, volume, APR) before zapping into a pool. Also used internally by zap skills for DEX auto-detection when the user provides a pool address without specifying the DEX.
- ▌ Defi Skills · jiayaoqijia bundleBuild unsigned DeFi transactions from natural language across multiple chains. Use when the user wants to send, transfer, swap, stake, unstake, wrap, unwrap, supply, withdraw, borrow, repay, deposit, delegate, add liquidity, remove liquidity, or trade yield tokens on-chain. Supports Ethereum, Arbitrum, Base, Optimism, Polygon, and Sepolia. Covers ETH, ERC-20, ERC-721, Aave, Lido, Uniswap, Curve, Compound, MakerDAO, Rocket Pool, EigenLayer, Balancer, Pendle, Fibrous, and WETH.
- ▌ Ccs Writing Style · jiayaoqijia bundleUse when revising an ACM CCS paper for a precise threat model, calibrated attack/defense claims, the CCS page budget, double-blind wording, adaptive-evaluation honesty, and the security house style expected by an adversarial SIGSAC program committee.
- ▌ Cdcx Auth Setup · jiayaoqijia bundleCredential and profile management — configure API keys via the setup wizard, environment variables, or config file. Resolution order and troubleshooting.
- ▌ Cdcx Wallet Ops · jiayaoqijia bundleCrypto wallet operations — deposits, withdrawals, network management. Withdrawal is tier-dangerous and requires extra gating.
- ▌ Kraken Multi Pair · jiayaoqijia bundleMonitor multiple trading pairs simultaneously for screening and comparison.
- ▌ Kraken Tax Export · jiayaoqijia bundleExport trade history, ledgers, and cost basis data for tax reporting.
- ▌ Add Data Source · jiayaoqijia bundleStep-by-step guide for adding a new data source provider to the free-crypto-news platform. Covers the full lifecycle from API evaluation to adapter implementation, testing, and registration. Use when integrating a new market data, on-chain, social, or news source.
- ▌
- ▌ Bitget Wallet 3 · jiayaoqijia bundleInteract with Bitget Wallet API for crypto market data, token info, swap quotes, RWA (real-world asset) stock trading, and security audits. Use when the user asks about wallet, token prices, market data, swap/trading quotes, RWA stock discovery and trading, token security checks, K-line charts, or token rankings on supported chains (ETH, SOL, BSC, Base, etc.).
- ▌
- ▌ Market Sentiment · jiayaoqijia bundleAnalyze market sentiment for stocks and crypto using Reddit, news headlines, and fear/greed indicators. Get a quick read on crowd psychology before trading.
- ▌ Security Scanner · jiayaoqijia bundleScan code and dependencies for security vulnerabilities. Check npm audit, pip safety, and common security issues.
- ▌
- ▌ Explain Cip · jiayaoqijia bundleExplain Cardano Improvement Proposals (CIPs) to developers. Trigger phrases: "explain CIP", "what is CIP-30", "CIP-68 metadata", "what CIP covers", "which CIP for wallets", "governance CIP", "token metadata standard".
- ▌ Query Chain · jiayaoqijia bundleGuides finding the best way to query Cardano blockchain data. Triggers: "query chain", "read UTxOs", "fetch blockchain data", "Blockfrost vs Ogmios", "chain indexer", "query Cardano", "get transaction data", "read on-chain state", "query chain from Go".
- ▌ Skill Creator · jiayaoqijia bundleCreate new skills, modify and improve existing skills, and measure skill performance. Use when users want to create a skill from scratch, edit, or optimize an existing skill, run evals to test a skill, benchmark skill performance with variance analysis, or optimize a skill's description for better triggering accuracy.
- ▌ Stable Memory · jiayaoqijia bundlePersist canister state across upgrades. Covers StableBTreeMap and MemoryManager in Rust, persistent actor in Motoko, and upgrade hook patterns. Use when dealing with canister upgrades, data persistence, data lost after upgrade, stable storage, StableBTreeMap, pre_upgrade traps, or heap vs stable memory. Do NOT use for inter-canister calls or access control — use multi-canister or canister-security instead.
- ▌ Token Info · jiayaoqijia bundleThis skill should be used when the user asks to "check token price", "get token info", "token details", "what is the price of", "current price of", "look up token", "token lookup", "market cap of", "is this token safe", or wants to know the current price, market cap, safety status, or contract address of a token before placing a limit order, swapping, or zapping into a pool. Fetches token metadata and live USD price from KyberSwap APIs across 18 EVM chains.
- ▌
- ▌ Kraken Order Types · jiayaoqijia bundleComplete reference for all spot and futures order types and modifiers.
- ▌ Kraken Rate Limits · jiayaoqijia bundleUnderstand Kraken API rate limits and adapt agent behavior when limits are hit.
- ▌ Kraken Rebalancing · jiayaoqijia bundlePortfolio rebalancing to maintain target allocations across assets.
- ▌ Aibtc Bitcoin Wallet · jiayaoqijia bundleBitcoin L1 wallet for agents - check balances, send BTC, manage UTXOs. Extends to Stacks L2 (STX, DeFi) and Pillar smart wallets (sBTC yield).
- ▌ Read Temp File · jiayaoqijia bundleReads the content of a file located in the temporary directory (temp/) which is otherwise ignored by git.
- ▌ Competitive Moat · jiayaoqijia bundleStrategic analysis skill for benchmarking free-crypto-news against CoinGecko, DefiLlama, CoinMarketCap, and other crypto data platforms. Identifies differentiation opportunities and growth strategies for reaching 1M+ users.
- ▌ Market Sentiment 2 · jiayaoqijia bundleSynthesize crypto market sentiment by combining the Fear & Greed index, trending coins, narrative momentum, whale activity, and on-chain signals into a single actionable market read. Use when the user wants to know if the market is bullish, bearish, or transitioning. Powered by the free-crypto-news API.
- ▌ Scale To Million · jiayaoqijia bundleComprehensive scaling checklist and action plan to prepare free-crypto-news for 1M+ concurrent users. Use when planning infrastructure upgrades, load testing, or pre-launch scaling sprints. Covers caching, databases, queues, CDN, horizontal scaling, and observability.
- ▌ Moonpay MCP · jiayaoqijia bundleSet up MoonPay as an MCP server for Claude Desktop or Claude Code. Provides all MoonPay CLI tools via the Model Context Protocol.
- ▌ Polymarket Builder · jiayaoqijia bundlePolymarket Builder Program integration — register as a builder to earn weekly USDC fee rebates on routed volume, use py-builder-signing-sdk with Gnosis Safe wallets, discover 5-minute epoch-based Up/Down crypto markets via slug pattern {coin}-updown-5m-{epoch}, fix the CTF conditional token 400 balance/allowance error with polling (update_balance_allowance is a GET not a tx), and implement production-grade scalper bots on Polygon.
- ▌
- ▌ E2e Testing · jiayaoqijia bundleDeprecated. Use testing/extension-testing instead — Selenium E2E via references/e2e.md. Kept as a redirect stub for older installs and --include paths. For MetaMask Mobile, use testing/mobile-testing.
- ▌
- ▌ Log Triage · jiayaoqijia bundleCI/build/runtime error log analysis with root-cause detection, prioritized fix plans, and verification checklists
- ▌
- ▌ Design Token · jiayaoqijia bundleDesign Cardano native token, NFT, NFT collection, fungible token, CIP-25 metadata, CIP-68 reference tokens, CIP-113 programmable tokens, minting policy, token architecture.
- ▌ Setup Devnet · jiayaoqijia bundleGuides setting up a local Cardano development environment. Triggers: "setup devnet", "local testnet", "Yaci DevKit", "development environment", "local Cardano node", "devnet", "preview testnet", "preprod testnet".
- ▌ Custom Domains · jiayaoqijia bundleRegister and manage custom domains for IC canisters via the HTTP gateway custom domain service. Covers DNS record configuration (CNAME, TXT, ACME challenge), the .well-known/ic-domains file, domain registration/validation/update/deletion via the REST API, TLS certificate provisioning, and HttpAgent host configuration. Use when the user wants to serve a canister under a custom domain, configure DNS for IC, register a domain with boundary nodes, troubleshoot custom domain issues, or update/remove a custom domain. Do NOT use for general frontend hosting or asset/static-site canister configuration without custom domains — use static-site instead.
- ▌ Encrypted Maps · jiayaoqijia bundleAdd access-controlled, end-to-end encrypted key-value storage to a canister with the vetKeys EncryptedMaps library (ic-vetkeys for Rust and Motoko backends, @icp-sdk/vetkeys for the frontend). Values are encrypted client-side under vetKeys and shared between principals with per-user access rights (Read, ReadWrite, ReadWriteManage). Use when building a password manager, encrypted notes, a secure vault, or any app that stores and shares encrypted data on-chain. Start here for encrypted storage; escalate to the vetkeys skill only for BLS signatures, custom IBE, or timelock encryption.
- ▌ Https Outcalls · jiayaoqijia bundleMake HTTPS requests from canisters to external web APIs. Covers transform functions for consensus, cycle cost management, response size limits, and idempotency patterns. Use when a canister needs to call an external API, fetch data from the web, or make HTTP requests. Do NOT use for EVM/Ethereum calls — use evm-rpc instead.
- ▌ Multi Canister · jiayaoqijia bundleDesign and deploy multi-canister dapps. Covers inter-canister calls, canister factory pattern, async messaging pitfalls, bounded vs unbounded wait, and 2MB payload limits. Use when splitting an app across canisters, making inter-canister or cross-canister calls, or designing canister-to-canister communication. Do NOT use for single-canister apps.
- ▌ Writing Motoko · jiayaoqijia bundleMotoko language pitfalls, modern syntax, and architecture patterns for the Internet Computer. Covers persistent actors, stable types, mo:core standard library, dot notation, mixins, and common compilation errors. Use when writing Motoko canister code, fixing Motoko compiler errors, or generating Motoko actors. Do NOT use for deployment, icp.yaml, or CLI commands; for design review or audit of existing Motoko code, load reviewing-motoko instead.
- ▌ Sui Frontend · jiayaoqijia bundleSui frontend dApp development with @mysten/dapp-kit-react (React) and @mysten/dapp-kit-core (Vue, vanilla JS, other frameworks). Use when building browser apps that connect to Sui wallets, query on-chain data, or execute transactions. Use alongside the sui-ts-sdk skill for PTB construction patterns.
- ▌ Limit Order · jiayaoqijia bundleThis skill should be used when the user asks to "create a limit order", "place a limit order", "set a target price order", "limit buy", "limit sell", "cancel limit order", "check my orders", "query limit orders", or wants to trade tokens at a specific price. Creates, queries, and cancels gasless limit orders via KyberSwap Limit Order API across 17 EVM chains.
- ▌ Swap Status · jiayaoqijia bundleThis skill should be used when the user asks to "check transaction status", "tx status", "did my swap succeed", "check swap result", "transaction receipt", "what happened to my swap", or wants to verify whether a previously submitted swap transaction succeeded or failed on-chain. Uses Foundry's `cast receipt` to retrieve transaction receipts and `cast run` to decode revert reasons for failed transactions.
- ▌ Error Handling · jiayaoqijia bundleHandle errors when swapping tokens through KyberSwap Aggregator API
- ▌ Crypto Paper Reader · jiayaoqijia bundleUse when deeply reading one cryptography, ZKP, or lattice paper to extract its claims, definitions, proof structure, assumptions, parameters, evidence, costs, limitations, and research implications.
- ▌ Crypto Paper Review · jiayaoqijia bundleUse when pre-reviewing, peer reviewing, stress-testing, or assessing submission readiness of a cryptography, ZKP, lattice, or security paper for a leading research venue.
- ▌ Zkp Security Review · jiayaoqijia bundleUse when auditing an interactive or non-interactive zero-knowledge proof/argument, proof of knowledge, Fiat-Shamir transform, SNARK/STARK, polynomial commitment, aggregation, recursion, folding, or IVC system.
- ▌ Market Intel · jiayaoqijia bundleOn-chain and institutional market intelligence — the structural layer beneath price. Use this skill whenever the user asks about: whale activity, exchange flows, token unlocks, ETF inflows/outflows, institutional buying or selling, DeFi TVL, yield opportunities, DEX trending tokens, meme coins, new token launches, market cycle indicators, AHR999, Pi Cycle, rainbow chart, accumulation zone, BTC market cycle, is now a good time to DCA, Coinbase premium, stablecoin supply, on-chain health, ETH gas, BTC fees, mempool, market cap rankings, or anything about what large holders and institutions are doing with their coins.
- ▌ Cdcx Market Intel · jiayaoqijia bundleFetch and analyze market data — prices, orderbook depth, candles, recent trades
- ▌ Kraken Dca Strategy · jiayaoqijia bundleDollar cost averaging with scheduled buys and performance tracking.
- ▌ Kraken Earn Staking · jiayaoqijia bundleDiscover staking strategies, allocate funds, and track earn positions.
- ▌ Kraken Futures Risk · jiayaoqijia bundleFutures-specific risk management: leverage, funding rates, margin, and liquidation awareness.
- ▌ Kraken Grid Trading · jiayaoqijia bundleGrid trading strategy with layered buy and sell orders across a price range.
- ▌ Kraken Setup · jiayaoqijia bundleInstall kraken-cli, create API credentials, and go from paper trading to live in under five minutes.
- ▌ Kraken Market Intel · jiayaoqijia bundleRead market state with low-noise data pulls and streaming updates.
- ▌ Kraken Ws Streaming · jiayaoqijia bundleReal-time data streaming via WebSocket for spot and futures.
- ▌ Fix False Positives · jiayaoqijia bundleUse when the user asks to "fix false positives", "check FP stats", "triage autofixer false positives", "why is rule X getting dismissed", or wants to reduce dismissal rates in the program_autofixer. Queries live dismissal telemetry from Databricks, ranks rules by false-positive burden, diagnoses the root cause in the rule's visitor, and implements a fix with the user approving each step.
- ▌
- ▌ Polymarket Research · jiayaoqijia bundleUse when researching Polymarket prediction markets, checking odds on events, finding trending markets, analyzing 5-minute crypto prediction markets (BTC/ETH), comparing market sentiment, or helping users decide what to bet on. Triggers on polymarket, prediction market, odds, betting, 5-minute markets, event probability.
- ▌ Unit Testing · jiayaoqijia bundleDeprecated. Use testing/extension-testing (references/unit.md) for MetaMask Extension, or testing/mobile-testing (references/unit.md) for MetaMask Mobile. Kept as a redirect stub for older installs and --include paths.
- ▌ Privy · jiayaoqijia bundleCreate and manage agentic wallets with Privy. Use for autonomous onchain transactions, wallet creation, policy management, and transaction execution on Ethereum, Solana, and other chains. Triggers on requests involving crypto wallets for AI agents, server-side wallet operations, or autonomous transaction execution.
- ▌
- ▌
- ▌ Explain Eutxo · jiayaoqijia bundleExplain Cardano's extended UTxO model to developers. Trigger phrases: "explain datum", "what is a redeemer", "eUTxO vs account model", "how do validators work", "what is a script context", "UTxO model", "how does Cardano differ from Ethereum".
- ▌ Give Feedback · jiayaoqijia bundleSend feedback about cardano-dev-skills itself to its maintainers as a GitHub issue: a bundled skill or doc that was wrong, stale, confusing, or missing something, a prompt that should have triggered a skill but didn't, or a skill that saved real time. Drafts the issue from the current context, scrubs secrets, asks once, then files it with gh. Trigger phrases: "give feedback", "send feedback", "report this skill", "this doc is wrong", "that skill is stale", "feedback to cardano-dev-skills", "/give-feedback".
- ▌ Icp Brand Voice · jiayaoqijia bundleICP / DFINITY positioning, voice, and vocabulary v2 for surfaces under the DFINITY or Internet Computer (ICP) mark. Pairs with icp-brand-design (colors, typography, components). Use when writing or reviewing copy, UI strings, headlines, hero lines, buttons, errors, empty states, release notes, blog posts, marketing pages, developer docs, social posts, decks. Enforces the calm, factual, plain voice (no hyperbole, no em-dashes, no emoji), the locked positioning ("Sovereign frontier cloud / Scaling AI that builds"), the four voice attributes (Factual, Plain, Calm, Sovereign by math), and the strict ban on bare "onchain" and "on-chain" as nouns, attributes, or selling points. Triggers, ICP voice, DFINITY voice, brand voice, is this on brand copy, vocabulary check, tagline review, headline review, ICP positioning, how should we describe ICP, write a headline. Products with their own voice (OISY, Caffeine, future ecosystem products with their own verbal systems) are out of scope.
- ▌ Swap Approve · jiayaoqijia bundleThis skill should be used when the user asks to "approve token", "check allowance", "approve USDC for swapping", "token approval", "revoke approval", "set allowance", "remove approval", "check token approval", "approve router", or wants to manage ERC-20 token approvals for the KyberSwap router. Supports checking allowance, approving exact amounts, unlimited approvals, and revoking approvals.
- ▌ Rocketpool Liquid Staking · jiayaoqijia bundleInteract with Rocket Pool liquid staking contracts — deposit ETH to mint rETH, burn rETH for ETH, check exchange rates, query deposit pool balances, and perform rETH ERC-20 operations. Supports cast (Foundry CLI) and Ethereum MCP tools on mainnet and Hoodi testnet.
- ▌
- ▌ Crypto Novelty Check · jiayaoqijia bundleUse when adversarially checking whether a decomposed cryptography, ZKP, or lattice contribution has matching prior art, priority conflicts, hidden predecessors, or only a bounded novelty claim.
- ▌ Crypto Paper Writing · jiayaoqijia bundleUse when outlining, drafting, restructuring, or completing a cryptography, ZKP, lattice, or security paper from verified claims, proofs, literature, parameters, experiments, artifacts, and venue requirements.
- ▌ Macro Analyst · jiayaoqijia bundleMacro-economic and cross-asset analysis for crypto market context. Use this skill whenever the user asks about the broader economic environment and its effect on crypto or risk assets. Triggers include: macro outlook, interest rates, Fed policy, rate cut, rate hike, FOMC, yield curve, inverted yield curve, recession risk, inflation, CPI, PCE, jobs data, unemployment, GDP, 10-year yield, 2-year yield, spread, dollar strength, DXY, risk-on, risk-off, gold correlation, BTC vs S&P, cross-asset correlation, global markets, tech earnings impact on crypto, forex rates, euro, yen, China market, A-shares, economic calendar, macro environment.
- ▌ News Briefing · jiayaoqijia bundleCrypto and financial news aggregation, briefing, and narrative synthesis. Use this skill whenever the user wants news, headlines, or to understand what's happening in markets right now. Triggers include: latest news, what's happening, news briefing, morning briefing, today's news, crypto news, market news, top headlines, recent news, news summary, what happened, hot topics, trending news, breaking news, market update, weekly recap, what's moving markets, catalyst today, current narrative, what are people talking about, social trending, Weibo trending, hot search, Chinese social media, KOL views, analyst opinion, researcher take, any news on [X].
- ▌ Cdcx Check Balance · jiayaoqijia bundleVerify credentials and inspect account balance — the first action an agent takes before trading.
- ▌ Kraken Basis Trading · jiayaoqijia bundleCapture the spot-futures price spread with delta-neutral basis trades.
- ▌ Kraken Funding Carry · jiayaoqijia bundleEarn funding rate payments by positioning on the paying side of perpetuals.
- ▌ Kraken Paper To Live · jiayaoqijia bundlePromote a validated paper strategy to live trading, gated on lab experiment evidence plus safety checks.
- ▌ Describe Changes · jiayaoqijia bundleDescribe very high level changes required to implement discussed functionality (functionality, test, docs)
- ▌ Gh Issue Publish · jiayaoqijia bundlePublish a GitHub issue from a markdown file in .ai/gh_issues/ created by gh-issue-bug or gh-issue-improvement skills
- ▌ Graph Polymarket MCP · jiayaoqijia bundleQuery Polymarket prediction market data via The Graph subgraphs + Polymarket REST APIs (Gamma + CLOB) — 35 tools for market search, live prices, on-chain analytics, trader P&L, open interest, resolution status, and CLOB V2 builder attribution.
- ▌
- ▌ X402 Payments · jiayaoqijia bundleBuild x402 payment flows using MetaMask Smart Accounts Kit, machine to machine payments over HTTP with ERC-7710 delegations and ERC-7715 Advanced Permissions
- ▌
- ▌ Running A Base Node · jiayaoqijia bundleRuns a Base node for production environments. Covers hardware requirements, Reth client setup, networking, and sync troubleshooting. Use when setting up self-hosted RPC infrastructure or running archive nodes. Covers phrases like "run a Base node", "set up Base RPC", "Base node hardware requirements", "Reth Base setup", "sync Base node", "self-host Base", or "run my own node".
- ▌ Connect Wallet · jiayaoqijia bundleGuides integrating a Cardano wallet into a web dApp using CIP-30. Triggers: "connect wallet", "CIP-30", "wallet integration", "browser wallet", "sign transaction", "wallet connector", "dApp wallet", "Nami", "Eternl", "Lace".
- ▌ Icp Brand Design · jiayaoqijia bundleICP / DFINITY visual design system v2: tokens, color, typography, layout, components, accessibility for DFINITY and Internet Computer surfaces. Pairs with icp-brand-voice. Use when building or reviewing visual surfaces (NNS, ICP.app, Internet Identity, dashboards, the main website, developer docs, marketing). Enforces the system that ships on internetcomputer.org: three faces (Newsreader, Inter, JetBrains Mono), single rust accent, light editorial parchment as the default theme with an opt-in dark theme for product surfaces that need it, sentence case, italic for asides only, no em-dashes (U+2014), tamperproof spelled as one word. Triggers: ICP design, DFINITY design, brand tokens, design review ICP, color palette, typography ICP, NNS redesign, light or dark mode ICP. OISY, Caffeine, and ecosystem products with their own brand are out of scope.