🪟 Windows TippsThe Gemini desktop app is now available for Windows(11.09.2026 um 17:06 Uhr)
🪟 Windows TippsHeader and Footer not showing in Excel(14.09.2026 um 22:43 Uhr)
🕵️ SicherheitslückenBurn Out, Or Fade Away(14.09.2026 um 14:25 Uhr)
🪟 Windows TippsKB5129194 Windows 11 26H1 Out of Band Update - Deskmodder.de(14.09.2026 um 19:25 Uhr)
🪟 Windows TippsThe Gemini desktop app is now available for Windows(11.09.2026 um 17:06 Uhr)
🪟 Windows TippsHeader and Footer not showing in Excel(14.09.2026 um 22:43 Uhr)
🕵️ SicherheitslückenBurn Out, Or Fade Away(14.09.2026 um 14:25 Uhr)
🪟 Windows TippsKB5129194 Windows 11 26H1 Out of Band Update - Deskmodder.de(14.09.2026 um 19:25 Uhr)

🔧 Programmierung 🕛 vor 2 Monaten 3 Min Lesezeit
0

Stop re-explaining your codebase to every AI agent — `cast-skills`

↗ Quelle (dev.to)
🗣️ Stimme:
📑 Inhaltsübersicht




The annoying part of AI coding tools



Every session, the agent forgets:




  • your module boundaries

  • the “every user belongs to an org” rule that lives in nobody’s file

  • which service emits which event

  • how you want features built (tests first? spec first? conventions?)



So you re-explain. It rewrites. Context drifts. Tokens burn.



Dumping a 40k-token AGENTS.md into every prompt is not a strategy. It’s a tax.



I wanted something simpler: write project knowledge once, in a format agents already understand, and install it into every tool I actually use.



That’s format — progressive disclosure: the agent loads what it needs, not your entire wiki every turn.




cast-skills is built around Anthropic's Agent Skills approach: instead of loading one massive prompt every session, the agent progressively loads only the knowledge it needs.










One install. Six tools.



The wizard auto-detects what you have and drops skills in the right place:











































Tool Where it goes Format
Claude Code ~/.claude/skills/ native SKILL.md
GitHub Copilot ~/.copilot/skills/ native
Gemini CLI ~/.gemini/skills/ native
Codex ~/.agents/skills/ native
Cursor
.cursor/skills/ (project)
converted .mdc
Windsurf
.windsurf/rules/ (project)
converted rules


Native tools get SKILL.md as-is. Cursor/Windsurf get an auto-converted format so you’re not maintaining six copies by hand.




CODE
npx cast-skills
# or
npm i -g cast-skills && cast-skills






Requires Node ≥ 18.









How a normal feature run feels




  1. You say: “add X / fix Y / refactor Z”


  2. using-project-skills loads domain + stack + conventions

  3. It pulls the module-level skill for the code you’re touching

  4. Work is steered through a spec-driven path (spec → failing tests → implement) when that workflow exists

  5. After a real change, explaining-changes can leave a human-readable write-up



The point isn’t another chatbot persona. It’s stable project memory that survives sessions and tools.









Why I didn’t make this Claude-only



Most of us don’t live in one harness.



Monday: Claude Code.


Tuesday: Cursor on a design-heavy UI.


Wednesday: Copilot in a boring enterprise repo.



If “project brain” only works in one tool, you still re-explain on Tuesday.



cast-skills optimizes for write once → run everywhere that speaks skills/rules.









What this is not




  • Not a full coding agent (that’s a different product surface)

  • Not magic RAG over your monorepo (skills are curated knowledge, not automatic embeddings)

  • Not a replacement for good architecture — garbage conventions in → garbage guidance out



If your team has no conventions, the bootstrapper will still force a few useful questions. That’s a feature.









Try it in 30 seconds






CODE
cd your-repo
npx cast-skills






Pick the tools you use → let it install the three skills → start a real task and see if the agent stops inventing your architecture from scratch.



Repo:









Feedback I actually want



If you try it, tell me:




  1. Which tool combo you use (e.g. Claude + Cursor)

  2. Whether the wizard put files in the right paths

  3. One rule your team has that should be a skill but isn’t obvious



Issues and PRs welcome — especially path fixes for tool updates (these CLIs move the goalposts often).

Vollständiger Original-Bericht
Ausführliche Details, Code-Beispiele & Hersteller-Stellungnahme auf dev.to.
↗ Original-Artikel auf dev.to lesen
Wie bewertest du diesen Beitrag?
1 Klick Feedback
Teilen mit Netzwerk & Team:

Community-Analysen & Experten-Meinungen 0

Verfasse deine eigene Analyse, teile Workarounds oder diskutiere diesen Vorfall im Blog.
Noch keine Community-Analyse verfasst. Markiere einen Textabschnitt oder klicke oben auf Eigene Analyse verfassen“!
Community Pulse: Relevanz-Einschätzung
1 Klick Experten-Votum
🔴 Akute Relevanz 0%
🟡 In Evaluierung 0%
🟢 Keine Auswirkung 0%
Spannende Innovation 0%
Verwandte Story-Cluster & Quellen (Vektor-KI)
Port 8095 Engine
1 Quelle
The Gemini desktop app is now available for Windows
1 Quelle
Header and Footer not showing in Excel
1 Quelle
Burn Out, Or Fade Away
Ähnliche Beiträge
🔍 Verwandte News

Auch interessante Nachrichten Stop re-explaining your codebase to every AI agent — `cast-skills`

Thematisch verwandte Begriffe: Stop, reexplaining, your, codebase · 6 Treffer

Laden...

Videos werden geladen ...

Laden...

Beiträge werden geladen ...

Laden...

Videos werden geladen ...

Laden...

Beiträge werden geladen ...

Laden...

Videos werden geladen ...

Laden...

Beiträge werden geladen ...

Laden...

Videos werden geladen ...

Laden...

Beiträge werden geladen ...

Laden...

Videos werden geladen ...