agentsclimarketplace

Test integration docker

Skill yu-iskw/coding-agent-fabric/.claude/skills/test-integration-docker

The standard fabric for AI agent resources: Manage, sync, and update across Cursor, Claude Code, and more."

Install
npx -y skills add yu-iskw/coding-agent-fabric --skill test-integration-docker

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

One thing to look at

  • 1 stars1 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

What its author says it does

Copied from the file, not written here

Run comprehensive integration tests using real skills (Vercel, Anthropic, Expo) in a Docker container. Managed via Makefile for standard lifecycle control.

SKILL.md

2.1 KB, as published. Nobody here has run it

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 test in the project root.
  • Step 3: Lifecycle Management
    • Use make -C integration_tests clean if 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 git and make installed.
  • caf CLI is linked and available in the container.
  • Real-world skills are cloned from GitHub (Vercel, Anthropic).
  • caf skills add successfully installs these real skills.
  • All integration scenarios pass.

Scenarios Covered

  1. CLI Health: Version and help checks.
  2. Real-World Skills (Vercel): Clones vercel-labs/agent-skills and installs skills like web-design-guidelines.
  3. Real-World Skills (Anthropic): Clones anthropics/skills and installs document skills.
  4. Subagent Verification: Lists available subagents in the clean container.
  5. Multi-Agent Matrix: Tests are executed for both Claude Code and Cursor agents.
  6. Scope Isolation: Tests are executed for both project and global scopes, verifying that global installations do not leak into the project's package.json.

Keep looking

Skills are one crate of 328,083. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.