Ai council
Autonomous, self-improving AI agent platform for Claude Code — safe capability & skill acquisition, MCP/tool discovery, sandboxed policy gates, and token-efficient learning.
npx -y skills add alidevai/chiron_agent --skill ai-councilAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
3 things to look at
- 20 days oldThe repository was created 20 days ago. New is not bad, but a brand new repository carrying a familiar-sounding name is the shape a typosquat arrives in, and there has been no time for anyone else to find a problem with it.
- no licenseNo license file was found in the repository. Code published without one is not open source by default, so using it at work is a question for whoever answers licensing questions where you are.
- 1 stars1 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
What its author says it does
Copied from the file, not written here
Claude bir problemde TAKILDIGINDA diger AI modellerinden fikir/ikinci gorus alma proseduru. Ayni hata iki kez tekrarladiginda, bir yaklasim tikandiginda, zor bir tasarim/mimari karari verilirken ya da kullanici "en iyi yaklasim/baska fikir/farkli acidan bak" dediginde uygulanir. Ana beyin Claude kalir; kurul yalnizca GEREKTIGINDE danisilir (her gorevde degil). Ek saglayici anahtari yoksa Claude tek basina devam eder.
SKILL.md
2.8 KB, as published. Nobody here has run it
AI Council — takilinca diger modellerden fikir al
Ana beyin Claude'dur. Bu skill, Claude tek basina zorlandiginda env'de anahtari MEVCUT olan diger AI modellerine (OpenAI, Gemini, Mistral, DeepSeek, yerel Ollama…) problemi dagitip fikir toplamayi ve sentezlemeyi tanimlar. Sakana AI'nin "tek model degil, model takimi" ve "role gore farkli model" fikrinin token-verimli halidir: kurul HER gorevde degil, YALNIZCA gerektiginde toplanir.
Ne zaman danis (tetikleyiciler)
Su durumlardan biri varsa danismayi dusun:
- Ayni hata/basarisizlik iki kez tekrarladi (bir tool cagrisi iki kez patladi).
- Bir yaklasim tikandi; ilerleme durdu.
- Zor bir tasarim/mimari karari var; birden fazla makul secenek yarisiyor.
- Kullanici acikca "en iyi yaklasim", "baska fikir", "farkli acidan bak", "dogrula" diyor.
- Yuksek riskli/geri donusu zor bir karar; ikinci bir gorus degerli.
Basit, tek-yonlu isler icin danisma — token israfi olur (ponytail).
Nasil danisilir
Once mevcut saglayicilari gor (maskeli):
python -m core providers
Sonra problemi kurula dagit (anahtar yoksa zarif bicimde bos doner):
python -m core consult "NET SORU / karar" --context-file <ilgili_dosya>
--context-file: ilgili kod/hata/tasarim baglami (opsiyonel).--exclude: varsayilananthropic(soruyu soran zaten Claude). Claude'un kendi ailesinden de fikir istersen--exclude ""ver.--providers a,b: yalnizca belirli saglayicilara sor.
Cikti her saglayicinin fikrini ayri ayri verir (opinions). Bir saglayici
hata/timeout verirse atlanir; digerleri etkilenmez.
Fikirleri nasil kullan (sentez)
Kurul KARAR VERMEZ; Claude verir. Gelen fikirleri:
- Ortak noktalari isaretle (birden cok model ayni seyi soyluyorsa guclu sinyal).
- Celiskileri kendi muhakemen ve kanitla coz — oy sayma degil, gerekce tart.
- Uygulanabilir olani KENDIN dogrula (kod ise
python -m core gate, iddia ise test). - Nihai karari ve NEDEN'ini kisaca yaz; hangi fikri neden aldigini/reddettigini belirt.
Guvenlik notu: consult problemi UCUNCU TARAF API'lerine gonderir (veri disari
cikar). Hassas/gizli icerik varsa danisma ya da baglami sadelestir. Anahtarlar
audit'e maskeli yazilir, asla acik degil.
Ilgili
- Yasamdongusu ve deterministik kapi:
software-lifecycle,python -m core gate. - Loop tasarimi:
loop-engineering. - Bagimsiz kod incelemesi (tek saglayici ici):
sw-reviewersubagent.