Three ways to use the library

Everything here is free to read. When you want a skill working inside your own AI, pick the way that fits how techy you feel today.

1. Copy

The zero-setup way. Open any skill, hit the copy button on its prompt, paste into Claude, ChatGPT, or Gemini, fill the [brackets]. Done. Good for a one-off.

2. Download & upload

Give your AI the whole thing to keep. Download a skill, a pack, or the entire library as Markdown, then drop it into a Claude Project, ChatGPT Project, Gemini Gem, or Cursor as knowledge. Now your AI can use any skill by name without you pasting anything.

Each skill page also has its own Download .md button.

3. Connect (MCP)

The real "plug my AI into TemplatedAI." Install the little connector once, and your assistant can search the library and pull any skill live — always current, no copy-paste, no re-uploading when the library grows. It runs on plain Node, zero dependencies, no account.

Claude Desktop — add this to your claude_desktop_config.json:

{
  "mcpServers": {
    "templatedai": {
      "command": "node",
      "args": ["/absolute/path/to/templatedai-mcp/server.js"]
    }
  }
}

Cursor — add the same block to .cursor/mcp.json. Then ask: "search the TemplatedAI library for a refund skill."

Full setup, the tool list, and other clients are in the connector's README. The connector passes each skill's tested status along with the prompt.

A hosted version (nothing to install) is on the roadmap. For now it's a one-file local server you point your AI at.