Skip to main content
← Back to list
01Issue
FeatureClosedSwamp Club
AssigneesNone

Check community extensions before building custom models

Opened by swampadmin · 2/1/2025

Problem Statement

When a user asks their AI agent to create a model for a service (e.g., "I need a model for Tailscale"), the agent immediately starts building a custom extension model from scratch. It has no awareness that community extensions may already exist at https://swamp.club/extensions that solve the exact same problem.

This leads to duplicated effort — users end up building models that the community has already published and maintains.

Proposed Solution

Before the agent creates a new extension model, Swamp should check the community extensions registry at https://swamp.club/extensions for existing solutions. This could work as:

  1. A CLI command like swamp extension search <query> that searches the community registry
  2. Integration into the swamp model type search flow so community extensions appear alongside built-in types
  3. Guidance in the agent skill (swamp-extension-model) to check the registry first
  4. Guidance around community extension stability. Stability levels could be something like: (vendor) supported, stable, beta, alpha

Ideally, if a matching community extension is found, Swamp would offer to install it rather than building from scratch.

Alternatives Considered

  • Updating only the Claude Code skill instructions to remind the agent to check the website — this is fragile and doesn't help users of other AI tools (Cursor, Codex, etc.)
  • A local cache of the extension registry — adds complexity but could improve offline workflows

Additional Context

Re-use of extensions could have significant positive influence on the energy impact of Swamp use (do we really need to generate each bit of logic from scratch for everything we do?)

02Bog Flow
OPENTRIAGEDIN PROGRESSCLOSED

Closed

No activity in this phase yet.

03Sludge Pulse

Sign in to post a ripple.