tradecore-packages

Generates Markdown and JSON catalogs of @recallnet package capabilities with install guidance.

1|Updated Apr 28, 2026
One-click install
npx skills add https://github.com/recallnet/polymarket-cross-sectional-momentum --skill tradecore-packages
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: tradecore-packages
Source: https://github.com/recallnet/polymarket-cross-sectional-momentum/tree/main/.agents/skills/tradecore-packages
Command: npx skills add https://github.com/recallnet/polymarket-cross-sectional-momentum --skill tradecore-packages

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Discover TradeCore packages, what they own, whether they are publishable or private, how to install the publishable ones, and where to look for exports, examples, and tests. Use this whenever an agent or developer needs to know which @recallnet/* package already solves a problem, which package is the canonical home for a concept, or how to install a TradeCore package in another repo.

Core Features & Use Cases

  • Generates the full generated TradeCore package-capabilities catalog in markdown
  • the full generated TradeCore package-capabilities catalog in JSON
  • a generated install guide for publishable packages
  • Workflow: Start with references/installable-packages.md when the question is "what can I install?"; Read references/package-capabilities.md when the question is "which package owns this concept?" or "where should this logic live?"; Read references/package-capabilities.json when you need the same data in machine-readable form; Prefer publishable packages for external repos; Do not recommend private packages as external installs; For websocket questions surface ws-venues guidance; Distinguish Polymarket surfaces; If Kalshi WS relay is relevant surface it as opt-in local development; Call out resiliency and protections as relevant; For Polymarket relayer REST questions, route to funding-clients and polymarket-redeemer; Relayer API key auth is separate surface.

Quick Start

Review references/installable-packages.md to identify publishable packages and follow the install guidance to add them to external repos.

Frequently Asked Questions about tradecore-packages

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I discover which TradeCore package owns a specific concept or capability?

Discover TradeCore package ownership by reading the package-capabilities.md or package-capabilities.json references, which map concepts to their canonical home within the monorepo. These references help you identify which package already solves a problem and where specific logic should live.

How do I install publishable TradeCore packages in an external repo?

Install publishable TradeCore packages by reviewing the references/installable-packages.md file for install guidance. This catalog promotes publishable packages for external use and provides the steps to add them to external repos.

Can I use private TradeCore packages as external installs in my project?

No, you should not use private TradeCore packages as external installs. The catalog actively discourages recommending private packages, preferring only publishable packages for external integration into other repos.

Does the TradeCore catalog include machine-readable package capabilities data?

Yes, the TradeCore catalog includes machine-readable package capabilities data. The package-capabilities.json reference provides the same surface data as the markdown catalog in JSON format for programmatic access.

Where can I find Polymarket relayer REST API guidance in TradeCore packages?

Find Polymarket relayer REST API guidance by routing to the funding-clients and polymarket-redeemer packages. Note that relayer API key authentication is managed as a separate surface within the TradeCore catalog.

What TradeCore package should I use for websocket venue connections?

Use the ws-venues package guidance for websocket venue connection questions. Additionally, the Kalshi WS relay is available as an opt-in local development surface if relevant to your integration needs.