Skills from nicepkg/ai-workflow

7 skills available

skill-downloader
This skill downloads and installs Claude Code skills from GitHub and archive URLs into `./.claude/skills/`. It performs external downloads (e.g., `https://example.com/my-skill.zip`) and runs `git` via `subprocess.run`, enabling network access and command execution.
Review
77 installs
resource-scout
Search and discover Claude Code skills and MCP servers from marketplaces, GitHub repositories, and registries. Use when (1) user asks to find skills for a specific task, (2) looking for MCP servers to connect external tools, (3) user mentions "find skill", "search MCP", "discover tools", or "what skills exist for X", (4) before creating a custom skill to check if one already exists.
Verified
74 installs
add-new-skills-to-workflow
This skill documents adding GitHub-hosted skills to a workflow and updating repository documentation. It includes explicit shell commands (`python .claude/skills/skill-downloader/scripts/download_from_github.py ...`) and GitHub URLs (`https://github.com/user/repo`) that instruct downloading code; no secret-access or obfuscated actions were found.
Verified
73 installs
skill-creator
This skill provides guidance, templates, and example scripts for creating, packaging, and validating Claude skills. It explicitly instructs running local scripts such as `scripts/init_skill.py` and `scripts/package_skill.py`.
Verified
73 installs
legacy-to-ai-ready
Dangerous skill: automates turning a codebase AI-ready by generating `CLAUDE.md`, installing skills, and creating `.claude/` configs. It includes scripts that execute shell commands (`subprocess.run`) and download arbitrary URLs (`urllib.request.urlopen`), and templates that request env vars like `GITHUB_TOKEN` and broad `Read/Edit/Write` permissions.
Caution
73 installs
workflow-creator
Creates workflow directories, downloads skills from GitHub, and generates `README.md` and `AGENTS.md`. The package runs `git` via `subprocess.run` in `scripts/download_skill.py` and instructs cloning from `https://github.com/<owner>/<repo>`, enabling remote downloads and execution of `git` commands.
Review
72 installs
remove-old-skills-from-workflow
Guide for removing skills from an existing workflow and updating all related documentation. Use when user wants to remove skills from a workflow (e.g., "remove skill", "delete skill", "移除技能", "删除技能").
Verified
67 installs