← スキル一覧に戻る

prime
by ashneyderman
Yet another agentic workflow :-)
⭐ 0🍴 0📅 2026年1月19日
SKILL.md
name: prime description: Understand the codebase structure and setup the project params: []
Prime
Execute the following steps to understand the codebase structure, then summarize your understanding.
Instructions
This skill takes no parameters. It primes the agent with knowledge about the project.
- List Project Files: Run
git ls-filesto see all tracked files in the project - Read README: Read the
README.mdfile in the root of the project- If
README.mdis not found, report "README.md not found"
- If
- Validate Prerequisites:
- If section
## pre-requisitesor## prerequisitesexists in README.md:- Execute all commands in that section to validate the prerequisites are satisfied
- Else: Report "section ## pre-requisites not found"
- If section
- Run Installation:
- If section
## installationexists in README.md:- Execute all commands in that section
- Else: Report "section ## installation not found"
- If section
- Build Project:
- If section
## buildexists in README.md:- Execute all commands in that section
- Else: Report "section ## build not found"
- If section
Summary Format
After completing all steps, provide a summary that includes:
- Project name and description
- Programming language(s) and frameworks used
- Key directories and their purposes
- Build system and tools
- Prerequisites status (all met or issues found)
- Installation status (successful or issues)
- Build status (successful or issues)
- Any important patterns or conventions observed
Example Output
Project: MyApp
Language: Python 3.11
Framework: FastAPI
Structure:
- src/ - Application source code
- tests/ - Test files
- docs/ - Documentation
Prerequisites: ✓ All satisfied (Python 3.11, uv installed)
Installation: ✓ Completed successfully
Build: ✓ No build step required
Key Conventions:
- Uses uv for dependency management
- Tests use pytest framework
- API routes in src/routes/
スコア
総合スコア
50/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
レビュー
💬
レビュー機能は近日公開予定です