Skip to content

Agent Skill Stack v0.3.0

Latest

Choose a tag to compare

@github-actions github-actions released this 19 Jul 07:51

Agent Skill Stack v0.3.0

This release closes the first-hop recall gap without turning the product into a generic auto-router.

Highlights

  • expands the Skill trigger description so shaped end-to-end requests can select Agent Skill Stack even when the user never says “Skill”;
  • keeps one bounded action with its domain Skill instead of over-triggering the stack curator;
  • adds local-index detection for explicit multi-Skill requests and goals that combine a coordination action with sustained or multi-step scope;
  • documents explicit $agent-skill-stack invocation as the portable first-use bootstrap across hosts;
  • separates first-hop activation from downstream project-profile routing and the runtime dependency gate;
  • adds positive recall trials for a one-week Xiaohongshu campaign and explicit Skill-set selection;
  • adds a negative trial proving that “write one Xiaohongshu post” does not recall the stack curator;
  • verifies that the first-hop activation plan keeps Agent Skill Stack primary while domain and writing-quality Skills remain supporting;
  • removes “any goal” claims that an unaware host cannot guarantee.

Why this iteration exists

v0.2.0 could prove that every primary and helper Skill in a selected project route was locally readable before execution. It could not guarantee that the host would invoke Agent Skill Stack before that route existed. v0.3.0 treats these as two different layers:

  1. bootstrap Agent Skill Stack explicitly, or let a capable host match a shaped end-to-end goal;
  2. derive the workflow and select the smallest verified stack;
  3. create project routes for later primary/helper handoffs;
  4. use the runtime gate to block incomplete downstream dependencies.

The implementation intentionally avoids a trigger such as “any natural-language request.” A single bounded action should remain with its relevant domain Skill.

Install

npx skills add neilchen2000-pixel/agent-skill-stack --skill agent-skill-stack -g -y

GitHub Copilot / GitHub CLI 2.90.0+:

gh skill install neilchen2000-pixel/agent-skill-stack agent-skill-stack@v0.3.0

First prompt

Use $agent-skill-stack to help me promote this open-source project on Xiaohongshu for one week.

Verification

  • Agent Skills structure validation: passed
  • Python compilation: passed
  • Safe trials: 12/12 passed
  • First-hop positive trials: sustained end-to-end goal and explicit multi-Skill request
  • First-hop negative trial: one bounded domain action stays out of the stack curator
  • Runtime trial: ordered primary-to-helper activation plan resolves completely
  • Secret and private-path scan: no matches
  • Symlinks: none
  • Bundled runtime dependencies: Python standard library only

Read the complete public security audit before installation.