What problem does it solve? Turning Feishu (Lark) API operations into reusable, discoverable Skills requires knowing which lark-cli commands exist, what parameters each API accepts, and how to write a well-formed SKILL.md. This Skill guides that entire authoring process so new Skills are consistent and correctly triggered. ## Core Features & Use Cases - API Discovery Workflow: Inspect registered APIs and Shortcuts with lark-cli <service> --help, query parameter definitions via lark-cli schema, and call unregistered endpoints through lark-cli api. - SKILL.md Template: Provides a ready-made frontmatter and body template covering description conventions, command examples, and permission scope tables. - Authoring Principles: Enforces trigger-friendly descriptions, authentication scope documentation, dry-run safety for write operations, and multi-step orchestration guidance. - Use Case: You want to package a multi-step Feishu workflow (e.g., create a meeting room then invite attendees) as a reusable Skill. This Skill walks you through researching the APIs, testing calls, and writing the final SKILL.md. ## Quick Start Create a new lark-cli Skill that searches Feishu meeting rooms by keyword and writes the SKILL.md for it.