fs-start

Initialize a Feldspar session by loading the temper tool with the orchestrator role.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/madebymlai/feldspar --skill fs-start
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: fs-start
Source: https://github.com/madebymlai/feldspar/tree/main/.claude/skills/fs-start
Command: npx skills add https://github.com/madebymlai/feldspar --skill fs-start

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

The skill initializes a Feldspar session, ensuring the necessary temper tool is loaded and the orchestrator role is set, so Claude Code can operate with proper guidance.

Core Features & Use Cases

  • Tool Loading: Automatically searches for and loads the mcp__feldspar__temper tool if missing.
  • Orchestrator Activation: Calls temper with the orchestrator role to receive session instructions.
  • Guided Session: Provides clear steps for subsequent interactions based on the orchestrator's output. Use case: When starting a new reasoning task with Claude Code, invoke this skill to set up Feldspar quickly and reliably.

Quick Start

Ask the assistant to start the Feldspar session by loading the temper tool with the orchestrator role.

Frequently Asked Questions about fs-start

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

FAQPage Schema
How do I initialize a Feldspar session for Claude Code?

To initialize a Feldspar session, you invoke the fs-start skill, which automatically searches for and loads the mcp__feldspar__temper tool if it is missing. It then calls temper with the orchestrator role to set up your guided reasoning workflow.

What is the temper tool used for in Feldspar session orchestration?

The temper tool provides session instructions by assuming specific roles, such as the orchestrator. When initializing a Feldspar session, temper is called to return the guidance Claude Code follows during subsequent reasoning tasks.

Do I need the temper tool installed before starting a Feldspar session?

You do not need to manually load the temper tool before starting. The skill automatically searches for and loads the mcp__feldspar__temper tool via ToolSearch, provided the orchestrator role is supported by your MCP server.

How do I start a reasoning workflow with the Feldspar orchestrator role?

Ask the assistant to start the Feldspar session. The skill will load the temper tool, activate the orchestrator role, and provide clear steps for subsequent interactions based on the orchestrator's output.

Why does my Feldspar session fail to load the temper tool?

Feldspar session initialization fails if the temper tool is not discoverable via ToolSearch or if the MCP server does not support the orchestrator role. Ensure your MCP server configuration exposes the mcp__feldspar__temper tool correctly.

Can I use the Feldspar orchestrator without an MCP server?

No, the Feldspar orchestrator requires an MCP server to be configured. The skill relies on the server to discover the temper tool and validate that the orchestrator role is supported before initializing the session.