← Back to list

loop-page-creator
by Kang-chen
⭐ 0🍴 0📅 Jan 22, 2026
SKILL.md
name: loop-page-creator description: Creates Loop Page documents following company SOP standards. Use when user wants to create a new Loop page, meeting record, project document, or any documentation following company's Loop workspace conventions. Triggers on keywords like "Loop", "SOP", "create document", "meeting record", "project doc", or when user needs team documentation.
Loop Page Creator
Create documents for Microsoft Loop workspace following company standards.
Quick Start
- Determine document type from user request
- Load appropriate template from
assets/templates/ - Fill in content based on user input
- Output markdown with Loop command markers
Document Types and Templates
| Type | Tag | Template | Use Case |
|---|---|---|---|
| General Doc | [Doc] | assets/templates/doc-template.md | Architecture, guides, knowledge |
| Procedure | [SOP] | assets/templates/sop-template.md | Step-by-step operations |
| Event Record | [Log] | assets/templates/log-template.md | Migrations, incidents, meetings |
| Reference | [Ref] | Use doc-template | Dictionaries, error codes |
| Work in Progress | [Draft] | Any template | Incomplete documents |
Workflow
Step 1: Identify Requirements
From user input, determine:
- Document type → Select template
- Target location → Module/Entity/Perspective structure
- Content → Abstract, body, metadata
Step 2: Generate Content
Load template and replace placeholders:
> 💡 Abstract
>
> [Generated summary based on user input]
<!-- LOOP: Type /Table of contents here -->
# 1. Context & Goal
[Generated content...]
Step 3: Output with Loop Markers
Include <!-- LOOP: command --> markers for features requiring manual Loop commands:
- TOC:
<!-- LOOP: Type /Table of contents here --> - Status:
<!-- LOOP: /Label → Doc Status → [status] --> - Maintainer:
<!-- LOOP: @name --> - Date:
<!-- LOOP: /Date -->
Loop Paste Instructions
Include these instructions when outputting documents:
To paste in Loop:
- Copy the markdown content below
- In Loop, press
Ctrl+Shift+V(Win) orCmd+Shift+V(Mac)- Replace
<!-- LOOP: ... -->markers with actual Loop commands
References
- Loop compatibility details: See
references/loop-compatibility.md - Full company guidelines: See
references/company-guidelines.md - Workspace structure: See
knowledge/SOP/Loop.md
Page Title Format
Generate title as: [Tag] Descriptive Title
Examples:
[Doc] LaminDB Architecture Overview[SOP] Database Backup Procedure[Log] 2026-01-19 Migration Record
Score
Total Score
40/100
Based on repository quality metrics
✓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
Reviews
💬
Reviews coming soon