Bug Description
Multiline description in frontmatter not parsed correctly
Steps to Reproduce
openskills install apollographql/skills
- install
apollo-kotlin
- openskills sync
Expected Behavior
AGENTS.md includes:
<skill>
<name>apollo-kotlin</name>
<description>
Guide for building applications with Apollo Kotlin, the GraphQL client library for Android and Kotlin. Use this skill when:
(1) setting up Apollo Kotlin in a Gradle project for Android, Kotlin/JVM, or KMP,
(2) configuring schema download and codegen for GraphQL services,
(3) configuring an `ApolloClient` with auth, interceptors, and caching,
(4) writing queries, mutations, or subscriptions,
</description>
<location>project</location>
</skill>
Actual Behavior
<skill>
<name>apollo-kotlin</name>
<description>></description>
<location>project</location>
</skill>
Environment
- openskills version: (
openskills --version) 1.5.0
- Operating System: macOS 26.2
- Node.js version: (
node --version) 25.2.1
- AI agent: (Claude Code, Cursor, Windsurf, Aider, etc.)
Installation Context
Additional Context
frontmatter:
---
name: apollo-kotlin
description: >
Guide for building applications with Apollo Kotlin, the GraphQL client library for Android and Kotlin. Use this skill when:
(1) setting up Apollo Kotlin in a Gradle project for Android, Kotlin/JVM, or KMP,
(2) configuring schema download and codegen for GraphQL services,
(3) configuring an `ApolloClient` with auth, interceptors, and caching,
(4) writing queries, mutations, or subscriptions,
license: MIT
compatibility: JVM 8+, Kotlin 1.9+, Gradle 8+, Android/JVM/Kotlin Multiplatform projects.
metadata:
author: apollographql
version: "1.0.1"
allowed-tools: Bash(./gradlew:*) Bash(gradle:*) Bash(curl:*) Read Write Edit Glob Grep WebFetch
---
Bug Description
Multiline description in frontmatter not parsed correctly
Steps to Reproduce
openskills install apollographql/skillsapollo-kotlinExpected Behavior
AGENTS.md includes:
Actual Behavior
Environment
openskills --version) 1.5.0node --version) 25.2.1Installation Context
npm i -g openskills)openskills list)Additional Context
frontmatter: