Building a shared AI layer for your entire team

Santiago Porta
Thursday, May 21, 2026
8 min

The way teams work with AI is changing fast — and scattered prompts aren't enough. In this DarConf talk, Darwoft co-founder Santiago Porta introduces a shared system of skills and plugins that turns individual AI know-how into versioned, reusable team knowledge. Because the best results don't come from one person figuring it out — they come from everyone having access to the same tools.
The Industry is changing. So must we.
We are past the AI hype cycle. What started as a set of exciting experiments has quietly become load-bearing infrastructure in modern software development. AI tools aren't optional upgrades anymore, they're becoming the default interface between developers and the systems they build.
For the next generation of engineers, this shift is both an opportunity and a challenge. The developers who will thrive aren't just the ones who can write good code. They're the ones who know how to work alongside AI effectively, how to delegate the right tasks, how to validate outputs, and how to steer systems toward real business outcomes.
At Darwoft, we take this responsibility seriously. Part of our commitment to our crew is making sure nobody is left behind when it comes to the latest tools, trends, and working patterns in AI-assisted development. That means building shared knowledge, not isolated pockets of know-how.
Prompts don't scale. Knowledge does.
As AI assistants like Claude become part of daily workflows, teams face a real coordination problem. Everyone develops their own prompting habits, their own workarounds, their own tribal knowledge about how to get good results. Some people figure out great patterns. Most don't. And none of it is shared.
The result is inconsistency: the same task yields wildly different outputs depending on who handles it. Context that should be institutional becomes personal. Hard-won prompt engineering evaporates when someone leaves a project. The AI is powerful, but the knowledge around it is fragile.
This is the problem Santiago Porta, our co-founder, set out to solve — not with more documentation, but with a structural solution built directly into the tools the team already uses every day.
Skills as organizational context
The concept Santiago introduced at DarConf S07E03 is deceptively simple: what if the knowledge your team has built up about how to work with AI could live in a file, versioned, shared, and automatically activated whenever it's relevant?
That's exactly what a skill is in this system. A skill is a structured file that gives Claude persistent, domain-specific instructions about how to behave on a given task. It's not a loose prompt you copy and paste. It's organizational knowledge that travels with the code, activates automatically, and can be updated by anyone on the team through a proper review process.
The key insight: Claude reads each skill's description and uses it to decide when to activate it — without the user needing to invoke it manually. The AI adapts to context, not the other way around.
A skill can contain anything the team needs: how to structure a module following Darwoft's conventions, how to generate a corporate presentation that matches our brand, how to configure authentication across different providers. Things your best engineers already know — now available to everyone, every time.
The anatomy of a Plugin
Skills are grouped into plugins — domain-specific packages that bundle everything the skill needs to run. Each plugin follows the same structure, whether it covers development workflows or presentation design:
plugin.json — Name, version, and author. Used to detect updates and manage the cache.
SKILL.md — The brain of the skill. Instructions that guide Claude's behavior in a specific domain.
references/ — Technical documentation the skill can read at runtime: layouts, schemas, conventions.
assets/ & scripts/ — Templates, scripts, and everything else the skill needs — all co-located.
What's live today
Darwoft already has active plugins covering the most common workflows our team encounters. The presentation plugin handles generation of branded slide decks from chat, including support for custom templates. The development plugin includes skills for workspace scaffolding, backend modules with Prisma, React features, full-stack patterns, and authentication configuration across multiple providers.
Audited, versioned, and open to contributions
The repository of skills and plugins is maintained by Darwoft's technical leads, but it's not a closed system. The goal is to make contribution as low-friction as possible. From initial draft to published skill takes about seven minutes.
Every plugin is reviewed before it reaches the shared catalog. Teams can also maintain their own skill repositories for project-specific knowledge, which go through the same audit process. The result is a shared layer of AI capability that every member of the team can trust — because it comes from a known, controlled, versioned source.
This is a meaningful shift in how teams think about AI tooling. Instead of each developer maintaining their own collection of prompts somewhere, the knowledge lives in the repo. It gets reviewed. It gets improved. And it benefits everyone automatically.
The future of Development is shared
Santiago's talk at DarConf is ultimately about something bigger than plugins. It's about what it means to build a team that grows together in the age of AI — where learning isn't siloed, where good patterns get institutionalized instead of forgotten, and where the newest member of the crew has access to the same contextual intelligence as the most experienced one.
AI is not replacing the engineers on our team. It's amplifying what they know. But for that amplification to scale across an organization, the knowledge has to be shared infrastructure — not personal inventory. Skills and plugins are Darwoft's answer to that challenge.
The developers who will define the next decade aren't just the ones who learned to code. They're the ones who learned to build systems that make everyone around them better. That's what we're working toward.
Let's keep building what's next, together.
Related Blogs
If you found this Blog insightful, you might also be interested in these related articles exploring similar topics in tech, design, and digital strategy.




