Public collection of AI skills, rules, and agents for Claude Code and Cursor — shared with the community
# Tradera AI Marketplace AI plugins for the [Tradera](https://www.tradera.com) marketplace. Works with both **Claude Code** and **Cursor**. ## Quick Start ### Claude Code **CLI** ```bash # Add the marketplace cursor plugin marketplace add tradera/ai-marketplace # Install a plugin cursor plugin install tradera-api@tradera-ai-marketplace ``` **Desktop app** Run these slash commands in any Claude Code session: ``` /plugin marketplace add tradera/ai-marketplace /plugin install tradera-api@tradera-ai-marketplace ``` ### Cursor Add this repository as a marketplace in Cursor's plugin settings. ## Plugins | Plugin | Description | |--------|-------------| | **[tradera-api](plugins/tradera-api/)** | Skills for interacting with the Tradera public REST API (v4) — look up items, publish listings, and manage active listings. | ## Tradera API The included skills use the [Tradera REST API (v4)](https://api.tradera.com) at `api.tradera.com`. The API is open for anyone to use — register as a developer at [api.tradera.com/register](https://api.tradera.com/register) to get your credentials. The current skills cover the basics (item lookup, publishing, and deletion), but the API supports much more. You can build your own skills on top of it — see [CONTRIBUTING.md](CONTRIBUTING.md) for how to add new skills to this marketplace. ## Repository Structure ``` .cursor-plugin/marketplace.json # Claude Code marketplace manifest .cursor-plugin/marketplace.json # Cursor marketplace manifest plugins/<plugin>/ .cursor-plugin/plugin.json # Plugin metadata (Claude Code) .cursor-plugin/plugin.json # Plugin metadata (Cursor) skills/<skill-name>/SKILL.md # Skill definitions mcp.json # MCP server configuration hooks/hooks.json # Hooks configuration README.md # Plugin documentation scripts/validate-template.mjs # Marketplace structure validator ``` ##
Agent that generates comprehensive documentation, API references, architecture diagrams, and developer onboarding guides from existing code.
Agent configuration for systematic bug investigation that traces issues from error logs through the codebase to root cause with suggested fixes.
Agent for integrating third-party APIs including SDK setup, type generation, error handling, retry logic, and rate limit management.
Cursor's built-in autonomous coding agent that can make multi-file edits, run terminal commands, search the codebase, and iteratively build features with minimal human intervention.
Cloud-based autonomous coding agent that runs in the background on remote sandboxed environments, handling complex multi-step tasks while you continue working.
Cursor's multi-file editing agent within Composer mode that can create, edit, and delete files across your entire project in a single conversation.