skills-vote-local
- Repo stars 255
- Author repo skills-vote
Skills Vote Local
Read only this file first. Do not read scripts/, docs/, or any other files in this skill unless this file or a script output explicitly tells you to do so.
Use this skill when the current task needs skill discovery from a local or private skill library instead of a network service.
All paths mentioned in this file are relative to this skill root. cd to this root directory before running any command here.
Run:
uv run -qq scripts/route_prompt.py --role main
Then follow the rendered stdout exactly.
If routing.mode selects a subagent route, the user configuration explicitly requests subagent-based skill lookup. The main agent should use subagent delegation when the current host/tooling permits it.
Do not use fallback merely because the current user message did not repeat "use subagent".
If the current host, tool policy, runtime, or authorization model cannot create a subagent in this turn, run:
uv run -qq scripts/route_prompt.py --role main --fallback
Then follow the fallback stdout exactly.
If you are a subagent and you read this file directly, do not run this command with --role main. Run:
uv run -qq scripts/route_prompt.py --role subagent
Then follow the rendered stdout exactly.
- Fluxly category
- Engineering
- Author-declared agents
- No explicit declaration found; this is not inferred or tested compatibility
- Static check
- 88 / 100 · heuristic scan, not runtime safety proof
- Author / version / license
- @MemTensor · no license declared
- Fluxly token estimate
- Lean
- Fluxly setup estimate
- Plug-and-play
- External API key
- No requirement detected
- Detected OS requirements
- Unspecified
- Runtime requirements
- Unspecified
- Detected file/system behavior
-
- Read-only
- Write / modify
- Detected network behavior
- Local-only
- Install commands
- None (reference only)
Profile is derived at build time from SKILL.md and install vectors. Subject to drift from author intent.
Heads up: 未限定 allowed-tools,默认拥有全部工具权限。
The current SKILL.md does not define a fixed output example. # Skills Vote Local Read only this file first. Do not read `scripts/`, `docs/`, or any other files in this skill unless this file or a script output explicitly tells you to do so. Use this skill when the current task needs skill discovery from a local or private skill library instead of a network service. …
# Skills Vote Local
Read only this file first. Do not read `scripts/`, `docs/`, or any other files in this skill unless this file or a script output explicitly tells you to do so.
Use this skill when the current task needs skill discovery from a local or private skill library instead of a network service.
All paths mentioned in this file are relative to this skill root. `cd` to this root directory before running any command here.
Run:
```bash
uv run -qq scripts/route_prompt.py --role main
```
Then follow the rendered stdout exactly.
If routing.mode selects a subagent route, the user configuration explicitly requests subagent-based skill lookup.
The main agent should use subagent delegation when the current host/tooling permits it.
Do not use fallback merely because the current user message did not repeat "use subagent".
If the current host, tool policy, runtime, or authorization model cannot create a subagent in this turn, run:
```bash
uv run -qq scripts/route_prompt.py --role main --fallback
```
Then follow the fallback stdout exactly.
If you are a subagent and you read this file directly, do not run this command with `--role main`. Run:
```bash
uv run -qq scripts/route_prompt.py --role subagent
```
Then follow the rendered stdout exactly. Author text anchors workflow facts; Fluxly only indexes current sections, terms, files, and commands.
sections -> no H2/H3 headings
terms -> Read only this file first. · Use this skill when the current task needs skill discovery from a local or private skill library instead of a network service. · All paths mentioned in this file are relative to this skill root. · Then follow the rendered stdout exactly. · If routing.mode selects a subagent route, the user configuration explicitly requests subagent-based skill lookup. · Do not use fallback merely because the current user message did not repeat "use subagent". · Then follow the fallback stdout exactly. · If you are a subagent and you read this file directly, do not run this command with --role main.
files/cmd -> scripts/ · docs/ · --role main · scripts/routeprompt.py · host/tooling
body sha256 -> 16c76a6a077b
Decide Fit First
Design Intent
How To Use It
Boundaries And Review