SmythOS

8 mods across 4 repositories, 1.6k stars between them.

sre-ai-rules

01

SmythOS/sre

Cursor rule Cursor

SmythOS SRE Monorepo AI Development Guidelines.

1.3k 5mo ago A 1,278 tokens original MIT

00-creating-agents

02

SmythOS/sre

Agent

The SmythOS SDK offers flexible ways to create and configure agents. This guide covers everything from basic agent creation to advanced model configuration.

1.3k 5mo ago A 0 tokens original MIT

01-skills

03

SmythOS/sre

Agent

Skills are the building blocks that give agents their capabilities. Each skill is a function that the agent's LLM can decide to call based on the user's prompt.

1.3k 5mo ago A 0 tokens original MIT

02-agent-modes

04

SmythOS/sre

Agent

Agent modes are pluggable execution strategies that augment how an agent processes and responds to tasks. Each mode adds specialized capabilities through additional behavior (system prompt) instructions and hidden skills, all managed transparently by the SDK.

1.3k 5mo ago A 0 tokens original MIT

03-planner-mode

05

SmythOS/sre

Agent

Planner mode gives an agent systematic planning capabilities. When the agent receives a complex or multi-step task, it will create a structured plan, track each step's progress, and verify completion before finishing.

1.3k 5mo ago A 0 tokens original MIT

04-worker-mode

06

SmythOS/sre

Agent

Worker mode allows an agent to dispatch complex, long-running tasks to background "copy" agents while the main agent stays fully interactive. When a worker finishes, its result is automatically surfaced back to the user through the main agent's conversation.

1.3k 5mo ago A 0 tokens original MIT

cursorrules

07

SmythOS/smythos-studio

Cursor rule Cursor

It is critically important that you adhere to the above five rules.

296 5mo ago A 255 tokens original MIT

SmythOS/smyth-docs

Instructions file

Claude Code instructions for SmythOS/smyth-docs, covering claude.md, project overview, commands, architecture and content (docs/).

20 5mo ago A 683 tokens