tools

Verify Soria CLI installation, authentication, and active environment at session start.

1|1|Updated Mar 26, 2026
One-click install
npx skills add https://github.com/Soria-Inc/soria-stack --skill tools-soria-inc
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: tools
Source: https://github.com/Soria-Inc/soria-stack/tree/main/tools
Command: npx skills add https://github.com/Soria-Inc/soria-stack --skill tools-soria-inc

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Verifies the Soria CLI is installed and reports the active environment. Run at the START of every session alongside /env. This skill replaces the old MCP tool loader — there are no MCP tools to load anymore. All skills drive the Soria platform through the soria CLI. If you see "soria not found" or "no active environment", run this skill to diagnose and fix before doing any other work.

Core Features & Use Cases

  • CLI installation check and version reporting.
  • Auth/config status verification and guided remediation.
  • Active environment validation with prod-safety prompts and basic readiness checks.

Quick Start

Run the /tools skill at the start of every session to verify the CLI, auth, and environment are configured.

Frequently Asked Questions about tools

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

FAQPage Schema
How do I verify my CLI installation and authentication status before starting development?

To verify CLI installation and authentication status, run a session-start readiness check that confirms the Soria CLI presence, validates active auth config, and reports the selected dev environment to prevent startup failures.

Why does my dev environment report no active environment or CLI not found?

A dev environment reports no active environment or CLI not found when the Soria CLI is missing or auth config is invalid, requiring a diagnostic readiness check to guide remediation before proceeding.

What is the best way to validate dbt profile setup and environment readiness?

The best way to validate dbt profile setup and environment readiness is running a pre-flight check that verifies optional dbt configs and issues prod warnings with guidance when necessary.

Do I need to run environment status checks at the start of every session?

You need to run environment status checks at the start of every session to verify CLI presence, confirm authentication, and validate a selected development environment, preventing unexpected startup failures.

Does the Soria CLI replace the old MCP tool loader for environment validation?

Yes, the Soria CLI replaces the old MCP tool loader for environment validation, meaning there are no MCP tools to load anymore as all skills drive the platform directly through the CLI.

How do I get guided remediation for authentication and environment configuration issues?

To get guided remediation for authentication and environment configuration issues, execute a diagnostic check that detects missing auth config or invalid environments and provides specific resolution steps.