
Good Skill Complex
- 66 installs
- 16.1k repo stars
- Updated August 5, 2026
- larksuite/cli
good-skill-complex is an agent skill that serves as a complex SKILL.md frontmatter fixture for Lark CLI and skill-catalog tooling.
About
good-skill-complex is a reference agent skill from the Lark CLI ecosystem meant to stress-test SKILL.md frontmatter rather than ship end-user product value. Solo builders and skill authors use it when verifying that installers, catalog ingest, or documentation generators correctly handle long descriptions, nested metadata.requires bins, cliHelp strings, and arbitrary custom fields. It declares dependencies on lark-cli and node and carries version 2.5.1-beta in the manifest. Treat it as a Skill Development specimen: install only when you are debugging skill packaging, Prism tagging pipelines, or Lark CLI behavior. It does not implement a business workflow, MCP bridge, or creative pipeline—its deliverable is a well-formed complex skill document for regression checks.
- Frontmatter version 2.5.1-beta with multi-line YAML description and special-character coverage
- metadata.requires lists bins: lark-cli and node for install-time dependency hints
- Includes cliHelp pointer and customField for extended parser testing
- Minimal body documents intent: complex frontmatter block reference
- Useful fixture when testing lark-cli skill add or catalog ingest pipelines
Good Skill Complex by the numbers
- 66 all-time installs (skills.sh)
- +1 installs in the week ending Aug 2, 2026 (Skillselion tracking)
- Ranked #297 of 782 Skill Development skills by installs in the Skillselion catalog
- Security screen: LOW risk (skills.sh audit)
- Data as of Aug 5, 2026 (Skillselion catalog sync)
npx skills add https://github.com/larksuite/cli --skill good-skill-complexAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| Installs | 66 |
|---|---|
| repo stars | ★ 16.1k |
| Security audit | 3 / 3 scanners passed |
| Last updated | August 5, 2026 |
| Repository | larksuite/cli ↗ |
What it does
Validate how agents parse rich SKILL.md frontmatter—multi-line descriptions, metadata.requires bins, and custom fields—for Lark CLI skill packaging.
Who is it for?
Skill authors and maintainers debugging lark-cli, skills.sh install paths, or Prism ingest on non-trivial frontmatter.
Skip if: Production feature work, Lark Suite product integrations, or developers looking for user-facing automation beyond format validation.
When should I use this skill?
Testing Lark CLI or catalog pipelines against complex SKILL.md manifests with extended metadata.
What you get
You have a canonical complex skill document agents and pipelines can load to confirm parsing, dependency hints, and catalog fields without touching production skills.
- Reference SKILL.md with complex frontmatter for parser regression
By the numbers
- Frontmatter version 2.5.1-beta
- 2 required bins in metadata.requires: lark-cli, node
Files
Complex Skill
This skill has a complex frontmatter block.
Related skills
How it compares
Meta fixture skill for manifest parsing—not a workflow skill like brainstorming or a RunComfy media integration.
FAQ
Who is good-skill-complex for?
Developers and catalog maintainers testing Lark CLI and agent skill installers against elaborate YAML frontmatter.
When should I use good-skill-complex?
Use it in Build (agent-tooling) when validating skill add, metadata.requires bins, or directory tagging on edge-case descriptions—not during Idea, Ship, or Launch customer work.
Is good-skill-complex safe to install?
It is a minimal reference skill with declared lark-cli and node requirements; review the Security Audits panel on this page before running unfamiliar CLI hooks in CI.