Edge & Node
Official@edgeandnode
Offers specialized infrastructure for blockchain subgraph querying and rigorous Rust-based codebase maintenance, testing, and documentation validation.
Agent Skills by Edge & Node
Showing 16 vetted skills indexed across 3 GitHub repositories.
The Graph Gateway
Query blockchain subgraphs and monitor indexer status on The Graph Network.
commit
Generate and validate conventional commit messages for Rust workspaces with crate-based scope rules.
code-pattern-fmt-check
Validate code pattern documentation frontmatter and content against established guidelines.
code-check
Validate and lint Rust and shell scripts with cargo check, clippy, and shellcheck.
code-format
Your JSON data here.
code-review
Review code changes for bugs, security gaps, and quality issues.
code-pattern-discovery
Discover and load coding pattern documentation from YAML frontmatter metadata.
code-test
Run targeted cargo test commands for Rust workspace code changes.
feature-validate
Verify documented feature capabilities against codebase implementations and test coverage.
feature-fmt-check
Validate feature documentation against the official feature-docs specification.
feature-discovery
Discovers relevant feature docs from YAML frontmatter and loads them on demand.
feature-status
Parse YAML frontmatter from docs/features/*.md and group features by status into a formatted table.
Code Checking
Validate Rust and TypeScript code changes using cargo and Justfile tasks.
Code Testing
Run unit and integration tests via justfile tasks in Rust workspaces.
Code Generation
Regenerate JSON schemas and OpenAPI specifications for dataset manifests and the Admin API.
Code Formatting
Format Rust and TypeScript code using justfile tasks and cargo nightly fmt.
Frequently Asked Questions About Edge & Node
FAQPage SchemaWhat specific technical tasks does Edge & Node enable for developers?▼
Developers can perform rigorous code validation using cargo and clippy, execute integration tests within Rust workspaces, and manage blockchain subgraph queries. Additionally, the system facilitates the synchronization of feature documentation with codebase implementations by parsing YAML frontmatter and generating status tables for project oversight.
Which engineering personas benefit most from these capabilities?▼
These capabilities are designed for blockchain infrastructure engineers, Rust developers, and technical writers. The system supports those managing complex decentralized network subgraphs and teams requiring strict adherence to conventional commit standards, code formatting consistency, and documentation-to-code parity within large-scale Rust-based repositories.
What are the primary prerequisites for implementing these validation routines?▼
Implementation requires a Rust-based development environment with cargo installed. Projects must utilize Justfile task runners for execution and maintain documentation using YAML frontmatter metadata. The system relies on established crate-based scope rules for commit validation and specific directory structures for feature documentation files.