Agent Claude Code
Identifies secrets, unsafe code, and privilege escalation risks.
Agent Claude Code
Identifies secrets, unsafe code, and privilege escalation risks.
Agent Claude Code
Generates unit and integration test stubs for Python code.
Command Claude Code
Run eval suite and report regressions vs. main baseline.
Command Claude Code
Scaffold a new worker agent with module, prompt v1, schema, tests, and eval stub.
Command Claude Code
Staff-engineer code review: security, regressions, prompt diffs.
Settings file Claude Code
Agent settings declaring 9 allowed tools.
Skill Claude CodeCodex
Checks new prompt versions for unsafe patterns, format drift, registry consistency.
Instructions file GitHub Copilot
Copilot instructions for suhaas/earnings-edge, covering earnings-edge: agent development guidelines, architecture & core concepts, the graph, agent roles and tools & skills boundary.
Instructions file GitHub Copilot
Rules for testing and evals: no network in unit tests, eval datasets versioned, scorers deterministic. Use when: writing tests, adding eval cases, updating eval suites.
Instructions file GitHub Copilot
Rules for system prompts: immutable versioning, composition, guardrails. Use when: drafting or updating prompts, promoting v1→v2, updating registry.yaml.
Instructions file GitHub Copilot
Rules for all Python files: strict typing, async-first, error wrapping, imports organization, no print(). Use when: modifying src/ files, adding agents, tools, or utility functions.
Instructions file CodexOpenCode
AGENTS.md instructions for suhaas/earnings-edge, covering earnings-edge: agent development guidelines, architecture & core concepts, the graph, agent roles and tools & skills boundary.
Instructions file
Claude Code instructions for suhaas/earnings-edge, covering earnings-edge: project memory for claude code, architecture & core concepts, the graph, agent roles and tools & skills boundary.
Skill Claude CodeCodex
Generates a concise Markdown analyst brief from the synthesized signal and supporting evidence. Use whenever a human-readable earnings brief must be produced for delivery to Slack/Notion/email.
Skill Claude CodeCodex
Delivers the finalized analyst brief to Slack, Notion, Google Sheets, and Gmail via authenticated Composio tools. Use whenever a completed, grounded brief must be distributed and logged.
Skill Claude CodeCodex
Retrieves analyst consensus EPS and revenue estimates from yfinance for surprise calculations. Use whenever actual results must be compared against the street's expectations.
Skill Claude CodeCodex
Computes EPS and revenue surprise percentages from actuals versus consensus. Use whenever a beat/miss magnitude is needed as a quantitative signal input.
Skill Claude CodeCodex
Scores financial text sentiment (positive/negative/neutral) using the FinBERT model, aggregated to a single tone score per segment. Use whenever earnings text, prepared remarks, or Q&A needs calibrated finance-domain sentiment rather than generic LLM sentiment.
Skill Claude CodeCodex
Verifies that every claim in the analyst brief is supported by the source transcript and structured KPIs using an LLM-as-judge, returning a faithfulness score. Use whenever a generated brief must be checked for hallucination before delivery.
Skill Claude CodeCodex
Detects whether management raised, lowered, or maintained forward guidance by comparing stated guidance to the prior consensus for the next period. Use whenever forward-looking guidance direction is a required signal.
Skill Claude CodeCodex
Extracts linguistic hedging and certainty features (uncertainty words, modal verbs, certainty markers) from earnings text. Use whenever management's confidence level or evasiveness must be quantified alongside FinBERT sentiment.
Skill Claude CodeCodex
Extracts structured financial KPIs (revenue, EPS, segment revenue, guidance) from earnings text using few-shot Claude structured output. Use whenever numeric KPIs and forward guidance must be pulled from a transcript or press release into a typed schema.
Skill Claude CodeCodex
Retrieves a company's most recent 8-K current report and its Exhibit 99.1 earnings press release text from SEC EDGAR via edgartools. Use whenever the task needs an official earnings press release, 8-K event items, or a transcript fallback when earningscall has no coverage for the ticker.
Skill Claude CodeCodex
Computes a sentiment surprise by comparing the current quarter's tone against the trailing eight-quarter mean stored in long-term memory. Use whenever the analysis needs tone change relative to history, not just an absolute tone score.