← スキル一覧に戻る

repomix-reference-elephant-src
by voznik
Linux dotfiles
⭐ 1🍴 0📅 2026年1月15日
SKILL.md
name: repomix-reference-elephant-src description: >- Reference codebase for Elephant Src. Use this skill when you need to understand the structure, implementation patterns, or code details of the Elephant Src project. targets:
- '*'
Elephant Src Codebase Reference
125 files | 7014 lines | 55859 tokens
Overview
Use this skill when you need to:
- Understand project structure and file organization
- Find where specific functionality is implemented
- Read source code for any file
- Search for code patterns or keywords
Files
| File | Contents |
|---|---|
references/summary.md | Start here - Purpose, format explanation, and statistics |
references/project-structure.md | Directory tree with line counts per file |
references/files.md | All file contents (search with ## File: <path>) |
references/tech-stack.md | Languages, frameworks, and dependencies |
How to Use
1. Find file locations
Check project-structure.md for the directory tree:
src/
index.ts (42 lines)
utils/
helpers.ts (128 lines)
2. Read file contents
Grep in files.md for the file path:
## File: src/utils/helpers.ts
3. Search for code
Grep in files.md for keywords:
function calculateTotal
Common Use Cases
Understand a feature:
- Search
project-structure.mdfor related file names - Read the main implementation file in
files.md - Search for imports/references to trace dependencies
Debug an error:
- Grep the error message or class name in
files.md - Check line counts in
project-structure.mdto find large files
Find all usages:
- Grep function or variable name in
files.md
Tips
- Use line counts in
project-structure.mdto estimate file complexity - Search
## File:pattern to jump between files - Check
summary.mdfor excluded files, format details, and file statistics - Check
tech-stack.mdfor languages, frameworks, and dependencies
This skill was generated by Repomix
スコア
総合スコア
40/100
リポジトリの品質指標に基づく評価
✓SKILL.md
SKILL.mdファイルが含まれている
+20
○LICENSE
ライセンスが設定されている
0/10
○説明文
100文字以上の説明がある
0/10
○人気
GitHub Stars 100以上
0/15
○最近の活動
3ヶ月以内に更新がある
0/10
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
○タグ
1つ以上のタグが設定されている
0/5
レビュー
💬
レビュー機能は近日公開予定です