What problem does it solve?
Teams want to reuse ready-made Kortix capabilities without a fragile installer or version-lock system. This Skill guides the agent to discover catalog items and merge them into the project as user-owned files, landed through a reviewable change request.
Core Features & Use Cases
- Catalog Discovery: Search and inspect marketplace items with
kortix marketplace search and kortix marketplace show to find projects, skills, agents, and tools.
- File-Based Import: Detect an item's type from its structure (
kortix.yaml, SKILL.md, agents/*.md, tools/*.ts) and merge it into the correct .kortix/opencode/ locations.
- Change Request Workflow: Commit imported files and open a CR with
kortix cr open so a human reviews the diff before it becomes permanent.
- Use Case: A user asks to "add the competitor-analysis project from the marketplace." The agent inspects the item, merges its skills and agents into the repo, reconciles its
kortix.yaml, wires up required connectors, and opens a change request for approval.
Quick Start
Ask the agent to search the Kortix marketplace for a capability you need and import the best match into this project.