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
- Open Cursor Settings → Rules / Skills (or your team’s skills directory).
- Add the Tradeics skill pack (marketplace entry or local path).
- Enable at least Tradeics Docs globally; enable Platform / API / AI per repo as needed.
- 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
- Import the skill markdown (or pack zip) into the host’s skill / project-knowledge slot.
- Pin Tradeics Docs for documentation tasks.
- Point the agent at
https://developers.tradeics.com/llms.txtas a primary index. - 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).