reqvire Skill
reqvire is a Rust AI agent skill for Codex with npx, remote URL. A semantic engineering framework for building verifiable and traceable software.
How to use reqvire Skill
Install or run
npx -y @reqvire-org/reqvire@latest --workspace /absolute/path/to/workspace serveClient configuration
name: MCP Bug Report
description: Report a bug in the Reqvire MCP server, tools, resources, prompts, or semantic query interface
title: "[MCP Bug]: "
labels: ["bug", "mcp", "triage"]
assignees: []
body:
- type: markdown
attributes:
value: |
Use this template for Reqvire MCP server, MCP tool, MCP prompt, MCP resource, and semantic query bugs.
Public pull requests are not open at the moment. Please use this form for reproducible MCP bug reports and detailed analysis.
- type: dropdown
id: mcp_area
attributes:
label: MCP Area
description: Which MCP capability is affected?
multiple: true
options:
- Server startup or Streamable HTTP transport
- Tool discovery or tool metadata
- Read-only model evidence tools
- Mutation tools or mutation enablement
- Workspace/session tools
- Resources
- Prompts
- Semantic prefixes
- Semantic vocabulary
- Semantic ontologies RDF/SHACL export
- Semantic SPARQL query execution
- MCP client compatibility
- Other
validations:
required: true
- type: textarea
id: description
attributes:
label: Bug Description
description: A clear and concise description of the MCP problem.
placeholder: Describe the MCP bug...
validations:
required: true
- type: textarea
id: server
attributes:
label: MCP Server Startup
description: Include the exact command and endpoint.
render: shell
placeholder: |
reqvire mcp --host 127.0.0.1 --port 8081
# or
reqvire serve --enable-mcp --port 8080
# endpoint: http://127.0.0.1:8081/mcp
validations:
required: true
- type: textarea
id: clieCompatible clients
What is reqvire Skill?
reqvire is a Rust AI agent skill for Codex with npx, remote URL. A semantic engineering framework for building verifiable and traceable software. This profile combines repository metadata with install, compatibility, and usage signals so developers can quickly decide whether it fits their agent workflow before opening the source repository.
Automated repository signals based on public metadata such as recency, license, installation evidence, and adoption. These are not a security audit or endorsement.
Key capabilities
- Reusable instructions support
- Includes SKILL.md support
- Shell commands support
- Document generation support
- Anthropic provider support
- .github/ISSUE_TEMPLATE/mcp_bug_report.yml config support
- claude-plugins/skills/audit/SKILL.md config support
Technical details
Install or run reqvire using npx. Check reqvire-org/reqvire for the latest setup command.
- Built for Rust
- Install or run with npx
- Install or run with remote URL
- Works with Codex
- Uses HTTP transport
- Uses SSE transport
Requirements and access
Security and permissions
Review permissions before connecting any MCP server to an agent. Pay special attention to whether it can read local files, write data, call external services, or perform destructive actions.
When to use reqvire Skill
- Use it for reusing agent instructions, scripts, and references.
- Use it for agent skills workflows.
- Use it for coding workflows.
- Use it for data workflows.
- Use it for codex users.
Built with
Explore related resources
Frequently asked questions
What is reqvire?
reqvire is a Rust AI agent skill for Codex with npx, remote URL. A semantic engineering framework for building verifiable and traceable software.
Who is reqvire best for?
reqvire is best for reusing agent instructions, scripts, and references, agent skills workflows, coding workflows, data workflows, codex users.
How do I install reqvire?
Install or run reqvire using npx. Check reqvire for the latest setup command.
Is reqvire actively maintained?
reqvire may need a closer maintenance check before production use.
Auto-fetched from GitHub.