スキル一覧に戻る
Kang-chen

loop-page-creator

by Kang-chen

0🍴 0📅 2026年1月22日
GitHubで見るManusで実行

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

  1. Determine document type from user request
  2. Load appropriate template from assets/templates/
  3. Fill in content based on user input
  4. Output markdown with Loop command markers

Document Types and Templates

TypeTagTemplateUse Case
General Doc[Doc]assets/templates/doc-template.mdArchitecture, guides, knowledge
Procedure[SOP]assets/templates/sop-template.mdStep-by-step operations
Event Record[Log]assets/templates/log-template.mdMigrations, incidents, meetings
Reference[Ref]Use doc-templateDictionaries, error codes
Work in Progress[Draft]Any templateIncomplete 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:

  1. Copy the markdown content below
  2. In Loop, press Ctrl+Shift+V (Win) or Cmd+Shift+V (Mac)
  3. 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

スコア

総合スコア

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

レビュー

💬

レビュー機能は近日公開予定です