scf-round-watcher

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

Updated Sep 6, 2026
One-click install
npx skills add https://github.com/JHAMILCALI/Stellar-Build --skill scf-round-watcher-jhamilcali
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: scf-round-watcher
Source: https://github.com/JHAMILCALI/Stellar-Build/tree/main/.claude/skills/scf-round-watcher
Command: npx skills add https://github.com/JHAMILCALI/Stellar-Build --skill scf-round-watcher-jhamilcali

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Tracking the active Stellar Community Fund round requires manually browsing a client-rendered site and researching each submitting team's history, which is slow and error-prone. This Skill automates that research so you can see round status, deadlines, and submission patterns in one summary. ## Core Features & Use Cases - Active Round Detection: Finds the round with status "Submission" on communityfund.stellar.org, extracting its rec ID, deadline, 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: Flags repeat builders via the LumenLoop ecosystem DB and classifies Stellar dev history (veteran, first-timer, bootcamp graduate) using Electric Capital repo data. - Use Case: You ask "should I apply to SCF this round?" and receive a formatted report with submission counts, total requested funding, top categories, notable projects, and dominant themes, plus routing to prescreen or drafting skills. ## 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 status?▼

Fetch https://communityfund.stellar.org/awards and find the round with status "Submission", which is the currently open round. Extract its rec ID from the /awards/<rec-id> link, then fetch that page for the submissions list and deadline.

How to scrape communityfund.stellar.org when curl returns empty HTML?▼

The site is a client-rendered React app, so plain curl returns mostly empty HTML. Use the WebFetch tool, which handles client-rendered pages, or fall back to a headless browser like Playwright or Puppeteer.

Can I find out if an SCF applicant was previously funded?▼

Yes, cross-reference each submission team against the LumenLoop ecosystem projects.json database, which catalogs projects with SCF history. Matches are flagged as repeat builders with their past rounds and total prior funding.

What data sources track Stellar developer activity on GitHub?▼

The Electric Capital stellar-repos.json dataset contains roughly 9000 Stellar-tagged repositories. Counting an org's repos classifies teams as Stellar veterans (5+ repos), first Stellar projects (0-1), or bootcamp graduates.

What are the limitations of automated SCF round monitoring?▼

Active-round detection assumes exactly one round has status "Submission" at a time; multiple or none is surfaced as a finding. If the site is down or dates are not visible, the skill reports cleanly rather than fabricating data.