kortix-ai/suna

The open-source AI Management System

20kStars on the repository
178Mods indexed here, across every type
yesterdayLast push, which is what freshness is scored on
customA LICENSE file GitHub cannot name, so bodies are not copied

composio

01

kortix-ai/suna

Skill Claude CodeCodex

Route and complete Composio work across Composio For You and Composio Platform. Use when the user mentions Composio; wants an agent to use apps such as Gmail, Slack, GitHub, Notion, Calendar, or Linear; needs first-time setup, an SDK or MCP integration, CLI operation, migration guidance, current documentation, or help…

not rated 20k yesterday A 84 tokens

brand-guidelines

02

kortix-ai/suna

Skill Claude CodeCodex

Applies official Kortix colors, type, and layout from kortix.com to decks, docs, slides, and other artifacts. Use when matching brand visuals, formatting deliverables, or checking work against company design standards.

not rated 20k yesterday A 48 tokens

claude-code

03

kortix-ai/suna

Skill Claude CodeCodex

Drive Anthropic's Claude Code CLI (claude -p) as a non-interactive coding sub-agent from inside Codex. Use when you want to delegate a coding/analysis/refactor task to Claude, get a second opinion / adversarial review from another model, hand off long-context planning, or fan out parallel agents. Covers the exact…

not rated 20k yesterday A 120 tokens

codex-cli

04

kortix-ai/suna

Skill Claude CodeCodex

Drive OpenAI's Codex CLI (codex exec) as a non-interactive coding sub-agent from inside Claude Code. Load WHENEVER you want to delegate a coding/analysis/refactor task to Codex, get a second opinion / adversarial review from another model, fan out parallel agents across files or worktrees, or run a long mechanical job…

not rated 20k yesterday A 128 tokens

commit-dis

05

kortix-ai/suna

Skill Claude CodeCodex

Stage and commit ONLY the work done in this session, on the CURRENT branch — no new branch, no PR, no push. Load whenever the user says 'commit this', 'commit-dis', 'git add commit what we did', 'commit dis', 'save my work', or otherwise asks to commit the changes from the current thread. Enforces: stay on the…

not rated 20k yesterday A 89 tokens

comms

06

kortix-ai/suna

Skill Claude CodeCodex

Use when writing or reviewing any Kortix-facing words — headlines, taglines, elevator pitches, audience pitches (developers, companies, enterprise), captions, deck or social copy, product naming, README or docs copy, or text composited into images — or when another skill needs Kortix's canonical positioning…

not rated 20k yesterday A 85 tokens

dotenvx-secrets

07

kortix-ai/suna

Skill Claude CodeCodex

How this repo manages API secrets and the four local-run environments (local/dev/staging/prod). They are dotenvx-ENCRYPTED in git and the keys live in Dotenv Armor. Load this WHENEVER you touch a secret, API key, token, credential, or any apps/api/.env file; whenever the user pastes a key/token/secret to store or use…

not rated 20k yesterday A 107 tokens

kortix-ai/suna

Skill Claude CodeCodex

