Tag: claude-code
Automated Knowledge Mining from Code Sessions
The miner daemon runs in the background, automatically extracting knowledge from newly completed Claude Code sessions. It polls every 60 seconds to process settled transcripts, ensuring continuous knowledge capture without manual interventi…
Mine all historical Claude Code sessions
This tool systematically mines all historical Claude Code sessions, including pre-installation data, to extract comprehensive knowledge. It also activates an ongoing miner daemon to automatically process new sessions as they occur.
Retrieve Codex Bridge Artifact Metadata
Retrieves the latest metadata from the Codex bridge, including execution mode, timestamp, exit status, and artifact paths. This allows for auditing recent bridge executions and locating generated artifacts.
Codex Code Review Bridge
Executes Codex reviews against uncommitted changes, specific branches, or commits using the Claude Code bridge. Supports targeted analysis by passing focus areas via prompts.
Persistent memory for Claude Code
Provides Claude Code with persistent memory across sessions by extracting durable lessons, decisions, and bug fixes into markdown files. It enables the retrieval of relevant context at the start of each new session.
Automated Claude Code Session Knowledge Extraction
A background daemon that automatically extracts knowledge from completed Claude Code sessions. It polls for new session transcripts and processes them after they have concluded.
Mining Claude Code Session History
Extracts knowledge from all historical Claude Code sessions, including those predating installation. It also initiates a background daemon to automatically mine new sessions as they occur.
Web Search and Claim Verification Skill
An agentic skill for Claude Code enabling real-time web searching, page browsing, and evidence-aware claim verification. It supports multiple search engines and includes features for bypassing blocked pages and generating structured evidenc…
Persistent Context Memory for Claude Code
Provides a mechanism to save and search Claude Code sessions, ensuring that decisions, code snippets, and context persist across conversations. It allows developers to retrieve structured summaries and key conversation details using natural…
Autonomous Coding Agent for Background Development
This skill delegates complex coding tasks such as feature builds, PR reviews, and large refactors to background workers like Claude Code, Codex, or OpenCode. It manages long-running processes and provides mechanisms for monitoring and inter…
Agent Fleet Supervisor for Claude Code
A meta-agent supervisor designed to manage a fleet of Claude Code agents within individual tmux windows and worktrees. It automates agent spawning, monitors progress via checkpoints, and handles the lifecycle of worktrees and integration te…
Claude Skill Definition Auditor
Audits .claude/skills/ definitions for frontmatter correctness, trigger clarity, and progressive disclosure hygiene. It identifies redundancy and gap candidates, automatically generating board tasks for all identified issues.
Claude Configuration Security Auditor
Performs a security audit of the .claude/ configuration layer to identify leaked secrets, overly broad permissions, and vulnerable hook scripts. It evaluates MCP server tool exposure and dangerous agent instructions, automatically generatin…
Core Instruction Layer Review Protocol
Audits CLAUDE.md, rule files, and settings hooks for size, staleness, and cross-reference integrity. It identifies redundancies and alignment issues, automatically generating board tasks for any discovered discrepancies.
Claude Code Memory Audit Skill
Audits the Claude Code auto-memory directory to ensure index integrity, validate frontmatter, and identify stale or duplicate entries. It automatically generates board tasks for findings such as uncaptured patterns or rule-promotion candida…
Memgraph Agent Context Graph for Claude Code
This skill enables the capture of Claude Code activity into a Memgraph graph database by installing runtime hooks and event connectors. It facilitates the monitoring and verification of event flows from the Claude Code runtime to the graph.
Configure scan-mcp MCP server
Automates the configuration of the scan-mcp MCP server within Claude Code's global configuration. It performs preflight checks for dependencies like SANE and TIFF tools, then updates the Claude Code config file with the necessary server set…
Initialize repo-graph project structure
Automates the initial setup of repo-graph by generating project graphs, configuring MCP settings, and updating CLAUDE.md orientation blocks.
Set up Wren Engine MCP via Docker
Deploy the Wren Engine MCP server using Docker and register it with AI clients like Claude Code via streamable-http. The workflow includes mounting a local workspace and configuring database connection details through a Web UI.