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
Download ZIP
ops/agent_sd_coverage.yaml
1.1 KB
schema_version: 1
id: agent_sd_coverage
title: "SD: Fill Skill Module"
description: "Find the lowest-coverage module, explore it in the browser, improve its skill files"
category:
  level: pipeline
  domain: engineering

metadata:
  agent: true
  role: sd

params:
  hint:
    type: string
    default: ""
    description: "Optional extra instructions for the agent"
  entry_path:
    type: string
    default: "~/workspace"
    description: "Working directory for the agent"

steps:
  - type: terminal.open
    title: "Agent: SD Coverage"
    cwd: "{{entry_path}}"
  - type: terminal.run
    cmd: >-
      source ~/.agent-env && claude --dangerously-skip-permissions
      "learn about the target app and Skill Discovery methodology.
      review the skill pack coverage summary to find the module with lowest coverage or quality.
      navigate to that module on the target app, snapshot all states and interactions.
      update the module skill files, install with sidebutton registry update.
      commit, push, and create a PR to the skill-packs repo.
      {{hint}}
      report which module was improved and what was added."