agentsclimarketplace

Frontend council

Skill FantaStudio/frontend-council

Your frontend second opinion: three developers debate, you get the verdict. Junior, middle, and senior perspectives from different corporate projects. Use for "call the council", "frontend-council", contentious frontend decisions. Works in English and Russian.From its SKILL.md

Install
npx -y skills add FantaStudio/frontend-council

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

One thing to look at

  • 0 stars0 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

SKILL.md

2.2 KB, 503 tokens by cl100k_base, as published. Nobody here has run it

Frontend Council

Collect council opinions and synthesize the verdict. Spec: docs/superpowers/specs/2026-06-30-frontend-council-design.md

Members

MemberLevelProjectModel
junior-portalJuniorCorporate portalcomposer-2.5-fast
middle-aiMiddleAI platformgpt-5.5-medium
senior-customSeniorCustom solutionsgemini-3.1-pro

Workflow (desktop, default)

  1. JOB_JSON=$(./scripts/council.sh start --json "$ARGUMENTS")
  2. From JSON, take desktopMembers[] — for each member launch Task in parallel:
    • subagent_type: generalPurpose
    • model: desktopMembers[].model
    • description: [Frontend Council] <name>
    • prompt: desktopMembers[].prompt
  3. After each Task, record the response: ./scripts/council.sh record "$JOB_DIR" <name> --stdin (heredoc with full text)
  4. ./scripts/council.sh results --json "$JOB_DIR"
  5. Synthesize per references/synthesis.md (match the user's language)
  6. ./scripts/council.sh clean "$JOB_DIR"

Details: references/desktop-workflow.md

CLI fallback

For terminal without host agent: settings.execution: cli or ./scripts/council.sh start --cli "question".

One-shot (CLI only)

./scripts/council.sh --cli "question"

Install

Recommended (skills.sh / Cursor / Claude Code / etc.):

npx skills add FantaStudio/frontend-council -g -y
cd ~/.cursor/skills/frontend-council && npm install && node scripts/generate-config.js .

From a local clone:

./scripts/install.sh --target both

References

  • references/desktop-workflow.md — Task subagents in Cursor
  • references/overview.md — workflow
  • references/synthesis.md — chairman output format
  • references/host-ui.md — checklist in Cursor
  • references/config.md — member configuration

What ships with it: 30 files

76.0 KB alongside SKILL.md, 14 of them executable

Keep looking

Skills are one crate of 326,144. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.