smkalami

3 mods across 1 repository, 8 stars between them.

evo-search

01

smkalami/skills

Skill Claude CodeCodex

Solves complex, open-ended problems using an evolutionary search mechanism inspired by genetic algorithms. Generates a diverse population of candidate answers, scores them against a rubric, then iteratively applies selection, crossover, and mutation to breed progressively better solutions. Use this skill whenever the…

8 5mo ago A 176 tokens original MIT

prompt-decorators

02

smkalami/skills

Skill Claude CodeCodex

Activates a structured decorator framework that modifies how Claude reasons, responds, and formats output. Trigger this skill whenever a prompt contains one or more markers prefixed with +++, such as +++Reasoning, +++StepByStep, +++Tone(style=formal), or any other +++ marker, regardless of what follows in the prompt.…

8 5mo ago A 129 tokens original MIT

tournament-search

03

smkalami/skills

Skill Claude CodeCodex

Solves complex, open-ended problems using a knockout tournament mechanism. Generates an initial population of diverse candidate answers, pairs them into head-to-head matches, produces a hybrid "child" solution from each pair, and advances the best of the three through a bracket until a winner emerges. Use this skill…

8 5mo ago A 171 tokens original MIT