DevRel AI
Official@devrelaicom
Synthetic Cognition Systems Engineering ❉ DevRel / DevX / DevEd Specialists
Agent Skills by DevRel AI
Showing 90 vetted skills indexed across 1 GitHub repositories.
midnight-cq:wallet-testing
Write Vitest tests for custom Midnight Wallet SDK implementations and WalletBuilder compositions.
midnight-cq:dapp-connector-testing
Validate DApp wallet integration by exercising the InitialAPI and ConnectedAPI.
midnight-cq:compact-testing
Run deterministic Compact contract unit tests with the OpenZeppelin-compact contracts-simulator.
midnight-cq:quality-check
Run and interpret linting, type checking, contract compilation, and test failures for Midnight projects.
midnight-cq:quality-init
Initializes Midnight Network code quality tooling with Biome, hooks, and CI workflows.
midnight-cq:ledger-testing
Create deterministic unit and integration tests for Midnight ledger interactions.
midnight-cq:dapp-testing
Test Midnight DApp frontend components using a contract simulator without a live blockchain.
midnight-expert:doctor
Assesses plugin, MCP server, CLI, and NPM registry health for the midnight-expert environment.
compact-core:compact-ledger
Model on-chain state for Compact contracts using ledger types and ADT structures.
compact-core:compact-debugging
Debug Compact smart contract compiler, witness, and disclosure errors.
compact-core:compact-init-project
Scaffold a Midnight Compact project and compile contract artifacts.
compact-core:compact-witness-ts
Implement TypeScript witness functions for Compact contracts with type mappings.
compact-core:compact-standard-library
Document Compact standard library exports and their official reference locations.
compact-core:compact-privacy-disclosure
Identify undisclosed witness data in Compact contracts and apply disclose() at public boundaries.
compact-core:compact-transaction-model
Explain Midnight's three-stage execution mapping Compact circuits to on-chain transactions.
compact-core:compact-patterns
Catalog reusable Compact contract design patterns for access control, state, and privacy.
compact-core:compact-circuit-costs
Analyze Compact circuit costs across proving, gas, and state dimensions.
compact-core:basic-start
Deploy a Compact smart contract on a local Midnight devnet.
compact-core:compact-structure
Scaffold Compact smart contracts with pragma, imports, ledger, and circuit declarations.
compact-core:compact-review
Review Compact smart contracts and TypeScript witnesses for security and correctness.
compact-core:compact-language-ref
Reference Compact language types, casting, operators, control flow, modules, and stdlib usage.
compact-core:compact-tokens
Guide Midnight token design and implementation for shielded and unshielded workflows.
midnight-tooling:troubleshooting
Diagnose and repair Midnight Network CLI, devnet, and Docker failures.
midnight-tooling:release-notes
Fetch and summarize Midnight Network component release notes from MDX files.
Frequently Asked Questions About DevRel AI
FAQPage SchemaWhat specific tasks can developers perform using these capabilities?▼
Developers can scaffold Compact smart contracts, implement TypeScript witnesses, generate zero-knowledge proofs, and perform end-to-end testing against local devnets. The system supports contract compilation, ledger state modeling, and verification of on-chain transaction anatomy.
Which technical personas benefit from these engineering resources?▼
These resources are designed for blockchain engineers, smart contract auditors, and DApp developers working within the Midnight ecosystem. It specifically supports those building privacy-preserving applications, managing node infrastructure, or requiring rigorous verification of cryptographic circuits.
What are the primary dependencies for running these environments?▼
Runtime environments require the Compact compiler toolchain, Docker for proof server management, and Node.js for TypeScript SDK integration. Local development relies on configured devnet images, PostgreSQL or SQLite for indexing, and specific environment variables for node connectivity.