creating-windsurf-packages

Create Windsurf rule packages as single plain-markdown files under 12,000 characters.

121|16|Updated Oct 10, 2025
One-click install
npx skills add https://github.com/pr-pm/prpm --skill creating-windsurf-packages
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: creating-windsurf-packages
Source: https://github.com/pr-pm/prpm/tree/main/.claude/skills/creating-windsurf-packages
Command: npx skills add https://github.com/pr-pm/prpm --skill creating-windsurf-packages

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill eliminates confusion when creating Windsurf packages by providing clear formatting requirements and character limit constraints.

Core Features & Use Cases

  • Format Guidance: Ensures plain markdown without forbidden frontmatter.
  • Character Optimization: Helps stay within the strict 12,000 character limit.
  • Use Case: Imagine you're setting up a new React project and need to create comprehensive development guidelines. Use this Skill to structure your rules efficiently while respecting Windsurf's constraints.

Quick Start

Use the creating-windsurf-packages skill to help me structure my project's development guidelines for a React application using TypeScript and Zustand.

Frequently Asked Questions about creating-windsurf-packages

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I create Windsurf rules within the 12,000 character limit?

Windsurf rules must be plain markdown in a single .windsurf/rules file with a hard 12,000 character budget. Structure your guidelines using markdown sections and code blocks, avoiding frontmatter entirely, to stay within the constraint while keeping content organized and readable.

What formatting rules apply when writing Windsurf rule packages?

Windsurf rule packages use only plain markdown with no frontmatter. All rules reside in one .windsurf/rules file. You can organize content with sections and code blocks, but must respect the 12,000 character ceiling for the entire file.

Can I use frontmatter in my Windsurf rules file?

No. Windsurf rules files reject frontmatter entirely. Use plain markdown formatting only, organizing your development guidelines through markdown headers, lists, and code blocks within the single-file, character-limited format.

How do I structure development guidelines for a project using Windsurf?

Create a .windsurf/rules markdown file in your project root. Use markdown sections to organize guidelines by topic, insert code examples in fenced blocks, and optimize word choice to fit the 12,000 character budget while covering your project's standards.

What happens if my Windsurf rules file exceeds 12,000 characters?

Windsurf enforces a hard 12,000 character limit on the rules file. Content beyond this threshold is truncated or rejected. Prioritize essential guidelines and use concise language to communicate standards effectively within the constraint.