Validates the interoperability between skills. Ensures that output formats (JSON/Markdown) from one skill are correctly consumed by the next in a chain.
Resources
2Install
npx skillscat add famaoai-creator/gemini-skills/ecosystem-integration-test Install via the SkillsCat registry.
SKILL.md
Ecosystem Integration Test
This skill ensures the "Digital Nervous System" is intact.
Capabilities
1. Handover Verification
- Simulates common skill chains (e.g.,
RD -> Code). - Checks if the JSON output of Skill A matches the input schema of Skill B.
2. Protocol Adherence Check
- Verifies that all skills are correctly using
scripts/lib/core.cjsand following the 3-Tier Knowledge Protocol.
Usage
- "Run a full integration test on the 'Business Launchpad' meta-skill chain."
- "Verify that
requirements-wizardoutputs can be parsed bytest-suite-architect."