
Good Skill
- 65 installs
- 15.9k repo stars
- Updated July 28, 2026
- larksuite/cli
Use as a reference when authoring a Prism- or skills.sh-compatible SKILL.md with required metadata and binary dependencies.
About
good-skill is a deliberately small reference skill from the Lark CLI repo that demonstrates how to format an agent skill correctly for catalogs like Prism and skills.sh. Solo and indie builders who package skills for Claude Code, Cursor, or Codex can copy its structure: YAML frontmatter with semantic version, a one-line description, and metadata that declares required binaries such as lark-cli. The markdown body stays short and instructional rather than implementing a product workflow. Install or study it when you are authoring your first skill, auditing repo skills before publish, or fixing ingestion failures caused by missing fields or unclear dependency hints. It does not automate builds or integrations; it encodes the packaging contract so downstream directories can index your capability reliably and agents know what must be on PATH before invocation.
- Shows a complete SKILL.md frontmatter with name, version, and description
- Documents metadata.requires.bins for CLI dependencies (lark-cli)
- Minimal body structure agents can mirror for valid skill ingestion
- Illustrates the baseline contract before adding workflows or tools
Good Skill 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-skillAdd 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
Use as a reference when authoring a Prism- or skills.sh-compatible SKILL.md with required metadata and binary dependencies.
Files
Good Skill
This skill follows all the formatting rules.
Related skills
FAQ
Is Good Skill safe to install?
skills.sh reports 3 of 3 security scanners passed. Review the Security Audits panel on this page before installing in production.