sp-writing-skills

Validate and document OpenClaw skills using a test-driven development cycle.

4|Updated Feb 27, 2026
One-click install
npx skills add https://github.com/AlphaComposite/openclaw-superpowers-port --skill sp-writing-skills
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: sp-writing-skills
Source: https://github.com/AlphaComposite/openclaw-superpowers-port/tree/main/skills/sp-writing-skills
Command: npx skills add https://github.com/AlphaComposite/openclaw-superpowers-port --skill sp-writing-skills

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This guide enables teams to apply a test-driven development approach to creating, editing, and validating OpenClaw skills, ensuring every skill has proper tests and documentation before deployment.

Core Features & Use Cases

  • Establishes a RED-GREEN-REFACTOR workflow for skill creation
  • Enforces frontmatter, description structure, triggers, and metadata consistency
  • Provides a repeatable process for review, testing, and deployment of skills

Quick Start

Run a baseline skill authoring session, write the SKILL.md content, then re-run the validation cycle to verify compliance.

Frequently Asked Questions about sp-writing-skills

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

FAQPage Schema
How do I validate skill frontmatter and metadata before deployment?▼

To validate skill frontmatter and metadata before deployment, run a test-driven development cycle that checks for standardized description structure, trigger mappings, and consistent metadata generation to close testing gaps before release.

What is test-driven development for skill authoring workflows?▼

Test-driven development for skill authoring workflows is a RED-GREEN-REFACTOR cycle that automates validation of new and updated skills. It ensures proper tests and documentation are established across the knowledge base before deployment.

Can I use a TDD workflow to check skill triggers and dependency listings?▼

Yes, you can use a TDD workflow to check skill triggers and dependency listings. The validation cycle automatically verifies frontmatter presence, trigger mappings, and dependency listing requirements during skill creation and review.

How do I run a baseline skill authoring and validation session?▼

To run a baseline skill authoring and validation session, write the SKILL.md content first, then re-run the validation cycle to verify compliance. This repeatable process enforces baseline tests and consistent metadata generation.

Does skill validation include toxicity checks and component detection?▼

Yes, skill validation includes toxicity checks and component detection. The validation cycle satisfies frontmatter presence, dependency listing, component detection, toxicity checks, and consistent metadata generation during the authoring workflow.