writing-science-skills

Create structured science skill documents with required frontmatter and sections.

282|26|Updated May 28, 2026
One-click install
npx skills add https://github.com/K-Dense-AI/science-superpowers --skill writing-science-skills
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: writing-science-skills
Source: https://github.com/K-Dense-AI/science-superpowers/tree/main/skills/writing-science-skills
Command: npx skills add https://github.com/K-Dense-AI/science-superpowers --skill writing-science-skills

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill helps authors create high-quality skill documents by enforcing a clear frontmatter and structured content for future agents.

Core Features & Use Cases

  • Provides a standard frontmatter template with required fields (name, description).
  • Outlines the three-section body structure for effective skill references and quick-start instructions.
  • Defines assessments for complexity, category, keywords, dependencies, and components to ensure consistency across skills.

Quick Start

Draft a new skill document by defining the name and description in frontmatter, then fill in the body with the required sections and a single-sentence Quick Start instruction.

Frequently Asked Questions about writing-science-skills

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

FAQPage Schema
What is the required frontmatter structure for authoring science skills?

The required frontmatter structure for science skills mandates specific name and description fields to enforce clear documentation and ensure future agents can accurately parse skill metadata.

How do I outline a new skill document using markdown?

To outline a new skill document, define the name and description in frontmatter, then fill the markdown body with required sections and a single-sentence Quick Start instruction for immediate usability.

Does skill authoring require defining dependencies and components?

Defining dependencies and components is optional during skill authoring, but adding them ensures consistency across skills and helps verify skill structure before deployment in documentation.

What's the best way to verify skill structure before deployment?

The best way to verify skill structure before deployment is assessing complexity, category, keywords, and dependencies against the standard frontmatter template and required three-section body structure.

Why does my science skill documentation need a Quick Start section?

Your science skill documentation needs a Quick Start section to provide a single-sentence instruction that enables immediate usability and satisfies the structural requirements for effective skill references.

Can I edit existing skills without rebuilding the frontmatter?

You can edit existing skills without rebuilding the frontmatter if the required name and description fields remain intact, allowing you to update the markdown body sections while maintaining structural compliance.