16 skills found
boykush / scrapsThe Wiki-link doc compiler for the LLM era.
mocchalera / compile-timelineRoughCut Agent — Autonomous video editing agent that runs intent → analysis → triage → blueprint → compile → review in one shot
natalie-lang / nataliea work-in-progress Ruby compiler, written in Ruby and C++
kridaydave / file-organizer-devDevelopment guide for the File Organizer MCP server codebase
ash-project / ash_typescriptAutomatic TypeScript type generation for Ash resources and actions
LING71671 / Open-ClaudeCodeResearch archive of Claude Code source and runtime artifacts reconstructed from published npm source maps.
omrikais / skill-managerUnified skill manager for Claude Code and Codex CLI
oboard / claude-code-revRunnable ClaudeCode source code
shariethernet / mcp-sandpipersaasAn MCP server for sandpiper - a TL-Verilog compiler, that outputs SystemVerilog/Verilog
zcaceres / markdownify-mcpA Model Context Protocol server for converting almost anything to Markdown
brandon-fryslie / oscilla-animator-v2Animation compiler with custom type system. Block-graph architecture, typed connections, 4-stage pipeline: parse → validate → optimize → emit.
devhax-heavy-industries / rust.instructionsRust programming language coding conventions and best practices
Nlkomaru / 00_basicユーザーはClaudeよりプログラミングが得意ですが、時短のためにClaudeにコーディングを依頼しています。 2回以上連続でテストを失敗した時は、現在の状況を整理して、一緒に解決方法を考えます。 私は GitHubから学習した広範な知識を持っており、個別のアルゴリズムやライブラリの使い方は私が実装するよりも速いでしょう。ユーザーに説明しながらコードを書きます。
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.
mormorbump / 00_basicfsmによる状態遷移のサンプル
kato-kyo / 027-directory-structure-shared`shared`ディレクトリは、アプリケーション全体で共通して使用される基盤的なコンポーネントを格納する場所です。 このディレクトリは、アプリケーションの最も基本的な部分を構成し、他のモジュールから依存される要素を含みます。 `lib/src/shared/`に配置します。