Habilidades skill-creator
🛠️

skill-creator

Seguro 🌐 Acceso a red📁 Acceso al sistema de archivos⚙️ Comandos externos

実証済みの設計パターンで効果的なAIスキルを作成する

También disponible en: ArtemisAI,ChinchillaEnterprises,AstraBit-CPT,BarisSozen,BenderFendor,Cam10001110101,Joseph OBrien,ComposioHQ,Joseph OBrien,92Bilal26,Doyajin174,Eric Andrade,92Bilal26,Azeem-2,ZhanlinCui,DaoThiHuong2111,BOM-98,DavidDworetzky,langchain-ai,vercel-labs,7Spade,davila7,openai,AbdullahMalik17,7Spade

AIスキルの構築には、効果的に機能させるための慎重な計画と構造化された設計が必要です。このガイドでは、コンテキストを効率的に管理しながらClaudeの機能を拡張するスキルを作成するための実証済みパターンを提供します。

Soporta: Claude Codex Code(CC)
📊 69 Adecuado
1

Descargar el ZIP de la skill

2

Subir en Claude

Ve a Configuración → Capacidades → Skills → Subir skill

3

Activa y empieza a usar

Pruébalo

Usando "skill-creator". Help me create a skill for processing PDF documents

Resultado esperado:

  • Step 1: Understand - Ask about specific PDF tasks (merge, split, extract text)
  • Step 2: Plan - Identify need for scripts/pdf_processor.py and references/docs.md
  • Step 3: Initialize - Run init_skill.py pdf-processor --path ./skills
  • Step 4: Edit - Create Python script for PDF operations, add documentation
  • Step 5: Package - Validate and create .skill file for distribution

Usando "skill-creator". How do I organize a skill that needs to support AWS, GCP, and Azure?

Resultado esperado:

  • Keep SKILL.md lean with provider selection guidance
  • Create separate reference files: aws.md, gcp.md, azure.md
  • Each reference file contains provider-specific patterns
  • Claude loads only the relevant reference when user selects provider

Usando "skill-creator". My SKILL.md is over 1000 lines. What should I do?

Resultado esperado:

  • Split content into separate reference files by topic
  • Keep SKILL.md under 500 lines for efficiency
  • Include table of contents in each reference file
  • Use grep patterns to help Claude find relevant sections

Auditoría de seguridad

Seguro
v5 • 1/16/2026

This skill contains only documentation in SKILL.md. All 99 static findings are false positives caused by the scanner misinterpreting markdown documentation examples as executable code. The skill is purely instructional guidance for creating AI skills with no executable code, network calls, file system modifications, or environment variable access.

2
Archivos escaneados
533
Líneas analizadas
3
hallazgos
5
Auditorías totales

Puntuación de calidad

38
Arquitectura
100
Mantenibilidad
85
Contenido
20
Comunidad
100
Seguridad
91
Cumplimiento de la especificación

Lo que puedes crear

カスタムAIスキルの設計

Claudeの機能を拡張する特定のドメインやワークフロー向けの専門スキルを作成します。

スキル開発の標準化

企業システムと統合するスキルを作成するための一貫したパターンを確立します。

高品質なスキルの公開

実証済みの設計パターンに従い、配布用の効率的で適切に構造化されたスキルを作成します。

Prueba estos prompts

新しいスキルを開始
I want to create a skill for [specific task]. Guide me through the skill creation process step by step.
既存のスキルを最適化
I have a skill that [current functionality]. How can I optimize its structure using progressive disclosure principles?
リソースタイプの選択
For a skill that [skill purpose], should I use scripts, references, or assets? What's the best approach?
大規模コンテンツの管理
My skill documentation is getting very long. How can I split it effectively while maintaining discoverability?

Mejores prácticas

  • SKILL.mdを500行以下に保ち、コンテキスト使用量を最小限に抑える
  • プログレッシブディスクロージャを使用 - 必要な時のみ情報を読み込む
  • descriptionフィールドに明確なトリガーフレーズを含める
  • スキルをパッケージングする前にすべてのスクリプトをテストする

Evitar

  • SKILL.mdとリファレンスファイル間で情報を重複させる
  • READMEやINSTALLガイドなどの補助ドキュメントファイルを作成する
  • スキル作成プロセス自体に関する不要なコンテキストを含める
  • 過度に冗長な指示でコンテキストウィンドウの制限を超える

Preguntas frecuentes

すべてのClaudeバージョンと互換性がありますか?
はい、設計原則はClaude、Codex、Claude Codeの実装全体で機能します。
スキルの最大サイズは?
SKILL.mdは500行以下に保つ必要があります。リファレンスファイルはより大きくできますが、目次が必要です。
スキルに実行可能なコードを含めることはできますか?
はい、scripts/ディレクトリ内のスクリプトは、コンテキストに読み込むことなく必要に応じて実行できます。
スキルが正しくトリガーされることを確認するにはどうすればよいですか?
YAMLフロントマターに、スキルが何をするか、いつ使用するかを含む明確な説明を記述します。
スキルが複数のフレームワークを必要とする場合はどうすればよいですか?
フレームワークごとに個別のリファレンスファイルに整理し、ユーザーの選択に基づいてSKILL.mdからリンクします。
大規模なドキュメントセットを処理するにはどうすればよいですか?
ドメインごとに焦点を絞ったリファレンスファイルに分割し、SKILL.mdに検索用のgrepパターンを含めます。

Detalles del desarrollador

Estructura de archivos

📄 SKILL.md