ai-maestro-documentation-search
ドキュメントの能動的な検索
開発者は、慣れていないコードを扱う際に、既存の実装を見逃したり、誤った関数シグネチャを使用したりすることがよくあります。このスキルは、実装前にドキュメントの能動的な検索を義務付け、エラーを減らし、確立されたパターンとのコード整合性を確保します。
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 "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
SeguroThis 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.
Factores de riesgo
⚡ Contiene scripts
🌐 Acceso a red
📁 Acceso al sistema de archivos
🔑 Variables de entorno
⚙️ Comandos externos
Puntuación de calidad
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
複数のリポジトリ間でドキュメントを検索できますか?
ドキュメントはリアルタイムで更新されますか?
どのようなプログラミング言語がサポートされていますか?
コードやドキュメントは外部サーバーに送信されますか?
ドキュメントが見つからない場合はどうなりますか?
コード検索ツールとどう異なりますか?
Detalles del desarrollador
Estructura de archivos
📄 SKILL.md