subconscious-dev

Automate AI agent creation and orchestration with Subconscious platform tools.

Updated Mar 1, 2026
One-click install
npx skills add https://github.com/ArvindParekh/ship-and-tell --skill subconscious-dev-arvindparekh
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: subconscious-dev
Source: https://github.com/ArvindParekh/ship-and-tell/tree/main/.opencode/skills/subconscious
Command: npx skills add https://github.com/ArvindParekh/ship-and-tell --skill subconscious-dev-arvindparekh

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Subconscious-dev provides a framework to build, orchestrate, and operate AI agents using the Subconscious platform, enabling tool use, multi-hop reasoning, and TIM-backed execution without bespoke multi-agent frameworks.

Core Features & Use Cases

  • Agent orchestration: define goals and tools, and Subconscious handles cross-tool reasoning and external calls.
  • TIM integration: select engine profiles (tim, tim-gpt, etc.) to balance performance and cost for your use cases.
  • SDK-first workflows: use the native Subconscious SDKs to run, stream, and fetch structured outputs for UIs and automations.

Quick Start

Build and run a basic Subconscious agent by defining an initial goal and a set of tools, then execute via the SDK.

Frequently Asked Questions about subconscious-dev

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

FAQPage Schema
How do I orchestrate AI agents with external tool integration and multi-hop reasoning?

Orchestrate AI agents with external tool integration by defining goals and tools, then letting the Subconscious platform handle cross-tool reasoning and external calls automatically via its native SDK.

What is TIM-based execution for long-horizon reasoning in AI agents?

TIM-based execution is an orchestration mechanism that selects engine profiles like tim or tim-gpt to balance performance and cost during long-horizon reasoning across diverse agent tasks.

How do I run and stream AI agent outputs using an SDK?

Run and stream AI agent outputs by using native Subconscious SDKs to execute tasks in run or stream modes, fetching structured outputs directly for UIs and automations.

Can I use Subconscious for multi-agent frameworks without bespoke setups?

Yes, Subconscious supports multi-agent workflows without bespoke setups by providing a built-in framework to orchestrate tool use, multi-hop reasoning, and TIM-backed execution natively.

Does Subconscious support structured outputs for UIs and automations?

Subconscious supports structured outputs for UIs and automations by exposing agent execution results through structured formats and native SDK fetching workflows.