skills/kang-chen/agent-skills/loop-page-creator

loop-page-creator

SKILL.md

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

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:

  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
Weekly Installs
1
GitHub Stars
1
First Seen
Mar 1, 2026
Installed on
amp1
cline1
opencode1
cursor1
continue1
kimi-cli1