SkillAgentSearch skills...

wikifier

Agent-first, zero-dependency, self-maintaining codebase documentation & change tracking system. LLM-operated wiki with health matrix, semantic record-change, heartbeat monitor, and static dashboard.

Install / Use

claude mcp add IronAdamant -- npx -y github:IronAdamant/wikifier

If the server publishes to npm under a different name, use that package instead — check the repo README.

About this skill
🔌

MCP Server

Model Context Protocol server

Quality Score

48/100

Category

Automation

Supported Platforms

Claude Code
Claude Desktop

.mcp.json

Project-level MCP server registration file for Grok Build (and compatible clients).

Purpose

  • Registers the Wikifier MCP server (wikifier-mcp) so it is automatically discoverable when opening this project in Grok Build.
  • Enables agents to use Wikifier's rich toolset (dependency intelligence, health matrix, record-change, etc.) directly as MCP tools instead of shelling out.

Location

  • Root of the Wikifier project.

Format

Standard MCP configuration:

{
  "mcpServers": {
    "wikifier": {
      "command": "/home/aron/.local/bin/wikifier-mcp",
      "args": []
    }
  }
}

Notes

  • This file is itself monitored by Wikifier (added to monitored_paths.txt).
  • Changes to this file should be recorded via record-change.
  • Complements the legacy skills/run.md contract.

Related Skills

View on GitHub
GitHub Stars0
CategoryAutomation
UpdatedNaNy ago
Forks0

Security Score

68/100

Audited on Invalid Date

2 medium1 low