skill-creator
実証済みの設計パターンで効果的な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の機能を拡張するスキルを作成するための実証済みパターンを提供します。
Descargar el ZIP de la skill
Subir en Claude
Ve a Configuración → Capacidades → Skills → Subir skill
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
SeguroThis 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.
Factores de riesgo
🌐 Acceso a red (1)
📁 Acceso al sistema de archivos (1)
⚙️ Comandos externos (54)
Puntuación de calidad
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バージョンと互換性がありますか?
スキルの最大サイズは?
スキルに実行可能なコードを含めることはできますか?
スキルが正しくトリガーされることを確認するにはどうすればよいですか?
スキルが複数のフレームワークを必要とする場合はどうすればよいですか?
大規模なドキュメントセットを処理するにはどうすればよいですか?
Detalles del desarrollador
Autor
CesarAugustusGroBLicencia
Complete terms in LICENSE.txt
Repositorio
https://github.com/CesarAugustusGroB/SHINOBI-WAY-the-inifinite-tower/tree/main/.claude/skills/skill-creatorRef.
main
Estructura de archivos
📄 SKILL.md