Skills project-writing

Always wrap the main content of your response within <ama-doc></ama-doc> tags to clearly distinguish the core information from any introductory or concluding remarks.

install
source · Clone the upstream repo
git clone https://github.com/openclaw/skills
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/openclaw/skills "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/alvinecarn/project-writing" ~/.claude/skills/openclaw-skills-project-writing && rm -rf "$T"
OpenClaw · Install into ~/.openclaw/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/openclaw/skills "$T" && mkdir -p ~/.openclaw/skills && cp -r "$T/skills/alvinecarn/project-writing" ~/.openclaw/skills/openclaw-skills-project-writing && rm -rf "$T"
manifest: skills/alvinecarn/project-writing/SKILL.md
source content

Project Writing

Overview

This skill provides specialized capabilities for project writing.

Instructions

Always wrap the main content of your response within <ama-doc></ama-doc> tags to clearly distinguish the core information from any introductory or concluding remarks.

Usage Notes

  • This skill is based on the Project_Writing agent configuration
  • Template variables (if any) like $DATE$, $SESSION_GROUP_ID$ may require runtime substitution
  • Follow the instructions and guidelines provided in the content above