Agent Basics

Trains agents in CLI commands and workflows for the Brahma platform.

1|Updated Oct 29, 2025
One-click install
npx skills add https://github.com/Jeetski/Chronos_Engine --skill agent-basics
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Agent Basics
Source: https://github.com/Jeetski/Chronos_Engine/tree/main/docs/agents/skills/agent_basics
Command: npx skills add https://github.com/Jeetski/Chronos_Engine --skill agent-basics

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill provides AI agents with the foundational knowledge to safely and effectively interact with the Chronos Engine, ensuring they can launch applications, execute commands, and run scripts.

Core Features & Use Cases

  • Operational Baseline: Teaches agents how to use Chronos launchers, invoke the CLI directly, and pass arguments.
  • Scripting Workflow: Explains the creation and execution of .chs scripts for automation.
  • Use Case: Before an AI agent begins managing a user's schedule, it first uses this skill to understand how to issue commands like new task "Meeting" or run a script like scripts/daily_plan.chs.

Quick Start

Use the agent basics skill to run the command 'python modules/console.py today'.

Frequently Asked Questions about Agent Basics

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

FAQPage Schema
How do I execute commands and pass arguments using the Chronos Engine CLI?

You can use the Chronos Engine CLI by invoking launchers directly and passing arguments to execute operational commands like `new task "Meeting"` for immediate schedule updates.

How do I create and run .chs scripts for task automation?

You can create and run `.chs` scripts for task automation by writing your command sequences into a script file, then invoking it through the Chronos Engine to execute workflows like `scripts/daily_plan.chs`.

What is the operational baseline an AI agent needs before interacting with the Chronos Engine?

The operational baseline for the Chronos Engine involves understanding startup mechanics, executing direct CLI invocations, and performing operational resets before tackling domain-specific scheduling tasks.

Do I need to run an operational reset before starting a new agent session with Chronos?

Yes, performing an operational reset is required for new agent session setup with the Chronos Engine, clearing previous state and establishing a clean environment before executing domain-specific tasks.

Can I use Python to interact with the Chronos Engine console directly?

Yes, you can interact with the Chronos Engine console directly via Python by running commands such as `python modules/console.py today` to query and manage current scheduling operations.