
Good Skill Minimal
- 65 installs
- 15.9k repo stars
- Updated July 28, 2026
- larksuite/cli
Validate or scaffold the smallest valid SKILL.md when authoring or testing CLI-packaged agent skills.
About
Good Skill Minimal is a reference agent skill from the Lark CLI ecosystem that exists to prove the smallest publishable SKILL.md shape. Indie builders and skill authors install or copy it when they need a lint-passing stub before layering triggers, tools, and body content. It is not a workflow for shipping features; it is a schema anchor so CLI validators, marketplaces, and local generators can diff real skills against a known-good minimum. The frontmatter carries name, semver-style version, a one-line description, and an empty metadata map, with a trivial markdown body. Use it while bootstrapping custom skills, writing tests for skill packaging, or teaching agents what valid metadata looks like. Once your skill grows beyond the minimum, graduate to fuller templates that include invokeWhen, permissions, and procedural steps.
- Defines the bare minimum frontmatter: name, version, description, and empty metadata object
- Serves as a canonical negative-space example—only required fields, no extra sections
- Useful fixture when testing skill parsers, packagers, or registry ingest pipelines
- Demonstrates valid description length without optional triggers or permissions blocks
Good Skill Minimal by the numbers
- 65 all-time installs (skills.sh)
- Ranked #303 of 826 Skill Development skills by installs in the Skillselion catalog
- Security screen: LOW risk (skills.sh audit)
- Data as of Jul 28, 2026 (Skillselion catalog sync)
npx skills add https://github.com/larksuite/cli --skill good-skill-minimalAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| Installs | 65 |
|---|---|
| repo stars | ★ 15.9k |
| Security audit | 3 / 3 scanners passed |
| Last updated | July 28, 2026 |
| Repository | larksuite/cli ↗ |
What it does
Validate or scaffold the smallest valid SKILL.md when authoring or testing CLI-packaged agent skills.
Files
Minimal Skill
This has the bare minimum required fields.
Related skills
FAQ
Is Good Skill Minimal safe to install?
skills.sh reports 3 of 3 security scanners passed. Review the Security Audits panel on this page before installing in production.