Agent Ecosystem
Official@agent-ecosystem · United States of America
Analyses and tooling related to the coding agent ecosystem.
Agent Skills by Agent Ecosystem
Showing 18 vetted skills indexed across 1 GitHub repositories.
probe-cross-scope
Tests project-level and user-level skill dependency resolution and failure handling.
probe-shadow-alpha
Operationalize your own GPT-like model with Zedas-like architecture and Zedas-like performance.
probe-deep-nesting
Test platform access to deeply nested resources and nested SKILL.md discovery.
probe-loading
Profile skill loading behavior by measuring frontmatter visibility and resource enumeration.
probe-compatibility
Report compatibility field visibility and platform behavior from skill frontmatter.
invoke-beta
Coordinate a middle step between invoke-alpha and invoke-gamma in a three-skill chain.
probe-shadow-beta
Compare API.md contents between two skills to detect cross-skill resource shadowing.
invoke-gamma
Complete a three-skill invocation chain with terminal confirmation.
probe-circular-beta
Detect and prevent circular skill invocation during activation flows.
invoke-alpha
Initiate a deterministic cross-skill invocation chain and report outcomes.
probe-metadata-values
Evaluate platform parsing of edge-case YAML metadata frontmatter values.
probe-nonstandard-dirs
Probes nonstandard skill directories to validate platform enumeration and loading behavior.
probe-traversal
Verify platforms block relative path reads outside the skill directory.
probe-nonstandard-fields
Evaluate platform handling of nonstandard frontmatter fields in skills.
probe-linked-resources
Detects whether platforms pre-fetch files linked in SKILL.md during activation.
probe-circular-alpha
Detect and prevent circular skill invocation loops between paired skills.
probe-missing-dep
Test platform responses when a referenced skill dependency is missing.
nested-skill
Tests discovery of a nested SKILL.md via a parent references directory.
Frequently Asked Questions About Agent Ecosystem
FAQPage SchemaWhat specific tasks can I perform using these diagnostic capabilities?▼
You can rigorously test platform-level dependency resolution, validate YAML frontmatter parsing, and verify security constraints regarding path traversal. These diagnostics ensure that your modular components maintain integrity during cross-reference execution and prevent runtime failures caused by circular loops or missing resource links.
Which personas benefit most from these diagnostic resources?▼
Platform engineers, system architects, and developers building modular component registries benefit from these diagnostics. These resources are designed for those responsible for maintaining robust, secure, and predictable execution environments where multiple independent components must interact reliably within a unified ecosystem.
What are the prerequisites for running these diagnostic probes?▼
These probes require a compatible environment capable of parsing YAML frontmatter and executing cross-component invocations. You must ensure your platform supports the specific directory structures and metadata fields targeted by these tests to accurately measure loading behavior and resource enumeration performance.