agent_flywheel_clawdbot_skills_and_integrations
Multi-agent coding workflows, cloud CLIs, and safety guardrails
All Skills in This Repository (28)
Pure Emerald Level Indicatorsgcloud
Manage Google Cloud resources via the gcloud CLI.
de-slopify
Rewrite documentation to remove AI writing artifacts like em dashes and hedges.
beads-workflow
Convert markdown plans into dependency-aware beads using the Beads CLI.
planning-workflow
Create structured Markdown planning documents for complex software projects.
vercel
Automate Vercel deployments and manage domains and environment variables via the vercel CLI workflows.
ubs
Performs pre-commit static analysis on changed files to identify risky or buggy code.
bv
Analyzes beads graphs with nine graph metrics to surface bottlenecks and generate deterministic recommendations.
cursor
Open files, folders, and specific lines in Cursor from the CLI.
agent-fungibility
Coordinate interchangeable agents through bead-driven task plans in multi-agent workflows.
wrangler
Deploy and manage Cloudflare Workers, Pages, and storage via wrangler CLI.
cass
Index and search coding-agent sessions from multiple AI tools with JSON outputs.
wezterm
Manage WezTerm terminal panes, tabs, and workspaces via CLI.
Frequently Asked Questions
FAQPage SchemaHow to install Agent Flywheel Clawdbot Skills?βΌ
Run `npx skills add Dicklesworthstone/agent_flywheel_clawdbot_skills_and_integrations --all -g -y` in your terminal to install all skills globally.
What does this skill collection do?βΌ
It teaches your coding agent proven workflows for multi-agent development, including planning, task tracking with beads, agent coordination via mail, and safe handling of destructive commands. It also covers cloud CLIs like gcloud, wrangler, vercel, and supabase.
How do multiple coding agents avoid conflicts?βΌ
The agent-mail skill provides file reservations and messaging so agents announce work and lock files before editing. The bv skill picks the highest-impact ready task so each agent works on the right thing next.
How does it prevent dangerous commands?βΌ
The dcg skill blocks destructive commands like rm -rf or git push --force before they run, and the slb skill requires a second agent to approve risky operations. Both suggest safer alternatives instead of just blocking.
Do I need coding experience to use these skills?βΌ
Basic terminal familiarity helps, since most skills wrap command-line tools. Once installed, your agent follows the built-in prompts and workflows from plain-English requests.
Related Repositories in Software Engineering
View All in Software Engineeringβopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core