18 skills found
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.
kyouyap / 00_basicユーザーはRooよりプログラミングが得意ですが、時短のためにRooにコーディングを依頼しています。 2回以上連続でテストを失敗した時は、現在の状況を整理して、一緒に解決方法を考えます。 私は GitHub
char5742 / 00_basicユーザーはRooよりプログラミングが得意ですが、時短のためにRooにコーディングを依頼しています。 2回以上連続でテストを失敗した時は、現在の状況を整理して、一緒に解決方法を考えます。 私は GitHub
go-nunu / nunuA CLI tool for building Go applications.
Nlkomaru / 02_coding- styleを記述する際は、ディレクトリに応じて、技術スタックで記載されているCSSライブラリの記法で記述してください。 - 常に既存コードの設計や記法を参考にしてください。。
mizchi / 00_basicユーザーはRooよりプログラミングが得意ですが、時短のためにRooにコーディングを依頼しています。 2回以上連続でテストを失敗した時は、現在の状況を整理して、一緒に解決方法を考えます。 私は GitHub
universal-tool-calling-protocol / code-mode🔌 Plug-and-play library to enable agents to call MCP and UTCP tools via code execution.
niloykumarbarman / php-hooksPHP hooks extending common rules
htdt / godogenAutonomous game development for Godot, Bevy, and Babylon.js with Claude Code and Codex
callmehuyv / chrome-local-mcpA local Chrome browser automation MCP server for Claude Code, powered by Puppeteer
noriaki / 00_basicユーザはプログラミングが得意ですが、時短のために私にコーディングを依頼しています。 2回以上連続でテストを失敗した時は、現在の状況を整理して、一緒に解決方法を考えます。 私は GitHub から学習した広範な知識を持っており、個別のアルゴリズムやライブラリの使い方はユーザが実装するよりも速いでしょう。テストコードを書いて動作確認しながら、ユーザに説明しながらコードを書きます。
kyouyap / python- **最初に型とインターフェース(関数のシグネチャ)を考える** Python では、PEP 484 に基づく型ヒントや `typing.NewType`、`Protocol` を活用して、処理対象の型と関数のシグネチャを設計します。
takashicompany / playcallerAn MCP server for Unity that lets AI verify implementations by performing tap, drag, and flick operations on the Game View.
mormorbump / 00_basicfsmによる状態遷移のサンプル
chunkhound / chunkhoundLocal first codebase intelligence
depwire / depwireThe missing context layer for AI-assisted refactoring
noriaki / 02_gitこのドキュメントでは、開発サイクルとしてのブランチ管理の方法と、コミットとプルリクエストの作成に関するベストプラクティスを説明します。 開発サイクルとして GitHub Flow を採用します。main ブランチにマージ済みの feature ブランチはローカルとリモートの両方とも削除します。