en un clic
invoke-alpha
// First skill in a three-skill invocation chain for testing cross-skill invocation, depth limits, and language sensitivity. Use when asked to start an invocation chain.
// First skill in a three-skill invocation chain for testing cross-skill invocation, depth limits, and language sensitivity. Use when asked to start an invocation chain.
Benchmark skill for testing how platforms handle edge-case YAML values in the metadata frontmatter field. Use when asked to probe metadata value handling.
Second skill in a three-skill invocation chain. Activated by invoke-alpha, activates invoke-gamma. Use when directed by invoke-alpha.
Third and final skill in a three-skill invocation chain. Activated by invoke-beta. Use when directed by invoke-beta.
First of a pair of skills that reference each other, for testing circular invocation handling. Use when asked to probe circular dependencies.
Second of a pair of skills that reference each other, for testing circular invocation handling. Use when directed by probe-circular-alpha.
Benchmark skill for testing how platforms handle the compatibility field. Use when asked to probe compatibility behavior.
| name | invoke-alpha |
| description | First skill in a three-skill invocation chain for testing cross-skill invocation, depth limits, and language sensitivity. Use when asked to start an invocation chain. |
This is the entry point of a three-skill invocation chain:
invoke-alpha -> invoke-beta -> invoke-gamma
When activated, follow these steps in order:
Report: "invoke-alpha activated. Canary: IBIS-RUST-3310"
Now activate the invoke-beta skill to continue the chain.
After invoke-beta completes, report: "invoke-alpha complete. Chain result: [summarize what invoke-beta and invoke-gamma reported]"