๐ŸŽฏ

docker-extend

๐ŸŽฏSkill

from coleam00/archon

VibeIndex|
What it does
|

Interactively sets up Dockerfile.user and docker-compose.override.yml to let users add personal tools to their Docker environment without affecting maintainer files or committing user-specific config to git.

๐Ÿ“ฆ

Same repository

coleam00/archon(14 items)

docker-extend

Installation

Vibe Index InstallInstalls to .claude/skills/
npx vibeindex add coleam00/archon --skill docker-extend
skills.sh Installโš  Installs to .agents/skills/
npx skills add coleam00/archon --skill docker-extend
Manual InstallCopy SKILL.md content and save to the path below
~/.claude/skills/docker-extend/SKILL.md

SKILL.md

157Installs
-
AddedApr 15, 2026

More from this repository10

๐ŸŽฏ
archon๐ŸŽฏSkill

A skill for running Archon, a remote agentic coding platform that executes AI workflows in isolated git worktrees for parallel development. Supports creating and managing workflow YAML files, commands, and configuration through an interactive CLI.

๐ŸŽฏ
playwright-cli๐ŸŽฏSkill

Archon is a workflow engine for AI coding agents that lets you define development processes (planning, implementation, validation, code review, PR creation) as YAML workflows, ensuring deterministic and repeatable AI-assisted development across projects.

๐ŸŽฏ
archon-dev๐ŸŽฏSkill

A development workflow skill for the Archon project that routes tasks to 10 specialized cookbooks covering research, investigation, PRD writing, planning, implementation, code review, debugging, commits, pull requests, and issue management.

๐ŸŽฏ
save-task-list๐ŸŽฏSkill

A Claude Code skill from Archon that saves the current session's task list for reuse across future sessions, mapping task list IDs to sessions and providing startup commands for restoring task context.

๐ŸŽฏ
validate-ui๐ŸŽฏSkill

A skill for performing comprehensive end-to-end validation of the Archon Web UI by combining browser automation (via agent-browser CLI) with codebase review to find UI/UX bugs, test workflow management, and verify parallel agent orchestration. It produces a detailed bug and UX report covering all major interface sections.

๐ŸŽฏ
test-release๐ŸŽฏSkill

Verifies that a released Archon binary works end-to-end through specific install paths like Homebrew, curl, or local builds, used for release validation and bug reproduction.

๐ŸŽฏ
remotion-best-practices๐ŸŽฏSkill

A best practices skill for Remotion, the React-based video creation framework, covering animations, 3D content with Three.js, audio visualization, captions/subtitles, FFmpeg operations, and composition techniques.

๐ŸŽฏ
triage๐ŸŽฏSkill

A workflow engine for AI coding agents that encodes development processes as YAML workflows with deterministic phases, isolated git worktrees, and composable AI and deterministic nodes for repeatable, fire-and-forget task execution.

๐ŸŽฏ
release๐ŸŽฏSkill

Creates Archon releases from the dev branch by generating changelog entries from commits, bumping the version, and creating a PR to main.

๐ŸŽฏ
replicate-issue๐ŸŽฏSkill

Systematically reproduces and validates GitHub issues against the live Archon application using browser automation, providing exact reproduction steps and fix recommendations.