subconscious-dev

Build AI agents on the Subconscious platform with TIM-based workstreams and tool-calling via TIMRUN.

Updated Feb 5, 2026
One-click install
npx skills add https://github.com/subconscious-systems/skills --skill subconscious-dev
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: subconscious-dev
Source: https://github.com/subconscious-systems/skills/tree/main/subconscious-dev
Command: npx skills add https://github.com/subconscious-systems/skills --skill subconscious-dev

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill enables developers to build AI agents using the Subconscious platform, automating orchestration, context management, and multi-hop reasoning with minimal boilerplate.

Core Features & Use Cases

  • Agent creation & orchestration: Define goals and tools and let Subconscious run and manage reasoning, tool calls, and results.
  • TIM-enabled workflows: Build agents that operate with TIM (TIMRUN) engines for fast search, reasoning, and external tool usage.
  • Use Cases: Create research agents, search agents, or tool-calling agents that can integrate with custom endpoints and platform tools.

Quick Start

Quick Start: Install the Subconscious SDK and run a simple agent with engine tim-gpt, providing a natural language instruction and a list of tools. For example, research a topic using a web_search tool and await the result.

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 tool-calling using an SDK?

You can orchestrate AI agents with tool-calling by using the Subconscious SDK to define goals and tools, letting the platform automatically manage reasoning and tool execution results.

What is the best way to build research agents that integrate external tools?

The best way to build research agents with external tools is using the Subconscious platform and its TIMRUN engine, which automates orchestration and multi-hop reasoning with minimal boilerplate.

How do I set up a TIM-based workflow for AI agents?

To set up a TIM-based workflow, install the Subconscious SDK and run an agent with the tim-gpt engine, providing a natural language instruction and a list of tools for execution.

Do I need to write boilerplate to manage multi-hop reasoning for tool-calling agents?

No, you do not need to write boilerplate for multi-hop reasoning, as the Subconscious platform automates context management and orchestration for tool-calling agents.

Can I use custom endpoints with AI agents running on a TIM engine?

Yes, you can integrate custom endpoints and platform tools with tool-calling agents that operate using TIMRUN engines for fast search and external tool usage.

What are the project requirements for building AI agents with Subconscious?

Building AI agents with Subconscious requires a root SKILL.md with YAML frontmatter, optional manuals in scripts/references/assets, and the Subconscious SDK for runs and streams.