tolgakisaogullari/SumelaOS

Project-Agnostic AI Agent Framework — 20 universal skills, rule templates, second-brain wiki, memory plugins

4Stars on the repository
24Mods indexed here, across every type
16d agoLast push, which is what freshness is scored on
MITLicence, which decides whether bodies are shown

graphify-code-graph

01

tolgakisaogullari/SumelaOS

Skill Claude CodeCodex needs its repo

Use when answering questions about function callers/callees, code dependencies, impact analysis, or 'who calls X' — structural search over Graphify code graph. Activates Tier-2 routing.

not rated 4 16d ago A 45 tokens original MIT

tolgakisaogullari/SumelaOS

Skill Claude CodeCodex

Use when answering questions about past decisions, prior sessions, or 'why' questions — semantic search over Qdrant session history. Activates Tier-1 routing.

not rated 4 16d ago A 39 tokens original MIT

brainstorming

03

tolgakisaogullari/SumelaOS

Skill Claude CodeCodex

Use when starting a new feature, system, or architectural change that is already chosen and clear enough to design — to produce approved design options and a saved spec, before any code is written, implementation skills are invoked, or project scaffolding begins. A highly detailed task description is INPUT to this…

not rated 4 16d ago A 106 tokens original MIT

context-handoff

04

tolgakisaogullari/SumelaOS

Skill Claude CodeCodex needs its repo

Use when context compaction warnings appear, after 8+ major tool sequences, after 3+ large file reads plus 2+ review cycles, when a sprint task closes mid-session with more work pending, or when the user asks for a handoff prompt or to start a new session (in any language).

not rated 4 16d ago A 67 tokens original MIT

tolgakisaogullari/SumelaOS

Skill Claude CodeCodex

Use when facing 2+ independent tasks or failures with no shared state - to investigate or fix them concurrently without blocking each other.

not rated 4 16d ago A 33 tokens original MIT

executing-plans

06

tolgakisaogullari/SumelaOS

Skill Claude CodeCodex

Use when executing a written implementation plan inline after the user chooses not to use subagent-driven-development.

not rated 4 16d ago A 25 tokens original MIT

tolgakisaogullari/SumelaOS

Skill Claude CodeCodex

Use when implementation is complete and all code review is approved - to commit staged changes, integrate the branch, and update the Second Brain.

not rated 4 16d ago A 34 tokens original MIT

init-sumela

08

tolgakisaogullari/SumelaOS

Skill Claude CodeCodex needs its repo

Use when the user says '/initSumela', 'init SumelaOS', 'kur SumelaOS', or 'setup SumelaOS' in an existing project — auto-detects tech stack, architecture, and conventions, then generates AGENTS.md, rules, wiki, and IDE pointers.

not rated 4 16d ago A 64 tokens original MIT

onboard-sumela

09

tolgakisaogullari/SumelaOS

Skill Claude CodeCodex needs its repo

Use when a developer joins a project that ALREADY has SumelaOS committed — '/onboardSumela', 'onboard SumelaOS', 'join this project', 'set up my clone' (or the equivalent in any language). Wires git hooks, sets the per-developer interaction language + domains, and offers the optional memory runtime — WITHOUT…

not rated 4 16d ago A 98 tokens original MIT

tolgakisaogullari/SumelaOS

Skill Claude CodeCodex

Use when performance requirements exist, a regression is suspected, or profiling reveals bottlenecks that need fixing.

not rated 4 16d ago A 25 tokens original MIT

tolgakisaogullari/SumelaOS

Skill Claude CodeCodex

Use when receiving code review feedback from a subagent reviewer or human partner - before implementing any suggested changes.

not rated 4 16d ago A 26 tokens original MIT

tolgakisaogullari/SumelaOS

Skill Claude CodeCodex

Use when completing a task, implementing a major feature, or before merging - to catch issues before they cascade into committed history.

not rated 4 16d ago A 30 tokens original MIT

tolgakisaogullari/SumelaOS

Skill Claude CodeCodex

Use whenever the task involves planning, writing, or reviewing code — load at spec/plan time (brainstorming and writing-plans count), not first-code time — and unconditionally when it touches user input, forms, APIs, database queries, authentication, authorization, passwords, file uploads, permissions, secrets, CORS…

not rated 4 16d ago A 81 tokens original MIT

tolgakisaogullari/SumelaOS

Skill Claude CodeCodex

Use after every user turn to capture correction, confirmation, decision, friction, challenge, resolution, or preference signals (resolution = bugs the agent fixes itself; preference = standing user instructions); or when the user invokes /evolve, says 'evolve', 'review pending improvements', or asks to review captured…

not rated 4 16d ago A 70 tokens original MIT

shipping-and-launch

15

tolgakisaogullari/SumelaOS

Skill Claude CodeCodex

Use when preparing to deploy to production — to run pre-launch checks, plan a staged rollout, set up monitoring, and document a rollback strategy.

not rated 4 16d ago A 33 tokens original MIT

tolgakisaogullari/SumelaOS

Skill Claude CodeCodex

Use when executing an implementation plan with independent tasks in the current session — preferred over executing-plans for quality and context isolation.

not rated 4 16d ago A 30 tokens original MIT

tolgakisaogullari/SumelaOS

Skill Claude CodeCodex

Use when encountering a bug, test failure, or unexpected behavior — before attempting any fix.

not rated 4 16d ago A 23 tokens original MIT

tolgakisaogullari/SumelaOS

Skill Claude CodeCodex

Use when about to start implementation of any feature or bug fix — before writing any production code.

not rated 4 16d ago A 23 tokens original MIT

using-git-worktrees

19

tolgakisaogullari/SumelaOS

Skill Claude CodeCodex

Use when starting any implementation task that requires an isolated workspace — before creating branches or writing any code.

not rated 4 16d ago A 26 tokens original MIT

using-second-brain

20

tolgakisaogullari/SumelaOS

Skill Claude CodeCodex needs its repo

Use when starting a session, ingesting a raw source, finishing a branch, answering a question that may reference prior work, or facing an information gap during reasoning (entity definitions, past decisions, call graphs, prior session context).

not rated 4 16d ago A 51 tokens original MIT

using-superpowers

21

tolgakisaogullari/SumelaOS

Skill Claude CodeCodex

Use at the start of every conversation and before generating any response — including clarifying questions — to dispatch the right skills, capture signals, and check for information gaps.

not rated 4 16d ago A 37 tokens original MIT

tolgakisaogullari/SumelaOS

Skill Claude CodeCodex

Use when about to claim work is complete, fixed, or passing - before task completion, moving to the next task, code review, or committing any changes.

not rated 4 16d ago A 37 tokens original MIT

writing-plans

23

tolgakisaogullari/SumelaOS

Skill Claude CodeCodex

Use when starting implementation from an approved spec or design — before any code is written or worktree is created.

not rated 4 16d ago A 26 tokens original MIT

writing-skills

24

tolgakisaogullari/SumelaOS

Skill Claude CodeCodex

Use when creating new skills, editing existing skills, or verifying skills work before deployment.

not rated 4 16d ago A 21 tokens original MIT

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: