workflows

Links toolbox skills into a selected repository's agent skill directories.

Updated Jul 28, 2026
One-click install
npx skills add https://github.com/vinzenz/workflows --skill workflows-vinzenz
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: workflows
Source: https://github.com/vinzenz/workflows/tree/main/.agents/skills/workflows
Command: npx skills add https://github.com/vinzenz/workflows --skill workflows-vinzenz

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Teams often want agent skills available in one project without polluting global skill directories or manually copying files. This Skill runs the workflows link command to wire the toolbox's skills into a single repository while preserving existing project-owned files. ## Core Features & Use Cases - Repository-scoped linking: Creates or updates links under the target repository's .agents/skills, .claude/skills, and .codex/skills paths. - Conflict safety: Preserves existing project-owned skills and reports same-name conflicts instead of overwriting them. - No global side effects: Only modifies the selected repository and never touches global skill directories. - Use Case: After cloning a new project, run the link command so Claude and Codex agents in that repo immediately have access to the workflows toolbox skills. ## Quick Start Ask the agent to link the workflows toolbox skills into your current repository by running workflows link with the repository path.

Frequently Asked Questions about workflows

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I install agent skills into a single repository?▼

Run `workflows link /path/to/repository` from any directory. It links the toolbox skills into the target's `.agents/skills`, `.claude/skills`, and `.codex/skills` paths without affecting global skill directories.

How to share Claude skills across multiple projects?▼

Use the workflows link command per repository to create local skill links, or run `./install.sh --global-skills` to link skills into `~/.claude/skills` for all projects. Per-repository linking keeps skills scoped to one project.

Does workflows link overwrite existing project skills?▼

No. The command preserves existing project-owned files and reports a same-name conflict instead of overwriting. It only creates or updates links for the toolbox's own skills.

Can I run workflows link from any directory?▼

Yes. The command accepts an absolute or relative path to the target repository and can be run from anywhere. It only modifies the selected repository and never creates global skill links.

What are the prerequisites for using the workflows toolbox?▼

You need git, rtk, Node.js 22.18 or later, npm, and Python 3.10 or later, installed via `./install.sh`. Optional tools include jq, gh, glab, and podman for specific toolbox commands.