Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

uccello-hub-development

A Claude Code plugin providing a skill for interacting with the Uccello Hub REST API.

What it does

When installed, Claude automatically activates this skill whenever you work with Uccello Hub data — creating records, filtering lists, checking schema, or wiring up CRUD operations. It enforces the core rule: never create local database migrations for business data, always use the Uccello Hub API.

Installation

claude plugin marketplace add github:uccellolabs/uccello-hub-development
claude plugin install uccello-hub-development

Setup

Add to your .env:

UCCELLO_HUB_URL=https://your-hub.uccello.app
UCCELLO_HUB_API_KEY=your_api_key

Add to config/services.php:

'uccello_hub' => [
    'url'     => env('UCCELLO_HUB_URL'),
    'api_key' => env('UCCELLO_HUB_API_KEY'),
],

Contents

skills/
└── uccello-hub-development/
    └── SKILL.md    # Model-invoked skill with API conventions and code patterns

License

MIT

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors