hairyf/blockchain-skills

stacks

Stacks blockchain node and mining — RPC API, testnet transactions, PoX mining, event observer, SIPs, property testing, release process, profiling, and service setup.

First seen Feb 28, 2026

Installation

$ npx skills add hairyf/blockchain-skills --skill stacks

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from hairyf/blockchain-skills · top by installs.

npx skills add hairyf/blockchain-skills

Browse all from hairyf/blockchain-skills

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Not declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Repository health

Stars 4
License LICENSE.md
Default branch main
Open issues 1
Status Active

Skill metadata

Parsed from SKILL.md frontmatter.

Version2026.2.24
More metadata
author
hairy
version
2026.2.24
source
Generated from https://github.com/stacks-network/stacks-blockchain, scripts located at https://github.com/antfu/skills

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 2,935 B
  • docs SUMMARY.md 181 B

History

  1. First seen on skills.sh
  2. First recorded snapshot · 4 installs

SKILL.md

Skill is based on Stacks blockchain (stacks-node v3.3.0.0.5), generated 2026-02-24. Docs: sources/stacks/docs/, docs.stacks.co

Stacks is a layer-2 blockchain anchored to Bitcoin security, using Proof of Transfer (PoX) for mining and Clarity for smart contracts. This skill covers the reference node (stacks-node): RPC endpoints, testnet tx flow, mining config, event observer, SIPs, property testing, release/branching, profiling, init/service, and CI.

Core References

Topic Description Reference
RPC Endpoints POST/GET for transactions, accounts, contracts, blocks, PoX, Nakamoto (v2/v3) [core-rpc-endpoints](references/core-rpc-endpoints.md)
Testnet and Transactions Genesis balance, encode/sign, publish contract, contract-call via blockstack-cli and RPC [core-testnet-transactions](references/core-testnet-transactions.md)

Features

Topic Description Reference
Mining (PoX) Miner config, burn commitment, RBF, fee/cost estimation [features-mining](references/features-mining.md)
Event Dispatcher eventsobserver config, eventskeys, POST endpoints and payloads [features-event-dispatcher](references/features-event-dispatcher.md)
SIPs Stacks Improvement Proposals — where they live and how to use them [features-sips](references/features-sips.md)

Best Practices

Topic Description Reference
Property Testing proptest-rs, strategies, assertions, CI (PROPTEST_CASES) [best-practices-property-testing](references/best-practices-property-testing.md)
Release and Branching Version format, master/develop/release, release steps, hotfixes [best-practices-release-branching](references/best-practices-release-branching.md)

Advanced

Topic Description Reference
Profiling Logging, mock miner, tip-mine, flamegraph, SQLite profiling [advanced-profiling](references/advanced-profiling.md)
Init and Service systemd, SysVinit, macOS LaunchAgents, paths and user [advanced-init-service](references/advanced-init-service.md)
CI Workflow Tests, partitions, release builds, Docker, adding tests [advanced-ci-workflow](references/advanced-ci-workflow.md)

External Links