How this skill is triggered — by the user, by Claude, or both
Slash command
/agent-scaffolders:create-docker-skillThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Follow the `create-docker-skill` skill workflow to scaffold a compliant agent skill
acceptance-criteria.mdevals/evals.jsonevals/results.tsvexecute.pyfallback-tree.mdreferences/acceptance-criteria.mdreferences/fallback-tree.mdreferences/hitl-interaction-design.mdreferences/pattern-decision-matrix.mdreferences/patterns/action-forcing-output-with-deadline-attribution.mdreferences/patterns/adversarial-objectivity-constraint.mdreferences/patterns/anti-pattern-vaccination.mdreferences/patterns/anti-symptom-triage.mdreferences/patterns/artifact-embedded-execution-audit-trail.mdreferences/patterns/artifact-generation-xss-compliance-gate.mdreferences/patterns/artifact-lifecycle.mdreferences/patterns/artifact-state-interrogative-routing.mdreferences/patterns/asynchronous-benchmark-metric-capture.mdreferences/patterns/audience-segmented-information-filtering.mdreferences/patterns/category-calibrated-benchmark-anchoring.mdFollow the create-docker-skill skill workflow to scaffold a compliant agent skill
that depends on containerized runtimes (Docker, Nextflow, HPC).
$ARGUMENTS — optional skill name or use-case description. Omit to start with discovery.$ARGUMENTS provides a skill name, use it to seed the discovery phaseSkill directory with SKILL.md containing pre-flight environment checks, subprocess
execution patterns, security-override config, and Docker-aware error handling.
$ARGUMENTS is empty: begin with discovery — do not assume Docker is availablenpx claudepluginhub richfrem/agent-plugins-skills --plugin agent-scaffoldersScaffolds new Agent Skills-compliant skills with full directory structure and frontmatter, then auto-syncs the skills registry.
Scaffolds new Claude Code skills with init_skill.py, packages them into .skill files with package_skill.py, and validates frontmatter with quick_validate.py. Use for direct script execution or skill-forge delegation.
Use when creating new skills, restructuring existing skills, or improving skill documentation. Generates SKILL.md + references/ structure with proper patterns.