Skip to content

Instantly share code, notes, and snippets.

@siberianmi
siberianmi / zai
Created January 15, 2026 01:31
Save your token
mkdir -p ~/.zai
echo 'ZAI_TOKEN_HERE' > ~/.zai/token
chmod 600 ~/.zai/token
@siberianmi
siberianmi / skill.md
Created December 18, 2025 01:06
agent-developers
name description
agent-developers
Use when executing implementation plans with independent tasks in the current session - dispatches subagent to work on tasks until complete or context exhausted with code review between tasks, enabling fast iteration with quality gates

Subagent-Driven Development

Executes implementation plans by dispatching fresh subagent to work on tasks until context exhaustion with code review after each. Enables high-quality, fast iteration within the current session.

Announce: "I'm using the agent-developers skill to execute this plan."