BeClaude

agent-scripts

New
5kGitHubGeneralby steipete

Scripts for agents, shared between my repositories.

First seen 5/22/2026

Summary

This skill provides a centralized collection of reusable scripts designed for AI agents, enabling consistent automation across multiple repositories.

  • It helps developers streamline agent workflows by sharing and maintaining common scripts without duplication.

Install & Usage

1
Create the agents directory
mkdir -p .claude/agents
2
Save the agent file

Add the configuration to .claude/agents/agent-scripts.md

3
Invoke with @agent-name
@agent-scripts

Use Cases

Run a shared deployment script across all repositories from a single command.
Execute a standardized testing script for agent behaviors in different projects.
Update agent configuration files using a common script stored in the skill.
Automate code generation tasks with a script that works across multiple repos.
Trigger a cleanup script to remove temporary files after agent runs.
Invoke a monitoring script to check agent health across repositories.

Usage Examples

1

/agent-scripts run deploy.sh

2

Run the shared testing script from agent-scripts on the current project.

3

Execute the cleanup script from agent-scripts to remove temp files.

View source on GitHub
agent

Security Audits

LicenseUnknownSourceWarnRepositoryPass

Frequently Asked Questions

What is agent-scripts?

This skill provides a centralized collection of reusable scripts designed for AI agents, enabling consistent automation across multiple repositories. It helps developers streamline agent workflows by sharing and maintaining common scripts without duplication.

How to install agent-scripts?

To install agent-scripts: create the agents directory (mkdir -p .claude/agents), then add the config to .claude/agents/agent-scripts.md. Finally, @agent-scripts in Claude Code.

What is agent-scripts best for?

agent-scripts is a agent categorized under General. It is designed for: agent. Created by steipete.

What can I use agent-scripts for?

agent-scripts is useful for: Run a shared deployment script across all repositories from a single command.; Execute a standardized testing script for agent behaviors in different projects.; Update agent configuration files using a common script stored in the skill.; Automate code generation tasks with a script that works across multiple repos.; Trigger a cleanup script to remove temporary files after agent runs.; Invoke a monitoring script to check agent health across repositories..