paseo-advisor
Paseo Advisor creates a secondary agent to provide an independent perspective on tasks. It resolves provider preferences from local configuration files, briefs the advisor with context, and synthesizes the resulting feedback for the user.
Is paseo-advisor safe to install?
Safe to install: our audit of paseo-advisor's source files found 0 shell commands, 0 external URLs, file reads and writes (low risk). Every command and URL listed appears verbatim in the skill's source. The skill reads local configuration files at ~/.paseo/orchestration-preferences.json to determine provider settings.
How we audit skills: our security review methodology.
Who is this skill for?
Users who require a second opinion or an outside perspective on their current task without delegating the work to an automated agent.
What can you do with it?
- Requesting a design or approach review
- Performing an audit of current work
- Conducting research on specific topics
- Invoking other skills through an advisor for an independent assessment
How good is this skill?
Quality score: 5/10. The skill documentation is clear and provides specific instructions for orchestration and safety constraints.
What does the skill file contain?
# Paseo Advisor Single agent. Reads the situation you're in. Gives a judgment. You decide what to do — the advisor doesn't drive the work. **User's request:** $ARGUMENTS ## Prerequisites Read the **paseo** skill. Before choosing a provider, read `~/.paseo/orchestration-preferences.json` unless the user explicitly named a provider in this request. Do not create the advisor until you have read it. ## Picking the advisor 1. **User named one** (`--provider claude/opus`) → use it. 2. **Otherwise** resolve from preferences — pick the category that matches the question: - Design / approach q...
Frequently asked questions
How does the skill choose which advisor to use?
It checks if the user specified a provider via the --provider argument. If not, it reads ~/.paseo/orchestration-preferences.json to select a provider based on the task category.
Can the advisor modify my project files?
No. The skill instructs the advisor to perform analysis only and explicitly forbids the advisor from editing, creating, or deleting files.
How do I use an advisor to run another skill?
Include the skill name, such as /unslop or /diagnose, in the arguments. The advisor will load and execute the specified skill.
Related skills
paseo-committee
1.3KUsers facing complex planning problems, repetitive loops, or tunnel-vision during agent-led tasks
The paseo-committee skill coordinates two agents from different providers to perform root cause analysis and planning. It manages the committee lifecycle, including problem definition, consensus building, implementation review, and iterative feedback loops.
self-review
826Academic researchers and authors preparing papers for submission who require structured feedback on drafts
The self-review skill automates the academic paper review process by applying three distinct reviewer personas to a provided PDF or LaTeX file. It extracts text, parses sections, generates structured reviews based on the NeurIPS format, performs reflection-based refinement, and produces an aggregated report with consensus feedback and weighted scores.
paper-assembly
807Researchers and AI agents managing complex, multi-stage academic paper generation projects
The paper-assembly skill orchestrates a multi-phase research paper pipeline, managing state propagation, checkpointing, and dependency tracking across eleven research stages from literature review to final PDF compilation.
research-ops
736Users who need to perform research tasks, compare options, enrich data on people or companies, or establish recurring monitoring workflows based on current public information
The research-ops skill provides a structured workflow for conducting evidence-based research, comparisons, and lead enrichment. It coordinates other ECC-native skills like exa-search, deep-research, market-research, and lead-intelligence to ensure efficient information gathering and synthesis.