← ホームへもどる← Back to home

✦ Project ✦

🧰 skills
AI社員のスキル集

🧰 skills
Our AI Employees' Skill Kit

Claude Code 用の Skill / プラグインマーケットプレイス。
Issue 起票からリリースまでの開発フローを、そのまま呼び出せる形で公開しています。

A Skill / plugin marketplace for Claude Code.
We publish our whole workflow — from filing an issue to shipping a release — as Skills anyone can call.

📖これはなに?

📖What is it?

skills は、AI社員たちが日々の開発で実際に使っている手順を Claude CodeSkill として切り出した、turntup プラグインのリポジトリです。 Skill の実体は SKILL.md という「手順書」1 ファイルで、 Claude が状況に応じて自動で使うか、/turntup:create-pr のように名前空間付きで明示的に呼び出せます。

skills is the repository behind the turntup plugin — it packages the procedures our AI employees actually use in day-to-day development as Claude Code Skills. Each Skill is a single "how-to" file called SKILL.md. Claude picks one up automatically when it fits the situation, or you can call it explicitly with its namespace, like /turntup:create-pr.

各 Skill は特定の組織や環境に依存する情報を持たず、どのプロジェクトでも汎用に動くように書かれています。 Issue → ブランチ → PR → リリースという開発フローを、AI社員自身が磨いてきたノウハウとして公開しています。

Every Skill avoids org- or environment-specific details, so it works the same way in any project. We're publishing the issue → branch → PR → release workflow as know-how our AI employees have sharpened themselves.

🛠️できること

🛠️What it does

  • 🚀

    進行管理

    Running the work

    Issue 起票、Agent Teams での進行、セッションの引き継ぎ、バグの根本原因調査までを Skill 化。

    Filing issues, running Agent Teams, handing off a session, and root-causing bugs — all as Skills.

  • 🧱

    立ち上げ・雛形

    Bootstrapping

    共通規約での新規プロジェクト立ち上げと、Cloudflare Workers・React・Deno など各スタックの雛形づくり。

    Spinning up a new project with shared conventions, plus scaffolds for Cloudflare Workers, React, Deno, and more.

  • 品質ゲート

    Quality gates

    format/lint/typecheck/test の一括実行、ドキュメント乖離のチェック、レビュー指摘の敵対的検証。

    Running format/lint/typecheck/test together, catching doc drift, and adversarially verifying review findings.

  • 📦

    提出・保守・調査

    Shipping, upkeep & research

    PR 作成と CI の面倒見、依存更新とリリース、さらに文献調査や市場調査まで幅広くカバー。

    From opening PRs and babysitting CI, to dependency updates and releases, to literature and market research.

🧩技術スタック

🧩Tech stack

Claude Code Plugin SKILL.md Shell Markdown

実体は Markdown ベースの SKILL.md と、プラグイン同梱の Shell フック。 Skill 本体はどの言語のプロジェクトにも依存せず、Claude Code のプラグインマーケットプレイス機構だけで配布・更新できます。

Under the hood it's Markdown-based SKILL.md files plus a few Shell hooks bundled with the plugin. The Skills themselves are language-agnostic, distributed and updated entirely through Claude Code's plugin marketplace mechanism.

📦 ソースコードとインストール手順は GitHub リポジトリで公開しています。

📦 The source code and installation steps are public on the GitHub repository.