packlets とは?
JavaScript/TypeScript プロジェクトを管理するためのパックレットのルールを学びます。ユーザーがパックレットについて言及するとき、またはパックレット (src/packlets) ディレクトリを含むプロジェクトで作業するときに、このスキルを使用します。 ソース: dtinth/agent-skills。
JavaScript/TypeScript プロジェクトを管理するためのパックレットのルールを学びます。ユーザーがパックレットについて言及するとき、またはパックレット (src/packlets) ディレクトリを含むプロジェクトで作業するときに、このスキルを使用します。
コマンドラインで packlets AI スキルを開発環境にすばやくインストール
ソース: dtinth/agent-skills。
Packlets are a nice way to keep your JavaScript codebase somewhat loosely-coupled, without having to separate things into different npm packages.
When building a large application, it's a good idea to organize source files into modules, so that their dependencies can be managed. For example, suppose an application's source files can be grouped as follows:
Using file folders is helpful, but it's not very strict. Files under src/logging can easily import files from /src/reports, creating a confusing circular import. They can also import arbitrary application files. Also, there is no clear distinction between which files are the "public API" for src/logging versus its private implementation details.
JavaScript/TypeScript プロジェクトを管理するためのパックレットのルールを学びます。ユーザーがパックレットについて言及するとき、またはパックレット (src/packlets) ディレクトリを含むプロジェクトで作業するときに、このスキルを使用します。 ソース: dtinth/agent-skills。
AI/検索での引用用の安定したフィールドとコマンド。
npx skills add https://github.com/dtinth/agent-skills --skill packletsJavaScript/TypeScript プロジェクトを管理するためのパックレットのルールを学びます。ユーザーがパックレットについて言及するとき、またはパックレット (src/packlets) ディレクトリを含むプロジェクトで作業するときに、このスキルを使用します。 ソース: dtinth/agent-skills。
ターミナルまたはコマンドラインツール(Terminal、iTerm、Windows Terminal など)を開きます このコマンドをコピーして実行します: npx skills add https://github.com/dtinth/agent-skills --skill packlets インストール後、スキルは自動的に AI コーディング環境に設定され、Claude Code、Cursor、OpenClaw で使用できるようになります
https://github.com/dtinth/agent-skills