By finhay-pro
Metabase MCP server with Finhay default configuration for querying and analyzing data from mb.vnsc.vn
Official plugin marketplace for Finhay's internal Claude Code extensions. This repository provides shared plugins to help the team maintain consistency and boost productivity when working with Claude Code.
| Plugin | Description | Command |
|---|---|---|
finhay-brand-guidelines | Finhay brand identity system including colors, typography, logos, voice, and design guidelines | /brand-guidelines |
finhay-metabase-mcp | Metabase MCP server with Finhay default configuration for querying data from mb.vnsc.vn | /metabase-setup |
/plugin marketplace add finhay-pro/finhay-claude-plugins
/plugin install <plugin-name>@finhay-plugins
For example:
/plugin install finhay-brand-guidelines@finhay-plugins
Once installed, use the plugin's command:
/brand-guidelines
To get the latest updates:
/plugin marketplace update finhay-plugins
We welcome contributions from the team. Here's how to add a new plugin:
Each plugin should follow this structure:
plugins/
└── your-plugin-name/
├── .claude-plugin/
│ └── plugin.json # Plugin manifest (required)
├── commands/ # Slash commands
│ └── your-command.md
├── agents/ # Custom agents (optional)
├── hooks/ # Lifecycle hooks (optional)
└── ... other files
mkdir -p plugins/your-plugin-name/.claude-plugin
mkdir -p plugins/your-plugin-name/commands
Create plugins/your-plugin-name/.claude-plugin/plugin.json:
{
"name": "your-plugin-name",
"description": "Brief description of what your plugin does",
"version": "1.0.0",
"author": {
"name": "Your Name",
"email": "[email protected]"
},
"keywords": ["relevant", "keywords"],
"commands": ["./commands"]
}
Create markdown files in the commands/ directory. Each file becomes a slash command.
Example commands/your-command.md:
---
name: your-command
description: What this command does
---
# Your Command
Instructions for Claude when this command is invoked.
## What to do
- Step 1
- Step 2
- Step 3
The filename (without .md) becomes the command name: /your-command
Add your plugin to .claude-plugin/marketplace.json:
{
"plugins": [
// ... existing plugins
{
"name": "your-plugin-name",
"source": "./plugins/your-plugin-name",
"description": "Brief description of your plugin",
"version": "1.0.0",
"author": {
"name": "Your Name"
},
"keywords": ["relevant", "keywords"],
"category": "your-category"
}
]
}
Create a new branch:
git checkout -b feat/add-your-plugin-name
Commit your changes:
git add .
git commit -m "feat(plugins): add your-plugin-name plugin"
Push and create a PR:
git push -u origin feat/add-your-plugin-name
Before submitting, test your plugin:
# Add local marketplace
/plugin marketplace add ./path/to/finhay-claude-plugins
# Install your plugin
/plugin install your-plugin-name@finhay-plugins
# Test your command
/your-command
Slash commands that inject prompts or instructions into the conversation.
Custom agents with specific capabilities and tools access.
Lifecycle hooks that run at specific events (e.g., after file writes).
Model Context Protocol servers for external integrations.
For detailed documentation, see Claude Code Plugins Documentation.
For questions or issues:
Internal use only. All rights reserved by Finhay Vietnam.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Applies Finhay Vietnam's official brand identity, colors, typography, logo, voice, and design system to any artifact. Includes dual color systems (App/Web UI + Marketing), Vietnamese content guidelines, logo usage rules, brand voice & personality, and key graphics.
npx claudepluginhub finhay-pro/finhay-claude-plugins --plugin finhay-metabase-mcpMCP Server for Metabase - 111 tools for SQL generation, dashboard management, and PostgreSQL integration
Write SQL, explore datasets, and generate insights faster. Build visualizations and dashboards, and turn raw data into clear stories for stakeholders.
Connect to Looker and interact with your data using LookML.
Semantic SQL compiler — compile .view.yml schema definitions into dialect-specific SQL. Unix-philosophy CLI designed as a tool-use interface for LLMs.
Comprehensive skill pack with 66 specialized skills for full-stack developers: 12 language experts (Python, TypeScript, Go, Rust, C++, Swift, Kotlin, C#, PHP, Java, SQL, JavaScript), 10 backend frameworks, 6 frontend/mobile, plus infrastructure, DevOps, security, and testing. Features progressive disclosure architecture for 50% faster loading.
Intelligent draw.io diagramming plugin with AI-powered diagram generation, multi-platform embedding (GitHub, Confluence, Azure DevOps, Notion, Teams, Harness), conditional formatting, live data binding, and MCP server integration for programmatic diagram creation and management.