Use when building or editing any visual surface in apps/web — a page, screen, list, card, badge, avatar, modal, form, empty state, toast, tooltip, table, or panel — and you need to know WHICH component to compose and which primitives are banned. Load kortix-brand-guidelines first for the values (color, spacing, type…

not rated 20k changed yesterday A 120 tokens

kortix-image

09

kortix-ai/suna

Skill Claude CodeCodex

Generates clean, on-brand Kortix/Suna images — hero, product, social, blog, illustration, and UI assets. Use when the user asks to create, art-direct, or revise images for Kortix, Suna, agents, sandboxes, coding workflows, launch assets, thumbnails, or covers.

not rated 20k yesterday A 67 tokens

kortix-presentation

10

kortix-ai/suna

Skill Claude CodeCodex

Build, edit, present, and record Kortix decks. A Kortix presentation is a Next.js route under /presentations in apps/web — never a file. Load WHENEVER the user asks for a deck, slides, a presentation, a walkthrough, a talk track, a guided demo, presenter notes, or wants to record a product video; and whenever editing…

not rated 20k yesterday A 88 tokens

kortix-release

11

kortix-ai/suna

Skill Claude CodeCodex

How to cut a Kortix production release — the versioning philosophy (when patch vs minor vs major) and the exact flow: derive the release title + notes from the FULL git log since the last release, run the Promote workflow, then deploy + verify prod. Load WHENEVER the user wants to release, promote, cut/ship a version…

not rated 20k yesterday A 105 tokens

kortix-rollback

12

kortix-ai/suna

Skill Claude CodeCodex

How to roll Kortix PRODUCTION back to an older already-released version — the inverse of a release. Covers the one-dispatch rollback-prod.yml engine, the per-surface mechanics (API + gateway = ECS Fargate image-tag swap; frontend = Vercel promote), the all-important Vercel frontend behavior (why a backend-only push…

not rated 20k yesterday A 184 tokens

kortix-social

13

kortix-ai/suna

Skill Claude CodeCodex

Writes platform-native social content — LinkedIn posts, Twitter/X threads, carousels, Instagram/TikTok/Reels/Shorts video scripts, content calendars — and repurposes one long-form piece into many. Use when the user asks for a "LinkedIn post," "Twitter thread," "carousel," "social calendar," "what should I post,"…

not rated 20k yesterday A 105 tokens

migration

14

kortix-ai/suna

Skill Claude CodeCodex

How to change the database schema in this repo. Current engine: node-pg-migrate, with SQL generated from Drizzle schema changes when possible. Load whenever you add/alter/drop a table, column, enum, index, constraint, RLS/function/grant, or any file under packages/db/migrations.

not rated 20k yesterday A 65 tokens

product-marketing

15

kortix-ai/suna

Skill Claude CodeCodex

Creates and maintains the product marketing context doc at /product-marketing.md — the shared source other marketing skills (copywriting, cro, seo-audit, kortix-image) read first. Use when setting up, auto-drafting, updating, or checking product/marketing context.

not rated 20k yesterday A 60 tokens

sdk

16

kortix-ai/suna

Skill Claude CodeCodex

The hard rules for editing @kortix/sdk (packages/sdk) — a PUBLISHED npm package with constraints no other package in this repo has: TDD is mandatory (failing test first, gates run and pasted every turn, explicit shippable YES/NO/NOT YET); exported names INCLUDING types are a public API contract and renaming one is a…

not rated 20k yesterday A 149 tokens

testing

17

kortix-ai/suna

Skill Claude CodeCodex

Use for every Kortix test task, behavior change, bug fix, refactor, API route change, CLI change, SDK change, browser journey, test failure, coverage question, local benchmark, or testing infrastructure change. Enforce the single local-first runner, black-box flow contracts, package-local SDK tests, browser-only…

not rated 20k yesterday A 76 tokens

worktree

18

kortix-ai/suna

Skill Claude CodeCodex

How to do feature work in this repo with git worktrees via pnpm worktree. Each worktree gets its own branch, its own block of app ports, its own nodemodules, and by default shares the primary checkout's standard local Supabase DB for fast setup; pass --db only when a separate Supabase project/data plane is needed.…

not rated 20k yesterday A 173 tokens

kortix-ai/suna

Skill Claude CodeCodex

Design engineering principles for making interfaces feel polished. Use when building UI components, reviewing frontend code, implementing animations, hover states, shadows, borders, typography, micro-interactions, enter/exit animations, or any visual detail work. Triggers on UI polish, design details, "make it feel…

not rated 20k yesterday A 96 tokens

kortix-cli

20

kortix-ai/suna

Skill Claude CodeCodex

Drive Kortix itself from the terminal with the kortix CLI — preinstalled and pre-authenticated in every session sandbox. Use whenever a task means acting on THIS project's Kortix control plane rather than just editing files: manage secrets, list/spawn/watch/talk-to sessions, open or inspect change requests to land…

not rated 20k yesterday A 118 tokens

agent-browser

21

kortix-ai/suna

Skill Claude CodeCodex

Browser automation CLI for AI agents. Use when the user needs to interact with websites, including navigating pages, filling forms, clicking buttons, taking screenshots, extracting data, testing web apps, or automating any browser task. Triggers include requests to "open a website", "fill out a form", "click a…

not rated 20k yesterday A 200 tokens

kortix-ai/suna

Skill Claude CodeCodex

Convert Word (.doc, .docx), PowerPoint (.ppt, .pptx), Excel (.xls, .xlsx), OpenDocument (.odt, .ods, .odp), RTF, EPUB, CSV, and PDF files to GitHub-Flavored Markdown. Use when a task needs the contents of an office document, spreadsheet, presentation, ebook, or PDF you cannot read directly.

not rated 20k yesterday A 86 tokens

design-foundations

23

kortix-ai/suna

Skill Claude CodeCodex

Artifact-agnostic design guidance — works for CSS, PowerPoint, matplotlib, PDF, or any visual output. Also includes a curated catalog of named font/color themes for slides, docs, and reports (non-web assets).

not rated 20k yesterday A 49 tokens

docx

24

kortix-ai/suna

Skill Claude CodeCodex

Use for creating, editing, extracting, converting, and reviewing Word documents.

not rated 20k yesterday A 18 tokens

At most 3 mods per repository are shown here, and a mod shipped inside a plugin is left to that plugin's page — the rest are on their repository pages: