Skip to content

flowcore-io/usable

v0.1.0MIT

Knowledge-first workflow for agents backed by Usable. Search team knowledge before implementing, retrieve complete sources, separate evidence from assumptions, and verify before claiming success.

MCP servers

Declared configuration, as published in mcp.json. The directory shows indexed content; it never connects to or executes these servers.

usablestreamable-http
{
  "type": "streamable-http",
  "url": "https://usable.dev/api/mcp"
}

What this package declares

The files a client reads when it loads this plugin, exactly as this revision carries them.

{
  "$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
  "name": "usable",
  "version": "0.1.0",
  "description": "Knowledge-first workflow for agents backed by Usable. Search team knowledge before implementing, retrieve complete sources, separate evidence from assumptions, and verify before claiming success.",
  "author": {
    "name": "Flowcore",
    "email": "support@usable.dev",
    "url": "https://usable.dev"
  },
  "homepage": "https://www.usable.dev",
  "repository": "https://github.com/flowcore-io/usable-agent-plugin",
  "license": "MIT",
  "keywords": [
    "usable",
    "knowledge",
    "memory",
    "mcp",
    "agent-skills",
    "retrieval",
    "verification"
  ],
  "extensions": {
    "com.openai": {
      "interface": {
        "displayName": "Usable",
        "shortDescription": "Search your team's knowledge before you build.",
        "longDescription": "Grounds the agent in decisions your team already made. It searches Usable before proposing an approach, retrieves complete sources rather than snippets, separates evidence from assumptions, and verifies before claiming success. Verified outcomes can be captured back so the next person does not rediscover them.",
        "developerName": "Flowcore",
        "category": "Productivity",
        "websiteURL": "https://www.usable.dev",
        "privacyPolicyURL": "https://www.usable.dev/privacy",
        "termsOfServiceURL": "https://www.usable.dev/terms",
        "brandColor": "#347cbf",
        "composerIcon": "./assets/usable-icon.svg",
        "logo": "./assets/usable-logo.png",
        "defaultPrompt": [
          "Search Usable for prior decisions about this task before proposing an approach"
        ],
        "capabilities": [],
        "screenshots": []
      }
    }
  }
}

What else this package ships

These files come with the package and this site does not publish them. They are listed so you know what is there before you install it.

  • LICENSE
View on GitHub

Client extensions

Data this package carries for particular clients. The directory lists the clients named and never reads what is addressed to them.

  • com.openai