SUMMARY AI summary by gpt-5-mini
Techne is a toolbox of atomic, type-checked developer operations for editing code programmatically or interactively. It exposes ~25 focused tools (search, rename, refactor, move, extract, patch, verify, etc.) over MCP (Model Context Protocol) so LLM agents (Claude, Gemini, Copilot) can perform project-wide, build-verified edits in one round-trip. The same operations are available to human users via CLI and TUI. Primary users: LLM-driven agents and developers who want IDE-like, automated refactors at language-model latency. Key features: - Go-first toolset with ops like rename, change_signature, change_type, move_file/package, extract_function/interface, implement_interface, verify, search, callers/references. - Filesystem primitives (patch, grep, read/write/move/delete) and stubs for Rust/Python/JS/TS. - Strong invariants: type-checked (uses go/types), workspace-aware, atomic (all-or-nothing with rollback), build-gated (go vet/build before commit), honest dry-runs via overlays, JSON-Schema I/O, and adjustable verbosity. - Runs as an MCP server or CLI; installable via go install.
DETECTED Detected AI stack
AI-related keywords found in this repo's description, topics, or README summary — grouped by category. Each badge links to the corresponding ranking detail page.
GitHub Topics
Language breakdown (by bytes)
Why this is classified AI-related
The AI relevance score checks four places for AI keywords and adds the weight of each one that matches. Full methodology
Total AI relevance score: 70 / 100
Position among AI repos in the same language
We track 513 Go repos, of which 411 score 40 or above on AI relevance. 189 have more stars than this one (top 37.0%), and 71 score higher (top 14.0%).
Owner
Dates
| Created on GitHub | 2026-05-14 |
| Last push | 2026-07-20 |
| First seen here | 2026-05-14 |
| Last fetched | 2026-08-18 16:19 |
Similar repos (same language)
Turn documents into AI-ready Markdown with visual understanding
thousandflowers/skillreaperCut context bloat in your AI-agent stack: find and safely prune unused skills, MCP servers and subagents from real transcript evidence
cocoonstack/sandboxFast cold-boot MicroVM sandboxes for AI agents on cocoon
MagnumGoYB/aitokOffline-first Go CLI for summarizing local token usage and estimated USD costs from Claude Code, Codex, and Gemini CLI.
jiangmuran/claude-in-boxPortable Claude Code dev environment in a Docker container — multi-session, hook-driven, web-managed, with transparent SOCKS5. Runs on a Raspberry Pi.
anthony-chaudhary/fakfak — the Fused Agent Kernel: one Go binary that turns a tool-using agent (Claude Code, Codex, Cursor, any OpenAI/Anthropic/MCP client) into a managed agent: cache-stable model traffic, context compaction + crash resume, nanosecond tool-call policy, local GGUF serving with SSD expert offload.
housecat-inc/scratchSetup for Agent Computers
kovyrin/agent-secretA simple MacOS helper for safer exposure of secrets to your agents