write-project

Expand project stubs into complete Markdown pages for content/projects.

Updated Apr 18, 2026
One-click install
npx skills add https://github.com/trydydd/salvage --skill write-project
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: write-project
Source: https://github.com/trydydd/salvage/tree/main/.claude/skills/write-project
Command: npx skills add https://github.com/trydydd/salvage --skill write-project

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Turning a minimal project stub into a complete, publishable project guide for the salvage site saves time and ensures consistency across content/projects pages.

Core Features & Use Cases

  • Expands a stub into a full Markdown page ready for content/projects/NN-*.md.
  • Preserves the stub's existing headings and any theory links, while filling in missing sections with concrete, actionable content.
  • Aligns with donor-guides to reference parts and steps, maintaining traceability and reuse of salvage knowledge.
  • Applies site-voice, structure, and styling rules so the output is ready for publication.

Quick Start

Run the write-project skill with the path to your project stub Markdown file as the argument.

Frequently Asked Questions about write-project

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

FAQPage Schema
How do I convert a project stub into a complete Markdown guide?

Converting a project stub into a complete Markdown guide involves expanding the minimal file with concrete content from donor guides. The skill outputs a ready-to-publish Markdown page that aligns with site voice and styling rules.

What is the best way to generate content from donor guides for a salvage site?

The best way to generate content from donor guides is to use an automation skill that transforms stubs into full project pages. It references donor guides to maintain traceability while applying site-voice and structure rules to the output.

Can I preserve existing headings when expanding a stub into a full project page?

You can preserve existing headings when expanding a stub because the skill explicitly maintains your original headings and theory links. It only fills in the missing sections to create a complete, publishable project guide.

Does the generated project guide automatically include frontmatter for the salvage site?

The generated project guide does include frontmatter because the skill enforces its presence during generation. This ensures the final Markdown file is valid and ready for publication at content/projects/NN-*.md.

When do I need to automate project guide generation for Markdown files?

Automating project guide generation is needed when turning minimal stubs into complete, publishable pages for the salvage site. It saves time and ensures structural consistency across all generated content/projects pages.