mabstruct
Community@mabstruct
mabstruct provides CONSTRUCT, a knowledge-graph workspace system for creating, connecting, curating, and visualizing research knowledge cards across domains.
Agent Skills by mabstruct
Showing 25 vetted skills indexed across 1 GitHub repositories.
construct-card-edit
Edit knowledge card fields and metadata through the construct knowledge CLI.
construct-workspace-validate
Validates workspace file formats, connection consistency, and orphan references via the CONSTRUCT MCP server.
construct-card-create
Creates knowledge cards from user input, URLs, or research findings via the construct knowledge CLI.
construct-card-evaluate
Evaluates knowledge cards for lifecycle promotion by invoking the Python card.evaluate gate.
construct-views-generate-data
Generates JSON data files for the views dashboard from workspace state.
construct-up
Starts the CONSTRUCT views server on a free localhost port with PID tracking.
construct-views-build
Builds the CONSTRUCT views SPA with Vite production builds.
construct-card-connect
Creates, removes, and queries typed connections between knowledge cards via CLI commands.
construct-workspace-init
Creates a CONSTRUCT domain workspace with canonical knowledge files and directory layout.
construct-research-cycle
Orchestrates scoped research cycles through a Python capability with human review gates.
construct-card-archive
Archives knowledge cards by setting lifecycle to archived via the construct knowledge CLI.
construct-domain-init
Configures research domains by populating domains.yaml and search-seeds.json through an interactive interview.
construct-search-adjust
Adjusts research search cluster weights, statuses, and terms in search-seeds.json.
construct-views-scaffold
Scaffolds the CONSTRUCT views SPA from a Vite, React, and Tailwind template.
construct-spike-run
Runs external graph-analysis tools against isolated workspace copies and captures structured results.
construct-daily-cycle
Runs a non-blocking daily cycle composing research, curation, and graph-health capabilities into one digest.
construct-domain-manage
Manages knowledge domains by listing, pausing, resuming, archiving, and editing entries in domains.yaml.
construct-gap-analysis
Analyzes knowledge graph cards and connections to identify coverage gaps and quality holes.
construct-graph-status
Generates a knowledge graph health dashboard from CONSTRUCT CLI or MCP status data.
construct-down
Stops the running CONSTRUCT views server and removes its PID file.
construct-views-reset
Removes views runtime artifacts to enable a clean re-scaffold of the CONSTRUCT UI.
construct-curation-cycle
Orchestrates graph maintenance by delegating curation runs to the Python curation capability.
construct-help
Inspects workspace state and suggests the next knowledge-management action with a command menu.
construct-bridge-detect
Detects cross-domain connection candidates between knowledge cards and writes them to a JSON log.
Frequently Asked Questions About mabstruct
FAQPage SchemaWhat tasks can I accomplish with mabstruct's CONSTRUCT skills?▼
You can create, edit, connect, archive, and evaluate knowledge cards; initialize multi-domain workspaces; run research, daily, and curation cycles; perform gap analysis and cross-domain bridge detection; generate synthesis outputs; and build a views dashboard for graph health monitoring.
Who is the target user for the CONSTRUCT skill set?▼
Researchers and knowledge workers managing structured personal or team knowledge bases. It suits users who capture findings from papers and URLs, maintain typed connections between concepts across domains, and want lifecycle governance with human-review gates over their knowledge graph.
How do I set up and run a CONSTRUCT workspace?▼
Start with construct-workspace-init to create the domain directory structure, then construct-domain-init for an interactive configuration interview populating domains.yaml and search-seeds.json. Use construct-up to start the views server and construct-help for context-aware next-step suggestions.
What dependencies and runtime components does CONSTRUCT require?▼
Skills rely on the construct command-line interface, git for versioned commits of card changes, an MCP connect server for graph queries, a Python layer for research, curation, and promotion-gate capabilities, and Vite for building the views single-page application.
How does CONSTRUCT maintain knowledge graph quality over time?▼
The curation cycle runs maintenance passes with a consolidated approve/reject review loop, card evaluation delegates lifecycle promotion or decay decisions to a Python L3 gate, workspace validation checks file formats and orphan references, and gap analysis identifies coverage holes.