18 skills found
Nlkomaru / codingNikomaru Portfolio (WIP)
seekrays / seekcodeA clean and efficient code snippet and clipboard management tool designed for developers
tninja / aider.elAI assisted programming in Emacs with Aider
crepererum-oss / common-sense-coderAn LSP-MCP bridge for code assistants.
MatthewZMD / aidermacsAI Pair Programming in Emacs with Aider
shenlian19831109 / progmune-runtimeProgmune Runtime — Program Immunology: A constraint-guided program synthesis runtime for verifiable AI-generated code
rohitg00 / ai-engineering-from-scratchLearn it. Build it. Ship it for others.
h7lu / RiMCP_hybridRimworld Coding RAG MCP server
chunkhound / chunkhoundLocal first codebase intelligence
devhax-heavy-industries / rust.instructionsRust programming language coding conventions and best practices
aahlijia / dekkoStatic code map generator (MAP.md + map.json) powered by tree-sitter — a Claude Code /map plugin and MCP server that gives coding agents call graphs, file outlines, and impacted-test lookups without spending tokens on parsing.
drjuliancucalon-droid / siso-codingMigrado desde jqklony/siso-appultimo
depwire / depwireThe missing context layer for AI-assisted refactoring
Nlkomaru / 02_codingWeb app for recoloring hair and clothing in images by editing color palettes.
PDgit12 / knitbrainThe local-first brain for coding agents: project memory + workflow intelligence + lossless ~50% context savings. MCP server + LLM proxy, zero cloud.
go-nunu / nunuA CLI tool for building Go applications.
Consiliency / Code-Index-MCPCode indexing MCP server to provide context to coding agents.
kyouyap / python- **最初に型とインターフェース(関数のシグネチャ)を考える** Python では、PEP 484 に基づく型ヒントや `typing.NewType`、`Protocol` を活用して、処理対象の型と関数のシグネチャを設計します。