setup-agent-tasks

Community

Automate agent task setup for new projects.

Authorgileck
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This skill streamlines the initial setup of automated agent tasks for a child project by configuring two task types with task-cli: workflow agents and a repository-commits code reviewer.

Core Features & Use Cases

  • Create the required folder structures (agent-tasks/all and agent-tasks/repo-commits-code-reviewer) and provide sample config.json files for both task types.
  • Register tasks with task-cli and verify their status to ensure reliable, scheduled execution in the new project.
  • Use this skill when bootstrapping a fresh project to ensure consistent, repeatable agent management across repositories.

Quick Start

Use Task CLI to bootstrap and register the two agent tasks for your project:

  • Create the folders agent-tasks/all and agent-tasks/repo-commits-code-reviewer.
  • Create config.json files with the fields shown in the examples.
  • Run task-cli create --config=./agent-tasks/all/config.json to register the workflow-agents task.
  • Run task-cli create --config=./agent-tasks/repo-commits-code-reviewer/config.json to register the code-reviewer task.
  • Verify both tasks with task-cli get <repo-name>:agent:all and task-cli get <repo-name>:agent:repo-commits-code-reviewer.

Dependency Matrix

Required Modules

None required

Components

Standard package

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: setup-agent-tasks
Download link: https://github.com/gileck/app-template-ai/archive/main.zip#setup-agent-tasks

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository

Agent Skills Search Helper

Install a tiny helper to your Agent, search and equip skill from 223,000+ vetted skills library on demand.