16K
1.3K
In review
Synced yesterday
What it does
A developer tool highlighting an issue with unclosed frontmatter syntax in skill files.
Skill profile
Keep exploring
More options in Dev Tools.
Claude Code · Codex · OpenClaw
Go
Updated 8/11/2026
Agent compatibility
Compatibility has not been reviewed for this listing yet. Check the publisher documentation before installing.
Installation
npx skills add https://github.com/larksuite/cli --skill bad-skill-unclosed-frontmatterReview source code and installation permissions before adding third-party tools to an agent.
Unclosed Frontmatter Skill is organized in the Dev Tools category. Compare its source, install method, and compatibility before adding it to your workflow.
Third-party agent tools may access source code, credentials, or browser sessions. Read the source documentation and use the minimum permissions needed.
npx skills add https://github.com/larksuite/cli --skill bad-skill-unclosed-frontmatterSKILL.md
---
name: bad-skill-unclosed
version: 1.0.0
description: "This skill has an unclosed frontmatter block."
metadata: {}
# Unclosed Frontmatter Skill
This frontmatter does not have a closing `---` block.skill
mattpocock
A tool that automates setting up Husky pre-commit hooks with lint-staged, Prettier formatting, type checking, and tests in a code repository.