← Back to list

link-project
by whanyu1212
A personal knowledge repository focused on deliberate practice, featuring first-principles implementations and structured technical documentation.
⭐ 3🍴 0📅 Jan 15, 2026
SKILL.md
name: link-project description: Add project repository links to PROJECTS.md when user mentions completing, starting, or sharing a hands-on project. Use when user references external repos or implementation work. allowed-tools: Read, Edit
Link Project
When the user mentions a project repository they've built:
Instructions
-
Read the current PROJECTS.md file
-
Determine the appropriate category:
- Machine Learning - Classic ML algorithms, supervised/unsupervised learning
- Deep Learning - Neural networks, computer vision, NLP models
- AI Engineering - LLM applications, agents, RAG systems
- ML Systems & Production - MLOps, deployment, monitoring, data pipelines
- Software Engineering - General software projects, tools, libraries
- Other - Anything that doesn't fit above
-
Add the project link in format:
- [Project Name](repo-url) - Brief description of what it does/demonstrates -
Maintain organization:
- Group by category (create category header if it doesn't exist)
- Within each category, newest projects at the bottom
- Keep descriptions concise (one line)
Examples
## Deep Learning
- [CNN Image Classifier](https://github.com/user/cnn-classifier) - From-scratch CNN implementation for CIFAR-10
- [Transformer from Scratch](https://github.com/user/transformer) - Educational implementation of attention mechanism
## AI Engineering
- [RAG Document QA](https://github.com/user/rag-qa) - Retrieval-augmented generation system with vector database
Edge Cases
- If PROJECTS.md is empty: Create basic structure with category headers
- If project fits multiple categories: Use primary category or ask user
- If repo URL not provided: Ask user for the link
- If description not clear: Ask user what the project demonstrates
Score
Total Score
75/100
Based on repository quality metrics
✓SKILL.md
SKILL.mdファイルが含まれている
+20
✓LICENSE
ライセンスが設定されている
+10
✓説明文
100文字以上の説明がある
+10
○人気
GitHub Stars 100以上
0/15
✓最近の活動
1ヶ月以内に更新
+10
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
✓タグ
1つ以上のタグが設定されている
+5
Reviews
💬
Reviews coming soon

