skill-creator とは?
効果的なクロードスキルを作成するためのガイド。このスキルは、ユーザーが専門知識、ワークフロー、またはツールの統合によってクロードの機能を拡張するスキルを作成 (または更新) する場合に使用する必要があります。 ソース: sammcj/agentic-coding。
効果的なクロードスキルを作成するためのガイド。このスキルは、ユーザーが専門知識、ワークフロー、またはツールの統合によってクロードの機能を拡張するスキルを作成 (または更新) する場合に使用する必要があります。
コマンドラインで skill-creator AI スキルを開発環境にすばやくインストール
ソース: sammcj/agentic-coding。
Skills are modular, self-contained packages that extend Claude's capabilities by providing specialised knowledge, workflows, and tools. Think of them as "onboarding guides" for specific domains or tasks - they transform Claude from a general-purpose agent into a specialised agent equipped with procedural knowledge that no model can fully possess.
Understanding how skills work helps you design more effective ones:
Skills are prompt-based context modifiers, not executable code. When a skill is invoked, it doesn't execute actions directly. Instead, it:
効果的なクロードスキルを作成するためのガイド。このスキルは、ユーザーが専門知識、ワークフロー、またはツールの統合によってクロードの機能を拡張するスキルを作成 (または更新) する場合に使用する必要があります。 ソース: sammcj/agentic-coding。
AI/検索での引用用の安定したフィールドとコマンド。
npx skills add https://github.com/sammcj/agentic-coding --skill skill-creator効果的なクロードスキルを作成するためのガイド。このスキルは、ユーザーが専門知識、ワークフロー、またはツールの統合によってクロードの機能を拡張するスキルを作成 (または更新) する場合に使用する必要があります。 ソース: sammcj/agentic-coding。
ターミナルまたはコマンドラインツール(Terminal、iTerm、Windows Terminal など)を開きます このコマンドをコピーして実行します: npx skills add https://github.com/sammcj/agentic-coding --skill skill-creator インストール後、スキルは自動的に AI コーディング環境に設定され、Claude Code、Cursor、OpenClaw で使用できるようになります
https://github.com/sammcj/agentic-coding