agent-scripts
NewScripts for agents, shared between my repositories.
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
mkdir -p .claude/agentsAdd the configuration to .claude/agents/agent-scripts.md
@agent-scriptsUse Cases
Usage Examples
/agent-scripts run deploy.sh
Run the shared testing script from agent-scripts on the current project.
Execute the cleanup script from agent-scripts to remove temp files.
Security Audits
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..