Claude Skill

Beekeeper Studio Cross-Platform SQL Editor and Database Manager

A source-backed ASE skill for Beekeeper Studio, the SQL editor and database manager for Linux, macOS, and Windows. It fits workflows that need a real client for querying, browsing tables, and working across PostgreSQL, MySQL, SQLite, SQL Server, and other supported databases.

LLM Mart · 0 points · 0 views 0 listing impressions 0 install-command copies
Virus-scanned Reviewed automatically before listing.

Full trust report

Download agentskillexchange-skills-skills_beekeeper-studio-cross-platform-sql-editor-database-manager-07beb56.zip · 1 KB
Part of agentskillexchange/skills — 249 skills

Install

skills CLI npx skills add https://github.com/agentskillexchange/skills/tree/main/skills/beekeeper-studio-cross-platform-sql-editor-database-manager
Claude Code claude plugin marketplace add https://llmmart.ai/marketplace.json && claude plugin install agentskillexchange-skills@llmmart
Git git clone https://github.com/agentskillexchange/skills.git

The skills CLI installs just this skill, for any of its supported agents. Claude Code installs the whole agentskillexchange/skills collection as a plugin from our marketplace. Git is the plain clone.

Skill manifest

Beekeeper Studio Cross-Platform SQL Editor and Database Manager

A source-backed ASE skill for Beekeeper Studio, the SQL editor and database manager for Linux, macOS, and Windows. It fits workflows that need a real client for querying, browsing tables, and working across PostgreSQL, MySQL, SQLite, SQL Server, and other supported databases.

Installation

Use the upstream install or setup path that matches your environment:

  • git clone git@github.com:
  • yarn install # installs dependencies
  • yarn run electron:serve ## the app will now start
  • brew update

Requirements and caveats from upstream:

  • Does it use a different node version. Eg Electron-18 uses node 14, 22 uses node 16. So everyone needs to upgrade
  • Does node-abi need to be upgraded to be able to understand the electron version? This is used in the build to fetch prebuilt packages. You need to upgrade this in root/package.json#resolutions

Basic usage or getting-started notes:

Documentation

Source

Files (skills)
  • SKILL.md 2.3 KB
    ---
    name: "Beekeeper Studio Cross-Platform SQL Editor and Database Manager"
    slug: "beekeeper-studio-cross-platform-sql-editor-database-manager"
    description: "A source-backed ASE skill for Beekeeper Studio, the SQL editor and database manager for Linux, macOS, and Windows. It fits workflows that need a real client for querying, browsing tables, and working across PostgreSQL, MySQL, SQLite, SQL Server, and other supported databases."
    github_stars: 22541
    verification: "security_reviewed"
    source: "https://github.com/beekeeper-studio/beekeeper-studio"
    author: "beekeeper-studio"
    publisher_type: "Open Source Project"
    category: "Developer Tools"
    framework: "Multi-Framework"
    tool_ecosystem:
      github_repo: "beekeeper-studio/beekeeper-studio"
      github_stars: 22541
    ---
    
    # Beekeeper Studio Cross-Platform SQL Editor and Database Manager
    
    A source-backed ASE skill for Beekeeper Studio, the SQL editor and database manager for Linux, macOS, and Windows. It fits workflows that need a real client for querying, browsing tables, and working across PostgreSQL, MySQL, SQLite, SQL Server, and other supported databases.
    
    ## Installation
    
    Use the upstream install or setup path that matches your environment:
    - git clone git@github.com:<your-username>/beekeeper-studio.git beekeeper-studio
    - yarn install # installs dependencies
    - yarn run electron:serve ## the app will now start
    - brew update
    
    Requirements and caveats from upstream:
    - Does it use a different node version. Eg Electron-18 uses node 14, 22 uses node 16. So everyone needs to upgrade
    - Does node-abi need to be upgraded to be able to understand the electron version? This is used in the build to fetch prebuilt packages. You need to upgrade this in root/package.json#resolutions
    
    Basic usage or getting-started notes:
    - Query run-history, so you can find that one query you got working 3 days ago
    - run git log <last-tag>..HEAD --oneline | grep 'Merge pull' to find PRs merged
    
    - Source: https://github.com/beekeeper-studio/beekeeper-studio
    - Extracted from upstream docs: https://raw.githubusercontent.com/beekeeper-studio/beekeeper-studio/HEAD/README.md
    
    ## Documentation
    
    - https://docs.beekeeperstudio.io/
    
    ## Source
    
    - [Agent Skill Exchange](https://agentskillexchange.com/skills/beekeeper-studio-cross-platform-sql-editor-database-manager/)
    

Comments (0)

Sign in to join the conversation.

No comments yet.

Reviews (0)

No reviews yet.

Related