Install
$ agentstack add skill-juanmarchetto-agent-skills-council ✓ scanned · ✓ verified — works with Claude Code, Cursor, and more.
Security review
✓ PassedNo issues found. Passed automated security review. · v0.1.0 How review works →
- ✓ Prompt-injection patterns
- ✓ Secret / credential exfiltration
- ✓ Dangerous shell & filesystem operations
- ✓ Untrusted network calls
- ✓ Known-malicious package signatures
What it can access
- ✓ Network access No
- ✓ Filesystem access No
- ✓ Shell / process execution No
- ✓ Environment & secrets No
- ✓ Dynamic code execution No
From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.
Verified badge
Passed review? Show it. Paste this badge into your README — it links to the public security report.
Reliability & compatibility
Declared compatibility
Compatibility is declared by the source manifest. End-to-end runtime verification is coming — see below.
We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps — measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.
How agent discovery & health will work →About
Important: This skill provides structured thinking frameworks, not professional advice. For medical, legal, or financial decisions, always consult qualified professionals.
Council — Life Advisory Council
Coordinate 8 specialist advisors to analyze any life topic from multiple angles simultaneously. Each advisor brings domain expertise, then a synthesizer resolves conflicts and produces a unified, prioritized action plan.
How It Works
- Topic Analysis — determines which advisors (3-8) are relevant
- Advisor Selection — picks from the full roster:
- Life Coach: always included (holistic perspective, values alignment)
- Finance: budget, investments, debt strategy
- Health: physical, mental, nutrition, sleep
- Career: development, networking, positioning
- Learning: skill acquisition, courses, deliberate practice
- Systems: time management, workflows, automation
- Relationships: communication, social dynamics, community
- Creative: innovation, projects, aesthetics
- Parallel Dispatch — launches advisors simultaneously using agent files in
agents/ - Synthesis —
agents/advisor-synthesizer.mdresolves conflicts, finds synergies, produces unified output
Output
- Council Summary — holistic overview
- Key Synergies — actions serving multiple domains
- Prioritized Action Plan — max 7 focused actions
- Watch List — monitor but don't act yet
- Recommended Follow-ups — which advisors to consult individually
Example Output
## Prioritized Action Plan
1. **Career**: Start networking in target industry (Career Advisor: 8/10 urgency)
2. **Finance**: Build 6-month runway before transition (Finance Advisor: 9/10 urgency)
3. **Health**: Establish stress management routine (Health Advisor: 7/10 urgency)
4. **Relationships**: Communicate plans with partner (Relationships Advisor: 8/10 urgency)
Advisor Consensus: 6/8 advisors support the transition with conditions.
Key Conflict: Finance says "wait 6 months", Career says "move now" — Synthesizer recommends staged approach.
Usage
"I'm considering a career change — convene the council"
"Help me plan my finances for the next quarter"
"I need to optimize my daily routines and productivity"
"Review my progress across all life domains"
"organize my life"
"what should I focus on"
"I need advice about..."
"quarterly review"
Individual Advisors
Use standalone advisor commands for focused sessions:
commands/council-life-coach.md— values, direction, life balancecommands/council-finance.md— budgeting, investing, debtcommands/council-health.md— fitness, nutrition, sleep, mental healthcommands/council-career.md— career strategy, networking, positioningcommands/council-learning.md— learning plans, skill developmentcommands/council-systems.md— workflows, automation, productivitycommands/council-relationships.md— communication, social dynamicscommands/council-creative.md— creative projects, innovationcommands/council-review.md— quarterly/annual structured reviews
Structure
council/
├── SKILL.md # This file
├── commands/
│ ├── council.md # Main orchestrator (full council)
│ ├── council-life-coach.md # Life Coach standalone
│ ├── council-finance.md # Financial Advisor standalone
│ ├── council-health.md # Health Director standalone
│ ├── council-career.md # Career Strategist standalone
│ ├── council-learning.md # Learning Architect standalone
│ ├── council-systems.md # Systems Engineer standalone
│ ├── council-relationships.md # Relationships Advisor standalone
│ ├── council-creative.md # Creative Director standalone
│ └── council-review.md # Periodic Review Coordinator
├── agents/
│ ├── advisor-life-coach.md
│ ├── advisor-finance.md
│ ├── advisor-health.md
│ ├── advisor-career.md
│ ├── advisor-learning.md
│ ├── advisor-systems.md
│ ├── advisor-relationships.md
│ ├── advisor-creative.md
│ └── advisor-synthesizer.md
├── references/
│ ├── frameworks.md # Analysis frameworks per domain
│ ├── assessment-rubrics.md # 1-10 scoring criteria for reviews
│ └── review-templates.md # Quarterly/annual review templates
└── data/
├── profile.md # Your personal context (fill this in)
├── goals/
│ ├── active.md # Current goals
│ └── archive.md # Completed/abandoned goals
├── tracking/ # Domain tracking data (auto-populated)
│ ├── finance.md
│ ├── health.md
│ ├── career.md
│ ├── learning.md
│ ├── systems.md
│ ├── relationships.md
│ └── creative.md
├── reviews/ # Periodic review documents
└── journal/ # Session logs (auto-populated)
Setup
After installing, fill in data/profile.md with your:
- Core values and life vision
- Current situation (career, finances, health, relationships)
- Priorities (ranked)
- Constraints and considerations
- Communication preferences
This personalizes all advisory sessions to your context.
Language
All advisors respond in the same language the user writes in. Detected automatically — no configuration needed.
Source & license
This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: JuanMarchetto
- Source: JuanMarchetto/agent-skills
- License: MIT
- Homepage: https://github.com/JuanMarchetto/agent-skills
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet — be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.