mabstruct avatar

mabstruct

Community

@mabstruct

0Followers
|
13Public Repos
|
25Published Skills

mabstruct provides CONSTRUCT, a knowledge-graph workspace system for creating, connecting, curating, and visualizing research knowledge cards across domains.

Skills Distribution
DomainData Systems...Knowledge Graph Ma.. (40%)Research Curation .. (25%)Data Validation & .. (15%)Dashboard Visualiz.. (12%)

Agent Skills by mabstruct

Showing 25 vetted skills indexed across 1 GitHub repositories.

mabstructmabstruct

construct-card-edit

Edit knowledge card fields and metadata through the construct knowledge CLI.

Community
Intermediate
mabstructmabstruct

construct-workspace-validate

Validates workspace file formats, connection consistency, and orphan references via the CONSTRUCT MCP server.

Community
Basic
mabstructmabstruct

construct-card-create

Creates knowledge cards from user input, URLs, or research findings via the construct knowledge CLI.

Community
Intermediate
mabstructmabstruct

construct-card-evaluate

Evaluates knowledge cards for lifecycle promotion by invoking the Python card.evaluate gate.

Community
Intermediate
mabstructmabstruct

construct-views-generate-data

Generates JSON data files for the views dashboard from workspace state.

Community
Intermediate
mabstructmabstruct

construct-up

Starts the CONSTRUCT views server on a free localhost port with PID tracking.

Community
Intermediate
mabstructmabstruct

construct-views-build

Builds the CONSTRUCT views SPA with Vite production builds.

Community
Intermediate
mabstructmabstruct

construct-card-connect

Creates, removes, and queries typed connections between knowledge cards via CLI commands.

Community
Intermediate
mabstructmabstruct

construct-workspace-init

Creates a CONSTRUCT domain workspace with canonical knowledge files and directory layout.

Community
Intermediate
mabstructmabstruct

construct-research-cycle

Orchestrates scoped research cycles through a Python capability with human review gates.

Community
Intermediate
mabstructmabstruct

construct-card-archive

Archives knowledge cards by setting lifecycle to archived via the construct knowledge CLI.

Community
Intermediate
mabstructmabstruct

construct-domain-init

Configures research domains by populating domains.yaml and search-seeds.json through an interactive interview.

Community
Intermediate
mabstructmabstruct

construct-search-adjust

Adjusts research search cluster weights, statuses, and terms in search-seeds.json.

Community
Intermediate
mabstructmabstruct

construct-views-scaffold

Scaffolds the CONSTRUCT views SPA from a Vite, React, and Tailwind template.

Community
Intermediate
mabstructmabstruct

construct-spike-run

Runs external graph-analysis tools against isolated workspace copies and captures structured results.

Community
Intermediate
mabstructmabstruct

construct-daily-cycle

Runs a non-blocking daily cycle composing research, curation, and graph-health capabilities into one digest.

Community
Intermediate
mabstructmabstruct

construct-domain-manage

Manages knowledge domains by listing, pausing, resuming, archiving, and editing entries in domains.yaml.

Community
Intermediate
mabstructmabstruct

construct-gap-analysis

Analyzes knowledge graph cards and connections to identify coverage gaps and quality holes.

Community
Intermediate
mabstructmabstruct

construct-graph-status

Generates a knowledge graph health dashboard from CONSTRUCT CLI or MCP status data.

Community
Intermediate
mabstructmabstruct

construct-down

Stops the running CONSTRUCT views server and removes its PID file.

Community
Intermediate
mabstructmabstruct

construct-views-reset

Removes views runtime artifacts to enable a clean re-scaffold of the CONSTRUCT UI.

Community
Intermediate
mabstructmabstruct

construct-curation-cycle

Orchestrates graph maintenance by delegating curation runs to the Python curation capability.

Community
Intermediate
mabstructmabstruct

construct-help

Inspects workspace state and suggests the next knowledge-management action with a command menu.

Community
Intermediate
mabstructmabstruct

construct-bridge-detect

Detects cross-domain connection candidates between knowledge cards and writes them to a JSON log.

Community
Intermediate

Frequently Asked Questions About mabstruct

FAQPage Schema
What 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.