install-tend

Automate Tend setup on GitHub repositories with config, workflows, secrets, and bot access.

30|5|Updated Mar 21, 2026
One-click install
npx skills add https://github.com/max-sixty/tend --skill install-tend
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: install-tend
Source: https://github.com/max-sixty/tend/tree/main/plugins/install-tend/skills/install-tend
Command: npx skills add https://github.com/max-sixty/tend --skill install-tend

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires claude, gh, and includes scripts (resource) components.

What problem does it solve?

Sets up Tend on a GitHub repository, creating config, workflows, secrets, and bot provisioning so teams can enable Claude-powered CI quickly without manual wiring.

Core Features & Use Cases

  • End-to-end installation: generates .config/tend.toml, creates GitHub workflows, and configures required secrets and branch protection.
  • Bot provisioning and access: creates or validates a bot account, OAuth tokens, and repository access for automated CI interactions.
  • Deployment in new or existing repos: supports bootstrap for fresh setups and updates existing repos with Tend wiring.

Quick Start

Run /install-tend <bot-name> to start configuring Tend on the current repository.

Frequently Asked Questions about install-tend

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I set up Claude-powered CI on a GitHub repository?

Setting up Claude-powered CI involves generating a .config/tend.toml file, creating GitHub workflows, and configuring bot credentials and repository secrets for automated interactions.

Can I add Claude CI automation to an existing GitHub repo?

Yes, you can add Claude CI automation to an existing repository by updating it with the necessary workflow files, bot access provisioning, and local configuration generation.

What do I need to configure GitHub workflows and secrets for Claude CI?

You need the gh CLI and Claude credentials available to provision bot accounts, configure OAuth tokens, and deploy repository secrets via GitHub API interactions.

How does bot provisioning work for automated GitHub CI interactions?

Bot provisioning works by creating or validating a bot account, deploying OAuth tokens, and granting repository access through Chrome-based credential provisioning to enable automated CI workflows.

Does setting up Claude CI require manually wiring branch protection rules?

No, configuring branch protection is handled automatically during the end-to-end installation process alongside workflow creation and secret deployment for the repository.