SUMMARY AI summary by gpt-5-mini
このリポジトリは Claude Code 用のカスタム skill を管理するためのものです。各 skill は skills/ 配下のサブフォルダに独立して配置され、SKILL.md が主指令ファイル(frontmatter に name と description を必須で含む)として機能します。補助資料は任意で references/ に置けます。pack.sh(scripts/pack.sh)で skills/ 以下の各フォルダを走査し、dist/<name>.skill にパッケージ化します(dist/ は .gitignore 想定)。インストールは生成した .skill ファイルを Claude Code の skills ディレクトリへ置くか、フォルダを .claude/skills/ に直接コピーします。 新しい skill 作成手順は、skills/ にフォルダを作り SKILL.md を作成、必要なら references/ を追加し pack.sh を実行するだけです。現状のサンプルとして、Git のコミットメッセージ規約を強制する git-commit-spec、ノートの書式ルールを定める note-style、ステータスラインをインストール/同期する claude-statusline が含まれます。開発者や Claude Code の動作をカスタマイズしたいユーザー向けの構成管理ツールです。
AI Coding Tools Used
This repository contains config files from these AI coding tools, indicating AI-assisted development.
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.
Language breakdown (by bytes)
Owner
Dates
| Created on GitHub | 2026-05-07 |
| Last push | 2026-05-09 |
| First seen here | 2026-05-09 |
| Last fetched | 2026-05-09 18:13 |
Similar repos (same language)
Multi-LLM cross-review workflow for Claude Code. /work orchestrates plan/implement/bug-fix with 3 different model families voting on every gate.
Cyrene963/hermes-patchesHermes Agent 社区补丁合集 - Community patches for Hermes Agent
tenondecrpc/cc-statuslineClaude Statusline: a lightweight Bash + jq statusline for Claude Code with model, context, rate limit, git/worktree, cost, duration, and install/uninstall support. No heavy runtime required.
JinPLu/agent-roundtableAgent Roundtable — a local, file-based substrate for multi-agent work. Humans, Cursor chat, Codex (codex exec) and Claude Code (claude -p) take turns on one shared THREAD.md under your repo so you can plan, execute, review, and discuss without losing context or locking in to a single CLI.
jasper0507/idea-harnessPut a harness on AI before it guesses. Clarifies vague app ideas into precise requirements via Socratic questioning. Works with Claude Code / Cursor / Codex / Hermes / OpenClaw.
ryga-test/playwright-ai-workflow-playgroundAI-driven E2E testing with Playwright. An 8-step slash-command pipeline that discovers UI snapshots, generates POM, drafts GWT test specs, runs Playwright tests, and self-heals knowledge — all with human approval gates for quality control.
walidboulanouar/ay-frameworkAgent swarm framework for Claude Code. Plan, build, review, test, ship -- with human-in-the-loop gates.
itchernetski/claude-code-token-watchClaude Code hooks that warn when a session starts burning tokens on repeated Reads, recursive greps, or WebFetch streaks