← Back to list

new-project
by glennmatlin
⭐ 0🍴 0📅 Jan 17, 2026
SKILL.md
name: new-project description: Create a new project page to showcase research projects, side projects, or open-source work. Use when adding portfolio items. allowed-tools: Write, Bash(mkdir:*)
Adding a New Project
Instructions
When creating a project page:
-
Generate the slug:
- Use the project name, lowercase with hyphens
- Example: "flame-benchmark" or "ml-toolkit"
-
Create directory structure:
projects/<slug>/ ├── index.qmd └── featured.png (project thumbnail/screenshot) -
Create index.qmd with frontmatter:
--- title: "Project Name" description: "One-line description for listings" date: YYYY-MM-DD categories: [Research, Open Source, Tool, etc.] image: featured.png # Project links github: "https://github.com/username/repo" demo: "https://demo-url.com" docs: "https://docs-url.com" # Project status status: "Active" # Active, Completed, Archived, In Development # Technologies used tech: [Python, PyTorch, React, etc.] # Featured on homepage? featured: true --- -
Structure the content:
Brief project overview (2-3 sentences)... ## Overview More detailed description of what the project does and why it matters. ## Features - Key feature 1 - Key feature 2 - Key feature 3 ## Getting Started ```bash pip install project-nameLinks
Related Publications
If applicable, link to related papers.
Project Categories
Common categories:
Research- Academic research projectsOpen Source- Open-source tools/librariesTool- Utilities and developer toolsDemo- Interactive demonstrationsData- Datasets or data projectsWeb- Web applicationsML- Machine learning projects
Featured Image Guidelines
- Size: 1200x630px (social sharing friendly)
- Format: PNG for screenshots, JPG for photos
- Content: Screenshot, diagram, or project logo
- Keep under 500KB
Example
File: projects/flame/index.qmd
---
title: "FLAME"
description: "Financial Language Model Evaluation framework for benchmarking LLMs"
date: 2024-03-01
categories: [Research, ML, Open Source]
image: featured.png
github: "https://github.com/gmatlin/flame"
status: "Active"
tech: [Python, PyTorch, Hugging Face]
featured: true
---
FLAME is a comprehensive evaluation framework designed to assess the capabilities
of large language models on financial domain tasks...
Score
Total Score
60/100
Based on repository quality metrics
✓SKILL.md
SKILL.mdファイルが含まれている
+20
✓LICENSE
ライセンスが設定されている
+10
○説明文
100文字以上の説明がある
0/10
○人気
GitHub Stars 100以上
0/15
○最近の活動
3ヶ月以内に更新がある
0/10
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
○タグ
1つ以上のタグが設定されている
0/5
Reviews
💬
Reviews coming soon