원클릭으로
pulipulichen
3개 GitHub 저장소에서 수집된 6개 skills를 저장소 단위로 보여줍니다.
skills가 있는 위치
수집된 skill 수가 많은 주요 저장소와 이 제작자 카탈로그 내 비중, 직업 분포를 보여줍니다.
저장소와 대표 skills
Run Docker and Docker Compose commands with sudo in this project. Use when writing, suggesting, or executing docker/docker compose commands.
Write and update project CHANGELOG.md entries in English. Use when the user asks to add changelog updates, mentions CHANGELOG/CHNAGELOG, or asks to summarize recent modifications by version.
For docker-Scrape-Web-Page-To-Markdown, never run Node.js on the host (no node, npm run, node --check, npx, etc. in the project workspace on the machine). Use Docker for any Node execution or verification. Use when editing or testing app JavaScript, running linters via Node, or when the user asks to avoid local Node.
For docker-Scrape-Web-Page-To-Markdown, installs Node/npm dependencies only inside the Docker image (never npm install on the host); run Docker with sudo; write project documentation (README.md, PROJECT.md, etc.) in English; keep user-facing and in-repo program messages (API errors, script echo output, thrown Error strings, Dockerfile comments) in English. Use when editing package.json, Dockerfile, docs, app code, shell scripts, running the app, debugging containers, or when the user mentions local node_modules, npm install, Docker, or doc/language for this repo.