Peer benchmarking, multi-ticker financial comparison, growth value matrix, composite z-score ranking, industry peer comparison, competitive benchmarking, sector relative performance, peer group analysis, industry leader comparison, financial ratio benchmarking
npx skills add https://github.com/agentii-ai/agentii-investment-intelligence --skill peer-bench
| Parameter | Default Value | Rationale |
|-----------|---------------|-----------|
| ticker | (required) | Stock symbol to analyze |
| lookback_quarters | 4 | Standard lookback for this skill type |
This skill operates with retrieval_scope: unstructured_document_search. It performs unstructured document search at scale via the three-layer retrieval protocol (Layer 1→2→2.5→3), escalating to read_source_deep_outline only when lightweight labels cannot disambiguate pages, plus structured XBRL where needed.
Follows the retrieval strategy decision tree in contracts/retrieval.md. Primary branch: (b)/(c) Unstructured Query via the three-layer protocol. Resolve the canonical ticker first (exact → fuzzy alias → share-class) before any data call.
Default lookback: 4 fiscal quarter(s); maximum: 12. The default balances recency against the trend window this analysis requires.
Per frontmatter allowed_tools:
search_companies — ticker resolution + company context (entity-alias fuzzy match)search_xbrl_facts — primary structured financial facts (is_primary default)search_documents — Layer 1 document discovery (page-level silver records)search_sec_filings — Layer 1 SEC filing metadata indexget_company_financials — consolidated IS/BS/CF highlightsbatch_search — consolidate 3+ same-tool queries into one metered calllist_coverage — universe-level coverage discoveryread_source_outline — Layer 2 lightweight page map (description + keywords)read_source_deep_outline — Layer 2.5a deep page map (table_titles/drivers/metrics)list_xbrl_concepts — US-GAAP concept discovery for non-standard line itemsread_source_pages — Layer 3 deep read of selected pages with table markerssearch_keyword_in_source — Layer 2.5b keyword page filter for large documentsget_company_fiscal_calendar/{ticker} then get_ticker_coverage/{ticker}; route on coverage.search_documents / search_sec_filings to find candidate filings by ticker/form_type/date.read_source_outline/{ticker}/{citation_id}; skip NULL-description pages; escalate to read_source_deep_outline only when labels can't disambiguate.search_keyword_in_source to narrow documents >50 pages.read_source_pages/{ticker}/{citation_id}?row_numbers=page<N>,... for the 3–5 selected pages only.search_cross_period after fiscal-calendar resolution.## Output File, then append to agentii.md.Write the final deliverable to _cross/{descriptive-slug}_{YYYY-MM-DD_HHMM}_peer-bench_{affix}.md or _sector/{sector_name}/{YYYY-MM-DD_HHMM}_peer-bench_{affix}.md .
{ticker} {citation_id} page<N> citations.Citations & memory: follow contracts/citation-and-memory.md — ≥1 citation per 200 words; every material fact, table row, and metric is immediately followed by its inline clickable https://agentii.ai/v/{ticker}/{citation_id}/{N} link; a bottom Citations section provides a non-duplicative roll-up index; the closing TUI reply includes a compact Key Citations list (headline 5–10 facts) of clickable /v/ URLs; and append the run to agentii.md per contracts/agentii-md-schema.md.
Run the canonical pre-flight sequence — MCP health probe, ticker resolution, workspace style.md override, memory load, and coverage check. See contracts/preflight.md.
Include the X-Agentii-Trace header on every tool call per contracts/x-agentii-trace-header.md.
contracts/memory-load.md.key_metrics, conclusions, facts_count, deducted_count, views_count, citation_count) per contracts/output-frontmatter-schema.md.[FACT]/[DEDUCTED]/[VIEW] — see contracts/snapshot-synthesis.md.sessions/{YYYY-MM-DD}/ and update sessions/INDEX.md per contracts/session-format.md.End the closing chat reply with a compact Key Citations list (headline 5–10 facts), each a clickable https://agentii.ai/v/{ticker}/{citation_id}/{N} link, so the user can cmd+click straight to the exact SEC page. See contracts/citation-and-memory.md.
| Error | Action |
|-------|--------|
| Ticker not found | Suggest checking spelling or trying list_coverage |
| No data available | Flag in Coverage Gaps, proceed with available data |
| API key invalid | Direct user to agentii.ai/api-keys |
| MCP server unreachable | Retry once; if persistent, halt with AGENTII_MCP_UNREACHABLE |
references/methodology.md — tool fallbacks, retrieval strategy, analysis frameworkreferences/output-structure.md — detailed deliverable sections and orderingTake agentii-ai/peer-bench from the repository into ~/.claude/skills for personal
use, or into .claude/skills inside a project.
The agent identifies a skill by the name field in its header. Two skills with the
same name cannot sit side by side — one of them will be ignored.