Skip to content

Official Claude Code skills for Rightbrain AI - create, run, and manage AI tasks

License

Notifications You must be signed in to change notification settings

RightbrainAI/claude-code-skills

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Rightbrain Claude Code Skills

Claude Code License: MIT

Official Claude Code plugin for Rightbrain AI — the platform that lets you create, deploy, and manage AI tasks as simple API calls.

What is Rightbrain?

Rightbrain lets you build Tasks — custom AI functions that take specific inputs and return structured outputs. Each task combines a language model with instructions and an output schema, making AI reliable enough for production. No models to host, no prompt versioning to build — just define a task and call it via API.

Use cases include classification, data extraction, content generation, image creation, and more. Learn more

What's Included

Plugin Description
rightbrain-tasks Complete task manager for the Rightbrain API. Create, browse, run, update, export, and import AI tasks.

Quick Start

Option A: Install via Claude Code (recommended)

Run these commands inside Claude Code:

/plugin marketplace add https://github.com/RightbrainAI/claude-code-skills
/plugin install rightbrain-tasks@rightbrain-skills

That's it! The skill will handle authentication automatically when you first use it.

Option B: Manual install

git clone https://github.com/RightbrainAI/claude-code-skills.git
cp -r claude-code-skills/plugins/rightbrain-tasks/skills/rightbrain-tasks ~/.claude/skills/
npx rightbrain@latest login

Restart Claude Code and the skill will be available.

Skill: rightbrain-tasks

A comprehensive skill for managing Rightbrain AI tasks directly from Claude Code.

Features

  • Create tasks - Design new AI tasks with guided prompts, output schemas, and model selection
  • Browse & run tasks - Execute existing tasks and view results
  • Update tasks - Modify prompts, models, temperature, and output formats
  • Export/Import - Save task configurations to files and import them to other projects

Trigger Phrases

Say any of these to activate the skill:

  • "rightbrain tasks"
  • "rightbrain task"
  • "manage tasks"
  • "create task"
  • "run task"
  • "browse tasks"

Task Types Supported

Type Use Case Example
Classification Categorize inputs Sentiment analysis, ticket routing
Extraction Pull structured data Invoice parsing, entity recognition
Generation Create content Email drafting, blog writing
Analysis Evaluate and score Lead scoring, risk assessment
Image Generate visuals Social media images, product photos

Authentication

  1. Run npx rightbrain@latest login (or the skill prompts you automatically)
  2. Sign in via your browser — don't have an account? You can sign up for free during this step
  3. Select your organization and project
  4. Credentials stored securely in ~/.rightbrain/credentials.json

Documentation

Requirements

Repository Structure

claude-code-skills/
├── .claude-plugin/
│   └── marketplace.json                # Plugin marketplace catalog
├── README.md
├── LICENSE
└── plugins/
    └── rightbrain-tasks/               # Plugin root
        ├── .claude-plugin/
        │   └── plugin.json             # Plugin manifest
        └── skills/
            └── rightbrain-tasks/       # Skill directory
                ├── SKILL.md            # Main skill file
                ├── assets/
                │   ├── task-template.json
                │   ├── export-schema-example.json
                │   └── examples/
                │       ├── classification.md
                │       ├── extraction.md
                │       └── generation.md
                └── references/
                    ├── task-components.md
                    ├── output-formats.md
                    ├── prompt-patterns.md
                    └── image-generation.md

Contributing

Contributions are welcome! Please feel free to submit a Pull Request.

License

MIT License - see LICENSE for details.


Built with love by Rightbrain AI

About

Official Claude Code skills for Rightbrain AI - create, run, and manage AI tasks

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •