rightbrain-tasks

Manage Claude Code task lifecycles with the Rightbrain API.

2|Updated Jan 28, 2026
One-click install
npx skills add https://github.com/RightbrainAI/claude-code-skills --skill rightbrain-tasks
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: rightbrain-tasks
Source: https://github.com/RightbrainAI/claude-code-skills/tree/main/skills/rightbrain-tasks
Command: npx skills add https://github.com/RightbrainAI/claude-code-skills --skill rightbrain-tasks

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes assets (resource) components.

What problem does it solve?

This Skill centralizes the lifecycle of Claude Code tasks within Rightbrain, enabling rapid creation, discovery, execution, and management of task configurations while ensuring consistency and reproducibility.

Core Features & Use Cases

  • Template-driven task design: define prompts, outputs, and input processors in a reusable task template.
  • Full task lifecycle: create, browse, run, update, and export tasks across projects and models.
  • Revision management: draft new revisions, test with specific revision IDs, and selectively activate revisions.
  • Cross-project portability: import and export task configurations between projects and environments.

Quick Start

  • Load the skill into Claude Code and connect your Rightbrain API:
    1. Copy the skill: cp -r claude-code-skills/skills/rightbrain-tasks ~/.claude/skills/
    2. Ensure API access is configured via RIGHTBRAIN_API_KEY in your environment.

Frequently Asked Questions about rightbrain-tasks

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I orchestrate and manage Claude Code tasks within an automation workflow?

You can orchestrate Claude Code tasks using a centralized task manager to handle end-to-end task design, execution, and lifecycle operations. It supports creating, browsing, running, updating, importing, and exporting task configurations across projects and models.

Can I reuse prompt templates and input processors across different Claude Code projects?

Yes, template-driven task design allows you to define prompts, outputs, and input processors in reusable templates. You can import and export these task configurations between projects and environments for cross-project portability.

What do I need to run Claude Code task automation with this workflow manager?

To run Claude Code task automation, you need the Claude Code CLI installed and an authenticated Rightbrain API key configured in your environment via the `RIGHTBRAIN_API_KEY` variable.

How does revision management work when updating task configurations?

Revision management lets you draft new revisions, test them using specific revision IDs, and selectively activate revisions. This ensures consistency and reproducibility when updating task configurations across your automation workflow.

Why are my exported task configurations failing to import across different projects?

Import failures for task configurations typically occur if the target project lacks the necessary Rightbrain API authentication or if the Claude Code CLI environment is not properly configured for cross-project portability.