scf-round-watcher

Fetches and summarizes live Stellar Community Fund round submissions with builder cross-referencing.

Updated Jul 26, 2026
One-click install
npx skills add https://github.com/chrissstellee/Movix --skill scf-round-watcher-chrissstellee
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: scf-round-watcher
Source: https://github.com/chrissstellee/Movix/tree/main/.agents/skills/scf-round-watcher
Command: npx skills add https://github.com/chrissstellee/Movix --skill scf-round-watcher-chrissstellee

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Tracking the Stellar Community Fund (SCF) manually means navigating a client-rendered website, clicking through dozens of submissions, and researching each team's history. This Skill automates that research by fetching the active round, listing submissions, and flagging repeat builders and ecosystem veterans. ## Core Features & Use Cases - Active Round Detection: Finds the currently open SCF round on communityfund.stellar.org, extracting its deadline, rec ID, and maximum award amount. - Submission Enrichment: Fetches each submission's project page to extract description, category, team members, GitHub links, and requested amount. - Builder Cross-Referencing: Checks teams against the LumenLoop ecosystem DB and Electric Capital's Stellar repo dataset to classify them as repeat builders, Stellar veterans, first-timers, or bootcamp graduates. - Use Case: Before deciding whether to apply to SCF this round, ask for the current round status and receive a summary table of notable submissions, category trends, total funding requested, and thesis-alignment flags against a16z and YC theses. ## Quick Start Ask the assistant to show you the current SCF round status and this round's submissions.

Frequently Asked Questions about scf-round-watcher

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I check the current Stellar Community Fund round?▼

Ask for the current SCF round status. The Skill fetches communityfund.stellar.org/awards, finds the round with Submission status, and returns its name, deadline, maximum award, and submission list.

How do I see who is applying to SCF this round?▼

The Skill fetches the active round's submission list and enriches each entry with project description, category, team members, GitHub links, and requested amount, then summarizes them in a table with builder status flags.

Why does curl not work on communityfund.stellar.org?▼

The site is a client-rendered React app, so plain curl returns mostly empty HTML. The Skill uses the WebFetch tool or falls back to a headless browser like Playwright or Puppeteer to get rendered content.

How does the Skill identify repeat SCF builders?▼

It cross-references each submission team against the LumenLoop ecosystem database for past SCF funding, and against Electric Capital's Stellar repo dataset to count Stellar-tagged GitHub repos per organization.

What happens if the SCF website is down?▼

The Skill reports the failure cleanly and suggests visiting communityfund.stellar.org directly. It does not fabricate data, and it states when a deadline is not extractable from the page rather than speculating.