
Wsflow
- 1 repo stars
- Updated August 2, 2026
- kang-sw/devenv
Agentless workflow plugin for project context, tickets, specs, docs, and Git tools.
About
wsflow is a Claude Code skill in the Automation & Workflows category. Agentless workflow plugin for project context, tickets, specs, docs, and Git tools.
- wsflow
- Automation & Workflows
- AI-coding skill
Wsflow by the numbers
- Data as of Aug 3, 2026 (Skillselion catalog sync)
/plugin marketplace add kang-sw/devenv/plugin install wsflow@kang-sw-devenvAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| repo stars | ★ 1 |
|---|---|
| Last updated | August 2, 2026 |
| Repository | kang-sw/devenv ↗ |
What it does
Agentless workflow plugin for project context, tickets, specs, docs, and Git tools.
README.md
devenv
Personal developer environment and local ws workflow workspace.
This repo started as dotfiles and a workstation bootstrap script. It now also
contains the local ws and wsflow plugin packages, the native ws-mcp
runtime source, workflow docs, and the dashboard scaffold used while developing
that system.
Quick Start
git clone https://github.com/kang-sw/devenv.git ~/devenv
cd ~/devenv
bash install.sh # idempotent; safe to re-run
bash install.sh update # skip packages & sudo, refresh config and symlinks
Neovim 0.10+ is required but not installed by the script.
What's Inside
nvim/ Neovim config
shell/ tmux, WezTerm, Starship, zsh, helper scripts
tools/ local Claude session TUIs
agents-plugin/ ws plugin package
agents-plugin-wsflow/ agentless wsflow plugin package
agents-plugin-tool/ native ws MCP runtime and tooling source
ws-dashboard/ local web dashboard scaffold
ai-docs/ workflow specs, tickets, mental models, references
- Workstation config: Neovim, tmux, WezTerm, Starship, zsh, shell helpers, and editor/tooling defaults for day-to-day development.
- Local TUIs:
claude-watchandclaude-dashlive undertools/. wsplugin: Codex-first workflow skills plus thews-mcpruntime. Claude Code compatibility uses theagents-plugin/package metadata; there is no liveclaude-plugin/source tree.wsflowplugin: Agentless workflow skills that reuse the shared runtime without ws managed-agent orchestration.- Runtime source: Go tooling and MCP server code under
agents-plugin-tool/. - Workflow docs: specs, tickets, mental models, and references under
ai-docs/.
install.sh
Detects macOS, WSL, and Linux. Full mode installs packages and writes config.
update mode skips package installation and refreshes dotfiles, symlinks, and
local plugin setup.
ws Plugin
The active ws plugin package lives in agents-plugin/.
Codex installs use the repository marketplace entries under .agents/plugins/.
Claude-compatible marketplace metadata lives under .claude-plugin/.
Local bootstrap registers a Claude-compatible snapshot from agents-plugin/
when Claude Code is available:
claude plugin marketplace add kang-sw/devenv
claude plugin install ws@kang-sw-devenv
The agentless wsflow package lives in agents-plugin-wsflow/ for separate
marketplace installation. install.sh does not install wsflow into Claude.
License
Personal configuration. Use freely, no warranty implied.