stellar-zk
Official@stellar-zk
ZK DevKit for Stellar/Soroban: unified CLI for Groth16, UltraHonk, and RISC Zero.
Agent Skills by stellar-zk
Showing 47 vetted skills indexed across 1 GitHub repositories.
nicole-pm
Guides PRD creation and requirements discovery through a product manager persona.
navigate-skills
Discovers and recommends installed stellar.new skills by journey phase and trigger phrases.
tyler-architect
Adopts a system architect persona to guide technical design decisions and architecture documentation.
create-ux-design
Guides collaborative creation of UX design specifications through a multi-step workflow.
scf-interest-form-drafter
Drafts Stellar Community Fund Interest Form submissions with field-by-field guidance.
reprompt
Rewrites vague user requests into structured specs with goal, context, task, constraints, and success criteria.
bri-tech-writer
Generates technical documentation, Mermaid diagrams, and explanations through a persona-driven writing workflow.
review-edge-case-hunter
Walks every branching path in code or diffs and reports unhandled edge cases as JSON.
scf-tranche-reporter
Writes SCF Build Award tranche submission reports documenting deliverables and completion evidence.
dapp
Build Stellar dApp frontends with wallet integration, transaction signing, and smart contract invocation.
dev-story
Implements sprint stories from spec files using a red-green-refactor workflow with status tracking.
cross-chain
Routes Stellar cross-chain tasks to CCTP, Axelar GMP/ITS, or NEAR Intents integration guidance.
fetch-external-doc
Fetches external documents from Google Docs, Drive, GitHub, and IPFS links in SCF submissions.
scf-submission-drafter
Drafts Stellar Community Fund Build Award applications through guided section-by-section interviews.
investigate
Investigate bugs and code areas with evidence-graded findings recorded in a structured case file.
party-mode
Orchestrates multi-agent roundtable discussions by spawning BMAD persona agents as independent subagents.
product-brief
Create, update, and validate product briefs through conversational coaching and structured workflows.
code-review
Reviews code diffs adversarially using parallel review layers with structured triage and patching.
create-architecture
Creates software architecture decision documents through a guided multi-step collaborative workflow.
kaan-ux-designer
Adopts a UX designer persona to produce UX design specifications from user needs and PRDs.
scf-referral-preparer
Generates structured referral packages for Stellar Community Fund project endorsements.
create-epics-and-stories
Decomposes PRD and architecture requirements into epics and user stories with acceptance criteria.
scf-competitor-analyst
Analyzes the competitive landscape for Stellar Community Fund submissions across Stellar and other chains.
elliot-dev
Implements approved stories with test-first discipline as a senior software engineer persona.
Frequently Asked Questions About stellar-zk
FAQPage SchemaWhat tasks can I accomplish with stellar-zk's skill registry?▼
You can build zero-knowledge verifier contracts on Stellar using Groth16, UltraHonk, and RISC Zero; develop and test Soroban smart contracts in Rust; bridge USDC cross-chain via CCTP or Axelar; implement x402 agentic payments; query chain data via Stellar RPC; and draft or review Stellar Community Fund grant submissions.
Who is stellar-zk designed for?▼
It targets blockchain developers building on Stellar/Soroban, cryptography engineers wiring ZK proving systems like Circom, Noir, or RISC Zero to on-chain verifiers, and startup teams preparing Stellar Community Fund Build Award applications who need drafting, budgeting, and competitive-analysis support.
How do I use the zero-knowledge proving capabilities on Stellar?▼
The zk-proofs skill walks through Groth16 verification in Soroban contracts using BLS12-381 host functions (CAP-0059, live today), with concrete toolchain guides for Circom (verifiable on-chain now), Noir, and RISC Zero via an attestation pattern until BN254 support (CAP-0074/0075) lands.
What prerequisites are needed to use these skills?▼
Smart contract work requires Rust and the soroban-sdk; dApp development uses the JavaScript stellar-sdk with Freighter or Stellar Wallets Kit; deployment uses the stellar CLI against devnet, testnet, or mainnet. SCF review skills need a submission draft or an Airtable CSV export of a round.
Does stellar-zk support cross-chain and payment integrations?▼
Yes. The cross-chain skill covers Circle CCTP V2 native USDC burn-and-mint between Stellar and EVM/Solana, Axelar GMP for interchain contract calls, and NEAR Intents swaps. The agentic-payments skill implements x402 HTTP-402 paid endpoints and MPP channel-mode payments in USDC on testnet or pubnet.