A
Knowledge Pack Files
Autonomous Agents Knowledge Pack Files
Browse the source files that power the Autonomous Agents MCP server knowledge pack.
Available free v1.0.0 Browser
$
sidebutton install agents schema_version: 1
id: agent_pull_repos
title: "Ops: Pull All Repos"
description: "Git pull on all repos and reinstall skill packs"
category:
level: pipeline
domain: engineering
metadata:
agent: true
role: ops
steps:
- type: terminal.open
title: "Agent: Pull All Repos"
cwd: ~/workspace
- type: terminal.run
cmd: >-
source ~/.agent-env && claude --dangerously-skip-permissions
"pull all repos (~/workspace/ and ~/ops/, also ~/oss/ if exists), reinstall all sidebutton skill packs.
if the sidebutton server repo had changes, rebuild it and restart the service.
report what changed in each repo."