Sister Script
Sister Script generates code snippets mirroring your current context, accelerating development and ensuring consistency across projects.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add sister-script npx -- -y @trustedskills/sister-script
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"sister-script": {
"command": "npx",
"args": [
"-y",
"@trustedskills/sister-script"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
The sister-script skill allows AI agents to execute scripts. It provides a mechanism for running pre-defined sequences of actions or commands, automating complex tasks within an agent's workflow. This enables the agent to perform repetitive operations reliably and efficiently.
When to use it
- Automating routine tasks: When your agent needs to consistently perform a series of steps (e.g., data extraction, report generation).
- Orchestrating complex workflows: To manage multi-stage processes that involve several different actions or tools.
- Reproducing specific behaviors: When you need the AI agent to execute a precise sequence of operations every time.
Key capabilities
- Script execution
- Predefined action sequences
- Automation of repetitive tasks
Example prompts
- "Run the 'daily_report' script."
- "Execute the data extraction workflow."
- "Please perform the steps outlined in the 'cleanup_cache' sequence."
Tips & gotchas
The skill relies on properly defined scripts being available for execution. Ensure that any referenced tools or APIs within a script are accessible to the AI agent.
Tags
TrustedSkills Verification
Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.
Security Audits
| Gen Agent Trust Hub | Pass |
| Socket | Pass |
| Snyk | Pass |
🌐 Community
Passed automated security scans.