home/categories/blockchain
domain cluster

Blockchain

Web3, smart contracts, and specialized crypto tools.

3244 skillsall categories
sorting
stars
current ordering strategy
query
all entries
refine the visible subset
web3-tools
0

use-algokit-cli

AlgoKit CLI commands for building, testing, and deploying Algorand applications. Use when building or compiling smart contracts, running test suites, deploying to localnet, managing local Algorand network, or understanding the development workflow. Strong triggers include "build the contract", "run the tests", "start localnet", "deploy to localnet", "algokit project run", "localnet status".

gabrielkuettel
gabrielkuettel
blockchain
open
web3-tools
0

lagoon-onboarding

Guide new users through their first Lagoon vault selection with risk-appropriate recommendations, systematic analysis workflows, and educational support. Activates for first-time DeFi investors, vault discovery requests, and onboarding conversations.

hopperlabsxyz
hopperlabsxyz
blockchain
open
defi
0

strategy-config-safe

Safe parameter update protocol for NinjaTrader strategies. Use when modifying stops, targets, ATR multipliers, or any State.SetDefaults values. Ensures changes don't break execution logic or introduce bugs.

mkalhitti-cloud
mkalhitti-cloud
blockchain
open
web3-tools
0

managing-staking

Manages Moonbeam's parachain staking system including collator selection, delegation, and rewards. Use when modifying staking parameters, debugging delegation issues, implementing staking features, understanding collator selection, or working with staking rewards.

manuelmauro
manuelmauro
blockchain
open
defi
0

eld-model-link-map

LDE(Law-Driven Engineering)のLink Map(連結表)管理スキル。 Law ↔ Term の相互参照関係を可視化し、孤立の検出と影響分析を行う。 使用タイミング: (1) Law Cardを作成した後、(2) Term Cardを作成した後、 (3) 「Link Mapを更新して」「孤立チェックして」、(4) 変更影響分析時

CAPHTECH
CAPHTECH
blockchain
open
defi
0

solana-cli-tools

This skill should be used when the user asks about "Solana CLI", "spl-token", "solana-keygen", "anchor build", "anchor deploy", "Metaplex CLI", "sugar", "token minting", "program deployment", "keypair generation", "airdrop SOL", or needs to execute Solana command-line operations for development, testing, or deployment.

2Rds
2Rds
blockchain
open
defi
0

quotients-and-lifts

Work effectively with Lean 4 quotients in ComputationalPaths (Quot.lift/Quot.ind/Quot.sound), including nested lifts and common proof obligations.

Arthur742Ramos
Arthur742Ramos
blockchain
open
web3-tools
0

meme-launcher

Solana memecoin launch strategy and execution. Use when planning token launches, designing tokenomics, building pre-launch hype, deploying on pump.fun/Raydium, or optimizing launch mechanics. Covers: token creation, bonding curves, liquidity strategy, community building, anti-rug best practices.

dreamineering
dreamineering
blockchain
open
defi
0

lp-manga

LP漫画の企画から品質検証までを一貫して行う製造ライン。要件定義→基本設計→詳細設計→画像生成→品質検証の5フェーズで構成。Geminiでの画像生成を前提とした設計。

tezuka-Akihiro
tezuka-Akihiro
blockchain
open
defi
0

lifx

Control LIFX smart bulbs and light strips

Andrejones92
Andrejones92
blockchain
open
defi
0

search

xlmakeの機能、利用方法調査時に参照するインデックスファイル。

yn1323
yn1323
blockchain
open
smart-contracts
0

snark-testing

Test SNARK submissions with sample data. Use when testing proof submission, validating the API, verifying SNARK operations work correctly, or debugging proof handling.

mjohngreene
mjohngreene
blockchain
open
smart-contracts
0

guardrails-contracts

Follow these patterns when designing guardrails validation contracts in OptAIC. Use for signal bounds, dataset schemas, portfolio constraints, PIT validation, and other domain-specific validation rules. Covers the "Law vs Police" architecture where Definitions contain contracts and the Engine enforces them.

colingwuyu
colingwuyu
blockchain
open
web3-tools
0

alchemy-solana-api

This skill should be used when the user asks about "Alchemy Solana API", "Solana RPC endpoints", "NFT API queries", "getAssetsByOwner", "transaction history", "Alchemy Enhanced APIs", "blockchain data fetching", "NFT metadata from Alchemy", or needs to query Solana blockchain data through Alchemy's infrastructure. Provides patterns for efficient API usage with proper error handling and caching.

2Rds
2Rds
blockchain
open
smart-contracts
0

implementing-assertions

Implements Phylax Credible Layer assertions in Solidity using cheatcodes, triggers, and event/state inspection. Use when writing or refactoring assertion contracts.

phylaxsystems
phylaxsystems
blockchain
open
web3-tools
0

pod-scaffold-contract

This skill should be used when developers need to generate pod network smart contract boilerplate. It orchestrates the pod-templating MCP server to scaffold production-ready contracts (tokens, NFTs, voting, auctions, basic) using FastTypes for order-independent execution. Use when starting new contracts, migrating from Ethereum, or needing pod-specific patterns.

aaronbassett
aaronbassett
blockchain
open
web3-tools
0

search-algorand-examples

Search GitHub for Algorand smart contract examples and patterns. Use when finding example implementations of specific patterns (BoxMap, inner transactions), looking up contract feature usage, discovering Algorand repositories, or retrieving files from algorandfoundation repos. Strong triggers include "find an example of...", "show me how to use BoxMap", "search for voting contract examples", "get the code from puya-ts examples", "find Algorand NFT repositories".

gabrielkuettel
gabrielkuettel
blockchain
open
smart-contracts
0

gas-export-check

Validate GAS function exports match rollup footer declarations. Use after creating new GAS functions or during quality checks.

yuush10
yuush10
blockchain
open
smart-contracts
0

release-sanity

Aggregates all critical sanity checks required before a release, ensuring contracts, graphs, and logs are consistent.

Nepopams
Nepopams
blockchain
open
web3-tools
0

compact

Write privacy-preserving smart contracts in Compact (Minokawa) for Midnight Network. Use when creating contracts, defining types, using standard library functions, or implementing ZK patterns. Triggers on Compact language, circuits, ledger state, hashing, or zero-knowledge contract questions.

FractionEstate
FractionEstate
blockchain
open
web3-tools
0

test-smart-contracts

Testing patterns for Algorand smart contracts using generated clients and algorandFixture. Use when writing tests for smart contracts, setting up test fixtures and deployment, debugging failing tests, testing multi-user scenarios, or asking about E2E vs unit testing. Strong triggers include "how do I test my contract", "algorandFixture", "test is failing", "LocalNet testing", "vitest setup", "fund contract for boxes".

gabrielkuettel
gabrielkuettel
blockchain
open
web3-tools
0

use-algokit-utils

AlgoKit Utils library for interacting with the Algorand blockchain from TypeScript or Python applications. Use when connecting to Algorand networks (LocalNet, TestNet, MainNet), sending payments or transferring assets, creating and managing accounts, deploying or interacting with smart contracts from client code, or composing transaction groups. NOT for writing smart contract code (use build-smart-contracts skill). Strong triggers include "How do I connect to Algorand?", "send a payment transaction", "create an account", "deploy my contract", "get an AlgorandClient", "AlgorandClient.fromEnvironment".

gabrielkuettel
gabrielkuettel
blockchain
open
Previous
Page 121 / 136
Next