By finhay-pro
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.
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.
npx claudepluginhub finhay-pro/finhay-claude-plugins --plugin finhay-brand-guidelinesMetabase MCP server with Finhay default configuration for querying and analyzing data from mb.vnsc.vn
Design skills: UI/UX, brand identity, visual assets
Methodology-grounded brand building toolkit. Positioning, messaging, voice, visual identity, audit, and competitive analysis powered by Dunford, Miller, Neumeier, and NN/g frameworks.
Create, generate, and manage Canva designs directly from Claude. Generate AI-powered presentations, social media posts, flyers, docs, and more — with your brand kit applied.
Generate brand.md files — the open standard for brand identity. Research your market, interview the founder, and produce a complete brand strategy, voice, and visual direction.
Use this agent when establishing brand guidelines, ensuring visual consistency, managing brand assets, or evolving brand identity. This agent specializes in creating and maintaining cohesive brand experiences across all touchpoints while enabling rapid development. Examples:\n\n<example>\nContext: Creating brand guidelines for a new app
Use this agent when establishing brand guidelines, ensuring visual consistency, managing brand assets, or evolving brand identity. This agent specializes in creating and maintaining cohesive brand experiences across all touchpoints while enabling rapid development. Examples:\n\n<example>\nContext: Creating brand guidelines for a new app