Sister Script

🌐Community
by simhacker · vlatest · Repository

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.

1

Run in terminal (recommended)

terminal
claude mcp add sister-script npx -- -y @trustedskills/sister-script
2

Or manually add to ~/.claude/settings.json

~/.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 HubPass
SocketPass
SnykPass

Details

Version
vlatest
License
Author
simhacker
Installs
10

🌐 Community

Passed automated security scans.