Rody avatar

Rody

Community

@Jutxica

1Followers
|
6Public Repos
|
1Published Skills

Rody (Jutxica) provides Archon, a delegation layer that runs development tasks in isolated git worktrees with YAML-defined commands and configuration.

Skills Distribution
DomainDeveloper To...Git Worktree Orche.. (40%)YAML Command Autho.. (30%)Configuration Mana.. (20%)Parallel Developme.. (10%)

Agent Skills by Rody

Showing 1 vetted skills indexed across 1 GitHub repositories.

Frequently Asked Questions About Rody

FAQPage Schema
What tasks can I delegate using Rody's Archon skill?

You can delegate development tasks and issue numbers to Archon, which executes them inside isolated git worktrees for safe parallel development. The skill also supports creating new YAML definitions and command files, plus modifying Archon configuration settings.

Who is the Archon skill designed for?

It targets developers who want to offload coding tasks to Archon rather than performing direct edits themselves. It suits engineers managing parallel branches, repeatable command definitions, and per-repository Archon configuration through a .archon directory.

How do I set up and run Archon in my repository?

Initialize Archon with 'archon init' to add a .archon directory to your repo, then invoke it with a task name and a message or issue number. Configuration changes are made by editing the Archon config files the skill manages.

What are the prerequisites and limitations of the Archon skill?

The skill requires an existing Archon installation and a git repository, since execution happens in git worktrees. It is explicitly not for direct Claude Code work; it only delegates tasks to the Archon command layer and manages its YAML and config files.