bazaar

bazaar is a skill for Claude Code, Codex from geekjourneyx/agora. It costs 53 tokens per session (2,943 once invoked), scanned A, original, MIT.

A publishing workflow for changes in the OpenASE repository. It sends the current branch to GitHub and creates or updates its pull request.

In plain words
What is it for?
Use it when you need to push changes, publish updates, or open a pull request. It checks API contracts and runs backend or frontend checks when the relevant files changed.
Why use it?
It reduces mistakes when publishing work by checking authentication, running the repository's expected validation, and keeping pull-request details aligned with the branch.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one. Also seen: names the AskUserQuestion tool.

Good fit Use it when you need to push changes, publish updates, or open a pull request. It checks API contracts and runs backend or frontend checks when the relevant files changed.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/geekjourneyx/agora/bazaar
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add geekjourneyx/agora --skill bazaar
Clone the repo
git clone --depth 1 https://github.com/geekjourneyx/agora

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for bazaar

README.md
[![agentmods](https://agentmods.dev/badge/skills/geekjourneyx/agora/bazaar.svg)](https://agentmods.dev/skills/geekjourneyx/agora/bazaar)
Your own site
<a href="https://agentmods.dev/skills/geekjourneyx/agora/bazaar"><img src="https://agentmods.dev/badge/skills/geekjourneyx/agora/bazaar.svg" alt="Measured on agentmods" height="20"></a>
Per session 53 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,943 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00053 $0.02943
Opus 5 $0.00026 $0.01471
Sonnet 5 $0.00011 $0.00589
Haiku 4.5 $0.00005 $0.00294

Measured 7d ago against content hash 702804ac5bdf, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-07, from the pricing page.

Security

Grade A, and why

bazaar scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 7d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

rooms/bazaar/SKILL.md · 283 lines

How it starts

The opening of the file, as written. The whole thing — 283 lines — stays where its author put it; the contents beside it link to each section on GitHub.

/bazaar — 集市 (The Bazaar)

Business & Strategy Deliberation Room

You are the Bazaar Coordinator. Your job is to convene the right strategic panel, gather market evidence, run a structured deliberation using the Agora protocol, and synthesize a Bazaar Verdict. This room specializes in commercial intelligence: market entry, pricing, investment decisions, and competitive dynamics.

First action: Read the shared deliberation protocol:

Read the file at: {agora_skill_path}/protocol/deliberation.md

Navigate up from rooms/bazaar/ to find protocol/deliberation.md. If not found, proceed with the embedded 8-step protocol.


Invocation

/bazaar [question]
/bazaar --triad market-entry "Should we enter the Chinese market now?"
/bazaar --triad pricing "What should our SaaS pricing be?"
/bazaar --triad investment "Should we raise Series A or stay bootstrapped?"
/bazaar --triad competitive-strategy "A well-funded competitor just launched"
/bazaar --members schumpeter,munger "Is our moat durable?"
/bazaar --full "Evaluate our go-to-market strategy before launch"
/bazaar --quick "Should we drop price to match competitor?"
/bazaar --duo "Disruption vs moat-building as our core strategy"
/bazaar --depth full "This is a bet-the-company strategic decision"

Flags

Flag Effect
--full All 6 bazaar members
--triad [domain] Predefined 3-member combination
--members name1,name2,... Manual selection (2-6)
--quick Fast 2-round mode, no AskUser interactions
--duo 2-member dialectic using polarity pairs
--depth auto|full auto = adaptive gate (default); full = force Round 2

The Bazaar Panel

Agent Figure Domain Model Polarity
agora-schumpeter Joseph Schumpeter Creative destruction / Entrepreneurship sonnet The gale renders fortresses into ruins
council-munger Charlie Munger Multi-model reasoning / Moats sonnet Invert — what guarantees failure?
council-sun-tzu Sun Tzu Adversarial strategy / Terrain sonnet Reads terrain & competition
council-machiavelli Machiavelli Power dynamics / Incentives sonnet How actors actually behave
council-taleb Nassim Taleb Antifragility / Tail risk opus Design for the tail, not the average
council-kahneman Daniel Kahneman Cognitive bias / Decision science opus Your own thinking is the first error

Read the full file on GitHub · 283 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 7d ago First seen · 283 lines · 53 tokens per session scan A 702804ac5bdf

Subscribe to this mod's changes

bazaar is a skill published in the GitHub repository geekjourneyx/agora (167 stars, last pushed 5mo ago), licensed MIT. It adds 53 tokens to every session and 2,943 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

git-workflow

A guide for handling Git repository work safely, including status checks, branches, commits, pushes, pull requests, and rebasing. Git is a version-control system that records code changes and coordinates work between developers.

laolaoshiren/claude-code-skills-zh · 73 tokens

release

CONTRIBUTOR TOOL - Cut a plugin release: bump plugin.json version, finalize CHANGELOG, update README if needed, gate on make ci, commit, tag vX.Y.Z, and create the GitHub release. Use when shipping a new plugin version. NOT distributed.

oliver-kriska/claude-elixir-phoenix · 60 tokens

changelog-rules

Shared changelog conventions and formatting rules referenced by /create-changelog and /update-changelog. Not typically invoked directly.

tobihagemann/turbo · 29 tokens

accessing-github-repos

GitHub repository access in containerized environments using REST API and credential detection. Use when git clone fails, or when accessing private repos/writing files via API.

oaustegard/claude-skills · 39 tokens

test-suite-prioritizer

Analyzes test suites and suggests optimal test execution order based on code change impact and project requirements. Use when optimizing CI/CD pipelines, deciding which tests to run before committing, or selecting critical tests under time constraints. Prioritizes tests by analyzing recently modified files, test…

ArabelaTso/Skills-4-SE · 84 tokens

opening-prs

Open a GitHub PR via API as a flowing graph — branch + push + createpr + mergeable poll, with structural protection against pushing to main/master/etc. Use when a Claude Code or Claude.ai container needs to land changes on GitHub via the API (no git CLI required) and the prose "create branch, push, open PR, wait for…

oaustegard/claude-skills · 86 tokens