growth-loop-publish

Transfer social media drafts from local markdown artifacts to the Buffer API.

2|Updated Apr 15, 2026
One-click install
npx skills add https://github.com/getspur/spur --skill growth-loop-publish
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: growth-loop-publish
Source: https://github.com/getspur/spur/tree/main/.claude/skills/growth-loop-publish
Command: npx skills add https://github.com/getspur/spur --skill growth-loop-publish

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires node, wrangler, and includes scripts (resource) components.

What problem does it solve?

This skill automates the manual, error-prone process of moving growth-loop content drafts into Buffer, ensuring consistent publishing workflows without the risk of accidental live-posting.

Core Features & Use Cases

  • Safe Draft Handoff: Automatically pushes content from local artifacts to Buffer as drafts, never live-posting or scheduling.
  • Idempotency Checks: Prevents duplicate publishing by verifying the state of the artifact before execution.
  • Use Case: After finalizing a growth-loop summary, use this skill to instantly sync your X drafts to Buffer for final human review.

Quick Start

Invoke the growth-loop-publish skill to push today's drafts to the configured Buffer channel.

Frequently Asked Questions about growth-loop-publish

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

FAQPage Schema
How do I automate publishing markdown drafts to Buffer as social media posts?

To automate publishing markdown drafts to Buffer, this skill parses local markdown artifacts and performs secure R2 uploads to push them as drafts. It ensures consistent content management workflows without the risk of accidental live-posting.

Can I sync social media drafts to Buffer without risking accidental live-posting?

Yes, you can sync social media drafts to Buffer without accidental live-posting by using this skill's safe draft handoff feature. It automatically pushes content from local artifacts strictly as drafts for final human review.

What is the best way to prevent duplicate content when pushing drafts to the Buffer API?

The best way to prevent duplicate content when pushing drafts to the Buffer API is through built-in idempotency checks. This skill verifies the state of the artifact before execution, ensuring safe draft creation and preventing duplicate publishing.

Do I need Node and Wrangler to automate content publishing workflows to Buffer?

Yes, you need Node and Wrangler configured in your environment to automate content publishing workflows to Buffer. This skill requires environment-based authentication and relies on these dependencies to perform secure R2 uploads and API mutations.

How does the Buffer API integration handle idempotency for draft creation?

The Buffer API integration handles idempotency for draft creation by strictly adhering to idempotency protocols during API mutations. It verifies the artifact's state before execution, guaranteeing safe draft creation and preventing duplicate publishing across your workflow.