Agent Skills
Give Feedback

Install

Updated on July 14, 2026

Install Tradeics Agent Skills once per machine or per project, then let your host auto-select them when the conversation matches Tradeics work.

Prerequisites

  • A coding agent that supports skills (Cursor Skills, Claude projects/skills-compatible hosts, or your own skill runner).
  • Access to the official Tradeics skill pack (early access) or a local clone of the skill definitions your team maintains.
  • Optional but recommended: MCP Servers for live tools.
Skill package names and install channels below are reserved placeholders (@tradeics/…). Swap in GA package ids when published — keep this page’s section order.

Cursor

  1. Open Cursor Settings → Rules / Skills (or your team’s skills directory).
  2. Add the Tradeics skill pack (marketplace entry or local path).
  3. Enable at least Tradeics Docs globally; enable Platform / API / AI per repo as needed.
  4. Start a chat that mentions Tradeics — confirm the skill appears in the agent’s loaded context.

Local path pattern (placeholder):

~/.cursor/skills/tradeics-docs/
~/.cursor/skills/tradeics-platform/
~/.cursor/skills/tradeics-api/
~/.cursor/skills/tradeics-ai/

Claude / ChatGPT / custom hosts

  1. Import the skill markdown (or pack zip) into the host’s skill / project-knowledge slot.
  2. Pin Tradeics Docs for documentation tasks.
  3. Point the agent at https://developers.tradeics.com/llms.txt as a primary index.
  4. Attach MCP only when live calls are required (Connect in agents).

Verify

Ask the agent:

Using the Tradeics Docs skill, summarize Authentication and link the REST API V2 base URL. Do not invent endpoints.

Expect: links into /guides/getting-started/authentication/ and https://api.tradeics.example/v2/ (or production hosts when live).

Next