danshapirodanshapiroCommunityยท5 Agent Skills Included

trycycle

Autonomous code planning, building, testing, and review loops

Turns a plain-English build request into a finished, reviewed code change without manual babysitting. Extracts user intent, writes and strengthens an implementation plan, builds in an isolated git worktree, and runs repeated fresh-eyes code review rounds until blockers are gone. Eliminates stale-context errors and half-finished features by cycling planning, execution, and review automatically.
npx skills add danshapiro/trycycle --all -g -y

All Skills in This Repository (5)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How to install Trycycle?โ–ผ

Run `npx skills add danshapiro/trycycle --all -g -y` in your terminal to install the skill globally for your coding agent.

What does Trycycle do?โ–ผ

It takes a plain-English build request and automatically plans, implements, tests, and reviews the code in repeated improvement rounds until it converges.

Which coding agents work with Trycycle?โ–ผ

It works with Claude Code, Codex CLI, Kimi CLI, and OpenCode, using native subagent support when available or a bundled Python fallback runner otherwise.

Does Trycycle need constant user input?โ–ผ

No. It is fire-and-forget by default and only asks questions when a wrong guess could cause real harm or when you must approve the testing strategy.

How does Trycycle keep my main branch safe?โ–ผ

It does all work in an isolated git worktree on a separate branch, verifies tests pass, then lets you merge, open a pull request, keep, or discard the work.

Related Repositories in Software Engineering

View All in Software Engineeringโ†’