Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
직접 명령은 검토 Prompt를 거치지 않습니다. 실행하기 전에 소스를 확인하세요.
npx skills add https://github.com/tools-only/X-Skills --skill search명령은 한 줄로 유지됩니다. 복사하기 전에 가로로 스크롤해 전체 내용을 확인하세요.
로컬 사본을 원하시나요? SkillsMP에서 현재 제공할 수 있는 파일을 다운로드하세요.
SKILL.md 표시 중
SOC 직업 분류 기준
| name | search |
| description | Search AI experiments and display formatted results |
| shortcut | sear |
When the user runs /search-exp [query], search through all AI experiments and display formatted terminal results.
Search across these fields:
/search-exp code # Search for "code"
/search-exp tool:ChatGPT # Filter by tool
/search-exp tag:debugging # Filter by tag
/search-exp rating:5 # Filter by rating
/search-exp "python function" # Search phrase
╔══════════════════════════════════════════════════════════════╗
║ AI EXPERIMENTS - SEARCH RESULTS ║
╚══════════════════════════════════════════════════════════════╝
Found 12 experiments matching "code generation"
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
[1] Oct 13, 2:30 PM | ChatGPT o1-preview | ⭐⭐⭐⭐⭐
📝 Prompt:
Write a Python function to calculate Fibonacci numbers recursively
💡 Result:
Provided clean recursive implementation with base cases. Included
time complexity analysis (O(2^n)).
🏷️ Tags: code-generation, python, algorithms
🆔 ID: exp_1697234567890_abc123def
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
[2] Oct 12, 4:15 PM | Claude Sonnet 3.5 | ⭐⭐⭐⭐
📝 Prompt:
Generate TypeScript interfaces from JSON schema
💡 Result:
Created well-typed interfaces with proper nested types and
optional fields.
🏷️ Tags: code-generation, typescript, types
🆔 ID: exp_1697148912345_xyz789abc
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
📊 QUICK STATS
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
Total results: 12 experiments
Average rating: 4.42 ⭐
Most common tool: ChatGPT o1-preview (7 experiments)
Most common tag: code-generation (12 experiments)
Support combined filters:
/search-exp tool:ChatGPT rating:5 tag:python
Parse and apply each filter:
tool:X → Filter by AI toolrating:X → Filter by rating (1-5)tag:X → Filter by tagdate:YYYY-MM-DD → Filter by specific datefrom:YYYY-MM-DD → From dateto:YYYY-MM-DD → To date╔══════════════════════════════════════════════════════════════╗
║ AI EXPERIMENTS - SEARCH RESULTS ║
╚══════════════════════════════════════════════════════════════╝
🔍 No experiments found matching "xyz123"
Try:
• Broadening your search terms
• Checking spelling
• Using /ai-report to see all experiments
• Using different filter criteria
Support sorting with suffix:
/search-exp code :date # Sort by date (newest first)
/search-exp code :rating # Sort by rating (highest first)
/search-exp code :tool # Sort by tool name (alphabetical)
Default to showing 10 results, with pagination hint:
Showing 10 of 45 results. Use filters to narrow down.
Use the list_experiments MCP tool with appropriate filters:
searchQuery for text searchaiTool for tool filterrating for rating filtertags for tag filterdateFrom / dateTo for date rangeFormat output to be readable in terminal with proper spacing and visual hierarchy.