oreum-ai/smartstack

Make your AI coding assistant smarter, ship better code, and use fewer tokens. Works with Claude Code, Cursor, Codex, Copilot, Ollama, and more.

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

context-budget

01

oreum-ai/smartstack

Skill Claude CodeCodex

At the start of any task, and whenever you're about to read files to gather context. Keeps you from burning tokens by scanning the whole repo when a targeted read would do.

5 3mo ago A 0 tokens original MIT

debug-fix

02

oreum-ai/smartstack

Skill Claude CodeCodex

The moment something breaks: a crash, a failed request, a wrong value, a red test, a confusing bug. This is the skill that makes the error ledger pay off.

5 3mo ago A 0 tokens original MIT

pr-reviewer

03

oreum-ai/smartstack

Skill Claude CodeCodex

Before merging or shipping any non-trivial change, and whenever you want a thorough multi-lens review of a diff. Orchestrates the specialist agents so nothing important is missed.

5 3mo ago A 0 tokens original MIT

refactor

04

oreum-ai/smartstack

Skill Claude CodeCodex

When code works but is hard to read, duplicated, or fragile — and you want to improve its structure without changing behavior. Not for features; for making existing code cleaner and safer to change.

5 3mo ago A 0 tokens original MIT

setup

05

oreum-ai/smartstack

Skill Claude CodeCodex

Installing SmartStack into a repo for the first time, onboarding a new AI tool, or repairing/extending the system itself.

5 3mo ago A 0 tokens original MIT

ship

06

oreum-ai/smartstack

Skill Claude CodeCodex

When a change is finished and you're ready to commit, push, or release. The final gate that makes sure you ship working, safe code — and that project memory is updated so the next session inherits your work.

5 3mo ago A 0 tokens original MIT

tdd

07

oreum-ai/smartstack

Skill Claude CodeCodex

Before writing any high-risk logic: authentication, authorization, money/billing, core domain rules, data integrity, anything irreversible. Required there because a silent bug is dangerous or expensive.

5 3mo ago A 0 tokens original MIT

test-writer

08

oreum-ai/smartstack

Skill Claude CodeCodex

To add tests to code that already exists (vs tdd, which writes tests first for new risky logic). Use it to backfill coverage before a release, after a bug, or when a risky path has no protection.

5 3mo ago A 0 tokens original MIT