NOMOS
Official@nomos-guild
Building Governance 3.0
Agent Skills by NOMOS
Showing 16 vetted skills indexed across 2 GitHub repositories.
evolve-skill
Analyze feedback and apply structured changes to tracked skills with version history.
add-prisma-model
Automates Prisma model scaffolding with snake_case mappings, BigInt, timestamps, and relation fields.
MeshTransaction
Construct Cardano transactions with MeshTxBuilder from @meshsdk/transaction.
add-cron-job
Create a Node.js cron-job scaffold with in-process guards and env-driven scheduling.
MeshWallet
Integrate Cardano wallets with MeshSDK for signing and submitting transactions.
MeshCoreCst
Provide low-level Cardano utilities for serialization, address resolution, and signing.
wrap-up
Create session journeys, consolidate notes, and evolve SKILL.md definitions.
add-thunk
Add a typed Redux async thunk with loading and error states to a governance slice.
cgov-build
Run Next.js builds and triage TypeScript errors into actionable to-dos.
add-dashboard
Scaffold a reusable dashboard module with chart registry, provider, grid, and side panel.
reflect
Analyze skill learning system components and generate improvement recommendations.
add-api-route
Create Next.js API routes that proxy to backend services with authentication and caching.
add-chart
Scaffold a dashboard chart component and register it in the governance system.
journey
Create session learning logs under .claude/journeys/ with title, date, summary, and key learnings.
theming
Standardize Light, Dark, and Game themes with color tokens and conditional styling.
i18n
Add or update translation keys across seven locale files and wire them into React components.
Frequently Asked Questions About NOMOS
FAQPage SchemaWhat specific blockchain tasks can be performed using these skills?▼
These skills enable the construction, signing, and submission of Cardano transactions. You can resolve addresses, handle serialization, and integrate wallet connectivity directly into your web interface using the provided transaction builder and core utility modules.
Which developers benefit most from this governance-focused registry?▼
Full-stack engineers building decentralized governance platforms benefit most. The registry provides specific scaffolding for Next.js frontends, Prisma database models, and Cardano blockchain interactions, allowing developers to maintain consistent state management and translation standards across complex governance-oriented applications.
What are the primary dependencies for implementing these governance modules?▼
Implementation requires a Next.js environment, Prisma for database modeling, and the Mesh ecosystem for Cardano blockchain operations. You must also maintain a structured directory for session logs and skill definitions to utilize the evolution and reflection capabilities effectively.