riscvriscvOfficialยท1 Agent Skills Included

riscv-unified-db

Unified RISC-V instruction, extension, and CSR specification database

Maintains a single structured database describing RISC-V extensions, instructions, CSRs, and profiles. Generates ISA manuals, simulators, and toolchain inputs automatically from validated YAML data. Eliminates scattered, inconsistent specification documents and manual cross-checking of instruction encodings. Extracts instruction names from AsciiDoc specification sections into clean YAML lists.
npx skills add riscv/riscv-unified-db --all -g -y
Available:

Gives your AI agent the repository layout, data model, setup steps, and test and generation commands needed to work correctly with the RISC-V specification database.

All Skills in This Repository (1)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How to install riscv-unified-db?โ–ผ

Run `npx skills add riscv/riscv-unified-db --all -g -y` in your terminal to install all skills in this repository globally.

What is the RISC-V Unified Database?โ–ผ

It is a single structured data source describing all RISC-V extensions, instructions, CSRs, and profiles, used to generate manuals, simulators, and toolchain inputs.

How to extract RISC-V instructions from a spec section?โ–ผ

Use the extract-instructions-from-subsection skill with a subsection title and an AsciiDoc file path, and it writes a sorted YAML list of instruction names to /tmp.

Does it work with Claude Code and other AI coding tools?โ–ผ

Yes. The AGENTS.md file provides standard guidance that works with Claude Code, Cursor, Codex, and other agents that read SKILL.md and AGENTS.md files.

Can I generate RISC-V documentation from this data?โ–ผ

Yes. Built-in generators produce HTML ISA manuals, extension documentation, and an interactive ISA explorer directly from the database.

Related Repositories in Software Engineering

View All in Software Engineeringโ†’