Habilidades ai-maestro-documentation-search
📚

ai-maestro-documentation-search

Seguro ⚡ Contiene scripts🌐 Acceso a red📁 Acceso al sistema de archivos🔑 Variables de entorno⚙️ Comandos externos

ドキュメントの能動的な検索

開発者は、慣れていないコードを扱う際に、既存の実装を見逃したり、誤った関数シグネチャを使用したりすることがよくあります。このスキルは、実装前にドキュメントの能動的な検索を義務付け、エラーを減らし、確立されたパターンとのコード整合性を確保します。

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 "ai-maestro-documentation-search". Search documentation for user authentication

Resultado esperado:

  • Found 3 relevant documents:
  • • authenticateUser() - Function to validate user credentials
  • • AuthController - Class handling all auth endpoints
  • • JWT tokens - Guide for token-based authentication
  •  
  • Key patterns: Password hashing with bcrypt, JWT expiration at 24h

Usando "ai-maestro-documentation-search". How do I implement a new API endpoint?

Resultado esperado:

  • Searching docs for API patterns...
  • Found 2 relevant class documents:
  • • BaseController - Parent class with before_action and response helpers
  • • ApiResponse - Wrapper class for consistent JSON responses
  •  
  • Key patterns: Use ApiResponse.format() for all responses, inherit from BaseController

Usando "ai-maestro-documentation-search". Find database connection patterns

Resultado esperado:

  • Found 4 documentation matches:
  • • Database - Connection manager class with pooling config
  • • QueryBuilder - Fluent interface for building queries
  • • migrations - Guide for creating new migrations
  • • connection-pooling - Configuration guide
  •  
  • Important: Always use transactions for multi-statement operations

Auditoría de seguridad

Seguro
v3 • 1/16/2026

This is a prompt-based documentation skill containing only SKILL.md. No executable code, no filesystem access beyond its own directory, no external network calls. The skill provides documentation search behavior instructions to agents. All 74 static findings are FALSE POSITIVEs: shell examples in documentation are not executable code, 'hash' and 'tree' strings are not crypto algorithms, and the localhost URL is legitimate API documentation.

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

Factores de riesgo

⚡ Contiene scripts
No se registraron ubicaciones específicas
🌐 Acceso a red
No se registraron ubicaciones específicas
📁 Acceso al sistema de archivos
No se registraron ubicaciones específicas
🔑 Variables de entorno
No se registraron ubicaciones específicas
⚙️ Comandos externos
No se registraron ubicaciones específicas

Puntuación de calidad

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

Lo que puedes crear

シグネチャ不一致の予防

なじみのないAPIを呼び出す前に、関数シグネチャを検索して、ランタイムエラーと型の不一致を回避します。

ドキュメント優先ワークフローの適用

コードを実装する前に、確立されたパターンに従って、ユーザーの指示について自動的にドキュメントを検索します。

既存パターンの確認

新しい実装を提案する前に、パターンの一貫性を維持するためにドキュメントを確認します。

Prueba estos prompts

関数の検索
Search documentation for [FunctionName] to understand its parameters and return type.
キーワードでの検索
Search documentation using keyword mode for [term] to find exact matches.
タイプでの検索
Find all [class|function|module] documentation to understand the codebase structure.
コンセプトの検索
Search documentation semantically for [authentication|validation|error-handling] to find related patterns.

Mejores prácticas

  • 新しいコード機能を実装する前に、常にドキュメントを検索する
  • 概念的に関連するドキュメントを見つけるためにセマンティック検索を使用する
  • 包括的な結果を得るためにキーワード検索とセマンティック検索を組み合わせる

Evitar

  • タスクが简单そうだからドキュメント検索をスキップする
  • ドキュメントを確認せずに関数シグネチャを推測する
  • 既存パターンがないか確認せずに機能を実装する

Preguntas frecuentes

複数のリポジトリ間でドキュメントを検索できますか?
各リポジトリは、docs-index.shを使用して個別にドキュメントをインデックス化する必要があります。インデックスはエージェントごとに保存されます。
ドキュメントはリアルタイムで更新されますか?
いいえ。コード変更後にdocs-index.shを実行して、新しいドキュメントで検索インデックスを更新する必要があります。
どのようなプログラミング言語がサポートされていますか?
ドキュメントコメント(JSDoc、docstring、RDoc、TypeScriptインターフェース)を持つ任意の言語をインデックス化できます。
コードやドキュメントは外部サーバーに送信されますか?
いいえ。すべてのドキュメントはローカルに残ります。このスキルはlocalhost上のローカルAI Maestroインスタンスのみをクエリします。
ドキュメントが見つからない場合はどうなりますか?
ドキュメントが見つからなかったことをユーザーに通知し、コード分析を続行しますが、ドキュメントの追加が必要であることに注意してください。
コード検索ツールとどう異なりますか?
これはドキュメントを検索するものであり、コードを検索するものではありません。概念的な説明、使用例、APIコントラクトを見つけます。

Detalles del desarrollador

Estructura de archivos

📄 SKILL.md