Skip to main content
solana-foundation
GitHub creator profile

solana-foundation

Repository-level view of 39 collected skills across 14 GitHub repositories.

skills collected
39
repositories
14
updated
Sep 3, 2026
Showing the top 8 repositories here; full repository list continues below.
repository explorer

Repositories and representative skills

counterparty-requirements
unclassified

Implement a ramp provider's pure validateCounterparty decision in @sdp/payments plus the API-side requirements event flow — status events out, advance submissions in, provider state as counterparty_provider_accounts rows. PII is JIT pass-through only.

Sep 3, 2026
integrate-estimate
unclassified

Implement a ramp provider's estimateOnramp / estimateOfframp → PaymentRampEstimate in @sdp/payments. The cheapest live provider call, with no DB, counterparty, or KYC.

Sep 3, 2026
integrate-offramp
unclassified

Implement a provider's crypto→fiat createOfframpQuote in @sdp/payments, extend the closed quote contract, and wire API wallet policy, persistence, and dashboard rendering.

Sep 3, 2026
integrate-onramp
unclassified

Implement a provider's fiat→crypto createOnrampQuote in @sdp/payments, extend the closed quote contract, and wire API persistence plus dashboard rendering.

Sep 3, 2026
integrate-ramp-provider
unclassified

Start here for a provider-owned fiat↔crypto ramp integration PR spanning @sdp/payments, shared contracts, sdp-api orchestration, webhooks, and dashboard presentation.

Sep 3, 2026
integrate-webhook
unclassified

Implement and register a ramp WebhookProcessor in sdp-api with raw-request verification, replay protection, typed @sdp/payments parsing, and idempotent settlement.

Sep 3, 2026
rail-discovery
unclassified

Declare which fiat↔crypto rails a ramp provider supports. Implement discovery or an explicit static distiller in @sdp/payments, then regenerate the committed provider snapshot and shared support matrix.

Sep 3, 2026
register-provider
unclassified

Register a new ramp provider across the SDP payments package, API schemas and dispatch, availability/setup, environment contract, shared quote types, webhooks, and dashboard catalog. Step 1 for a provider-owned ramp integration PR.

Sep 3, 2026
Showing 8 of 14 collected skills.
review-external-prs
software-quality-assurance-analysts-and-testers

Triage open solana-foundation/solana-com pull requests from non-member authors with gh, screen every submission for scams and low-trust products, enforce the repository's signed-and-squashed commit requirement, safely close ineligible cruft when authorized,…

Sep 1, 2026
wallet-filter-research
software-developers

Discover, verify, security-screen, and maintain Solana wallet products using the canonical local registry in packages/ecosystem-data and current web research. Use when asked to refresh wallet data, find new Solana wallets, add or remove wallets, check wallets…

Aug 15, 2026
localize-page
software-developers

Convert or refactor Solana.com monorepo pages and their directly owned components to the repository's shared i18n system. Use when asked to internationalize, localize, remove hard-coded user-facing copy from, add translations to, or audit a page or route in…

Jul 30, 2026
refresh-agent-context
software-developers

Audit this Turborepo for stale or missing agent-reference docs, then refresh repo and app-level `AGENTS.md` and related onboarding docs using the bundled workspace inventory script. Use when apps, packages, routes, ports, or shared tooling changed and the…

Jun 2, 2026
youtube-to-links
software-developers

Import a YouTube video or full playlist into apps/media/content/links/ as Keystatic MDX entries. Use when the user gives a YouTube URL and asks to add it (or all videos in it) to the media app's links collection. Channel-aware: videos from the Solana…

Jun 1, 2026
llms-txt-generator
software-developers

Upgrade llmtxt-generator.py by scanning apps/ for doc structure changes, then regenerate llms.txt and llms-en.txt while only adding missing sections. Use when updating the generator, adding new doc sections, or refreshing LLM text files.

Feb 4, 2026
complete-release
network-and-computer-systems-administrators

Reviewer workflow for completing a Kora mainline release after the release PR is merged. Squash-merges the PR, detects whether Rust and/or TypeScript changed, then triggers the correct publish workflows on main. For hotfix releases, publish from hotfix/*…

Aug 27, 2026
kora-client
software-developers

Kora TypeScript SDK and JSON-RPC API integration for Solana gasless transactions, fee abstraction, and Jito bundles. Use when the user asks about: (1) @solana/kora SDK - KoraClient, koraPlugin, gasless transactions, fee estimation, payment instructions, Jito…

Aug 27, 2026
kora-operator
network-and-computer-systems-administrators

Kora paymaster node operator guide. Use when the user asks about: configuring kora.toml (rate limits, validation, allowed programs/tokens, fee payer policy, pricing, auth, caching, bundles, lighthouse), setting up signers.toml (memory/Turnkey/Privy/Vault,…

Aug 27, 2026
release
software-developers

Prepare a Kora release PR. Bumps Rust crate versions (kora-lib + kora-cli), optionally bumps the TypeScript SDK, generates CHANGELOG, and opens a PR against main. Use when the user says 'prepare a release', 'cut a release', or 'release version X.Y.Z'.

Aug 27, 2026
sync-keychain
software-developers

Sync the solana-keychain dependency and scaffold adapters for signer backends Kora does not support yet. Use when the user says 'sync keychain', 'bump solana-keychain', 'check for new signers', or 'add support for the <X> signer'.

Aug 27, 2026
Showing 12 of 14 repositories