AI Dev Impact Lab JA
← Rankings · AI-RELATED REPO

thesm-os/techne

Atomic, build-gated developer tools for AI coding agents: type-checked refactors, semantic search, and verify→fix loops over MCP, CLI, and TUI.

Go MIT GitHub ↗ site ↗
★ 0
stars
70
AI relevance
35
solo dev
0
tool sigs

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.

🧠 LLM providers (1)
Gemini
🤝 Agent frameworks (1)
MCP
🤖 LLM models (2)
Claude Gemini

GitHub Topics

#ai-tools #ast #claude-code #cli #code-analysis #coding-agent #developer-tools #go #golang #llm #mcp #model-context-protocol #refactoring #static-analysis #tui

Language breakdown (by bytes)

Go
99.8%
Makefile
0.2%

Owner

Account
thesm-os
Type
Organization
Followers
0

Dates

Created on GitHub 2026-05-14
Last push 2026-05-16
First seen here 2026-05-14
Last fetched 2026-05-16 16:11