Agent skill · AI & Agents

edge-candidate-agent

Generate and prioritize US equity long-side edge research tickets from EOD observations, then export pipeline-ready candidate specs for trade-strategy-pipeline Phase I. Use when users ask to turn hypotheses/anomalies into reproducible research tickets, convert validated ideas into `strategy.yaml` + `metadata.json`, or preflight-check interface compatibility (`edge-finder-candidate/v1`) before running pipeline backtests.

BaggaT236github.com/BaggaT236GitHub ↗
claude-codeships scriptsMIT
Install
npx skills add BaggaT236/AI-Trading-Skills --skill edge-candidate-agent --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 15
SKILL.md size: 6 KB
Bundled scripts: yes
Path: skills/edge-candidate-agent/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 118
Language: Python

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Edge Candidate Agent ## Overview Convert daily market observations into reproducible research tickets and Phase I-compatible candidate specs. Prioritize signal quality and interface compatibility over aggressive strategy proliferation. This skill can run end-to-end standalone, but in the split workflow it primarily serves the final export/validation stage. ## When to Use - Convert market observations, anomalies, or hypotheses into structured research tickets. - Run daily auto-detection to discover new edge candidates from EOD OHLCV and optional hints. - Export validated tickets as `strategy.yaml` + `metadata.json` for `trade-strategy-pipeline` Phase I. - Run preflight compatibility checks for `edge-finder-candidate/v1` before pipeline execution. ## Prerequisites - Python 3.9+ with `PyYAML` installed. - Access to the target `trade-strategy-pipeline` repository for schema/stage validation. - `uv` available when running pipeline-managed validation via `--pipeline-root`. ## Output - `strategies/<candidate_id>/strategy.yaml`: Phase I-compatible strategy spec. - `strategies/<candidate_id>/metadata.json`: provenance metadata including interface version and ticket context. - Validation s

What's inside
Steps it walks through
  1. Overview
  2. When to Use
  3. Prerequisites
  4. Output
  5. Position in Split Workflow
  6. Workflow
  7. Quick Commands
  8. Export Rules
  9. Guardrails
  10. Resources
  11. skills/edge-candidate-agent/scripts/exportcandidate.py
  12. skills/edge-candidate-agent/scripts/validatecandidate.py
  13. skills/edge-candidate-agent/scripts/autodetectcandidates.py
  14. references/pipelineifv1.md
Ships with 14 files
  • agents/openai.yaml
  • references/ideation_loop.md
  • references/pipeline_if_v1.md
  • references/research_ticket_schema.md
  • references/signal_mapping.md
  • scripts/auto_detect_candidates.py
  • scripts/candidate_contract.py
  • scripts/export_candidate.py
  • scripts/tests/conftest.py
  • scripts/tests/test_auto_detect_candidates.py
  • scripts/tests/test_candidate_contract.py
  • scripts/tests/test_export_candidate.py
  • scripts/tests/test_validate_candidate.py
  • scripts/validate_candidate.py
Commands it runs
python3 skills/edge-candidate-agent/scripts/auto_detect_candidates.py \
python3 skills/edge-candidate-agent/scripts/export_candidate.py \
python3 skills/edge-candidate-agent/scripts/validate_candidate.py \
More from AI-Trading-Skills
All skills →
About this skill
What does the edge-candidate-agent skill do?

Generate and prioritize US equity long-side edge research tickets from EOD observations, then export pipeline-ready candidate specs for trade-strategy-pipeline Phase I. Use when users ask to turn hypotheses/anomalies into reproducible research tickets, convert validated ideas into `strategy.yaml` + `metadata.json`, or preflight-check interface compatibility (`edge-finder-candidate/v1`) before running pipeline backtests.

How do I install it?

Run `npx skills add BaggaT236/AI-Trading-Skills --skill edge-candidate-agent --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From BaggaT236/AI-Trading-Skills, a repository with 118 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going