mirror of
https://github.com/semantica-agi/semantica.git
synced 2026-08-29 04:26:20 +00:00
Add a Cite Us section to the README with BibTeX citation info, and align it with docs/citation.md (author/organization: Semantica, 2026). Update LICENSE and docs/project-license.md copyright holder to Semantica, and replace the stale Hawksight-AI GitHub org slug with semantica-agi across READMEs, plugin manifests, cookbook notebooks, and GitHub templates.
Semantica — Windsurf Plugin
v0.4.0 — Adds all 17 Semantica skills, 3 agents, and hook configuration to Windsurf.
MCP Server Setup (recommended)
Add to your Windsurf MCP config (~/.codeium/windsurf/mcp_config.json):
{
"mcpServers": {
"semantica": {
"command": "python",
"args": ["-m", "semantica.mcp_server"]
}
}
}
Windsurf will have access to all 17 Semantica skills (extract, record_decision, query_decisions, find_precedents, get_causal_chain, add_entity, add_relationship, run_reasoning, get_graph_analytics, export_graph, and more) directly in the AI panel.
Skills
All 17 skills under plugins/skills/ are available as slash commands once the plugin is loaded:
extract · ingest · query · ontology · validate · deduplicate · embed · reason · decision · causal · temporal · provenance · policy · explain · export · change · visualize
Knowledge Explorer
semantica-explorer --graph my_graph.json --port 8000
Open http://localhost:5174 for the interactive graph dashboard.
Requirements
- Python 3.10+
pip install semantica