一键导入
design-search
Full-text search across design documentation. Use when looking for specific topics, decisions, or patterns documented across design docs.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Full-text search across design documentation. Use when looking for specific topics, decisions, or patterns documented across design docs.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
| name | design-search |
| description | Full-text search across design documentation. Use when looking for specific topics, decisions, or patterns documented across design docs. |
| allowed-tools | Read, Grep, Glob, Bash(grep *), Bash(xargs *), Bash(awk *), Bash(head *) |
| context | fork |
| agent | design-doc-agent |
Searches across all design documentation to find relevant content, decisions, and patterns.
This skill provides full-text search across all design docs with filtering, ranking, and contextual results. Use it to quickly locate specific topics, architectural decisions, implementation patterns, or TODO items across the entire design documentation system.
Simple search:
/design-docs:design-search "observability"
Filtered search:
/design-docs:design-search "data flow" --category=architecture
Section-specific:
/design-docs:design-search "performance" --section=Rationale
query - Search query (keywords or phrase)module - Limit to specific modulecategory - Filter by category (architecture, performance, etc.)status - Filter by status (stub, draft, current, etc.)section - Search only in specific sectionscontext - Lines of context to show (default: 2)High-level search process:
For detailed implementation steps, see supporting documentation below.
When you need detailed information, load the appropriate supporting file:
See instructions.md for:
Load when: Performing search or need implementation details
See query-syntax.md for:
Load when: Performing complex searches or need query syntax reference
See filter-options.md for:
Load when: Applying filters, ranking results, or need filtering details
See examples.md for:
Load when: User needs examples or clarification on search usage
INFO: No matches found for "{query}"
Suggestions:
- Try broader search terms
- Remove filters
- Check spelling
- Search for related terms
WARNING: {count} results found (showing top 20)
Suggestions:
- Add filters (module, category, status)
- Use more specific search terms
- Search in specific section
ERROR: Invalid {filter-name}: "{value}"
Valid values: {valid-list}
Works well with:
/design-docs:design-review - Review docs found in search/design-docs:design-validate - Validate docs found/design-docs:design-link - See relationships between search results/design-docs:design-update - Update docs found in searchA successful search:
Generate cross-reference graph showing relationships between design documents. Use when visualizing doc dependencies, finding related docs, or understanding documentation structure.
Validate design doc structure and frontmatter. Use when checking design docs for compliance, ensuring proper formatting, or verifying metadata before commits.
Comprehensive quality audit for CLAUDE.md context files. Use when performing thorough quality checks, preparing for releases, ensuring context efficiency, or verifying token optimization.
Style rules for LLM context files (CLAUDE.md, AGENTS.md and their .local variants). Fires automatically when these files are opened. Enforces on-demand loading patterns, proper @-reference syntax and lean context structure.
Split large CLAUDE.md into child files. Use when context files exceed word limits, are too verbose, or cover multiple distinct topics that should be separate.
Validate CLAUDE.md structure, formatting, and quality. Use when checking context files for compliance, ensuring proper structure, or verifying before commits.