Install
$ agentstack add skill-yu-iskw-coding-agent-fabric-test-integration-docker ✓ scanned · ✓ verified — works with Claude Code, Cursor, and more.
Security review
✓ PassedNo issues found. Passed automated security review. · v0.1.0 How review works →
- ✓ Prompt-injection patterns
- ✓ Secret / credential exfiltration
- ✓ Dangerous shell & filesystem operations
- ✓ Untrusted network calls
- ✓ Known-malicious package signatures
What it can access
- ✓ Network access No
- ✓ Filesystem access No
- ✓ Shell / process execution No
- ✓ Environment & secrets No
- ✓ Dynamic code execution No
From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.
About
Integration Testing with Docker & Real Skills
This skill executes integration tests in a containerized environment using actual skill repositories from the community. It uses a Makefile to manage the build and test lifecycle.
Workflow Checklist
- [ ] Step 1: Environment Readiness
- Verify Docker is running.
- [ ] Step 2: Execute Tests
- Run
make -C integration_tests testin the project root. - [ ] Step 3: Lifecycle Management
- Use
make -C integration_tests cleanif needed to prune images.
Detailed Instructions
1. Run Integration Tests
Ensure the Docker daemon is active, then execute the following command from the project root to build the image and run the full test suite:
make -C integration_tests test-verbose
2. Standard Makefile Targets
You can also use the Makefile directly for granular control:
Build the image only
make -C integration_tests build
Clean up images
make -C integration_tests clean
Success Criteria
- Docker image builds successfully with
gitandmakeinstalled. cafCLI is linked and available in the container.- Real-world skills are cloned from GitHub (Vercel, Anthropic).
caf skills addsuccessfully installs these real skills.- All integration scenarios pass.
Scenarios Covered
- CLI Health: Version and help checks.
- Real-World Skills (Vercel): Clones
vercel-labs/agent-skillsand installs skills likeweb-design-guidelines. - Real-World Skills (Anthropic): Clones
anthropics/skillsand installs document skills. - Subagent Verification: Lists available subagents in the clean container.
- Multi-Agent Matrix: Tests are executed for both
Claude CodeandCursoragents. - Scope Isolation: Tests are executed for both
projectandglobalscopes, verifying that global installations do not leak into the project'spackage.json.
Source & license
This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: yu-iskw
- Source: yu-iskw/coding-agent-fabric
- License: Apache-2.0
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet — be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.