publish — for Claude Code publish, dotfiles, community, for Claude Code, ide skills, Drafts, promotional, content, recent, specific

v1.0.0

Acerca de este Skill

Ideal para Agentes de Creación de Contenido que necesitan promoción automática de publicaciones de blog y integración con redes sociales. Resumen localizado: Draft email and tweet for a new blog post. This AI agent skill supports Claude Code, Cursor, and Windsurf workflows.

Características

Drafts promotional content for a new blog post.
/publish - Draft for most recent post
/publish [slug] - Draft for specific post
Find the post in /Developer/campedersen.com/src/posts/
Read it fully to understand the hook

# Core Topics

ecto ecto
[1]
[0]
Updated: 2/2/2026

Killer-Skills Review

Decision support comes first. Repository text comes second.

Reference-Only Page Review Score: 10/11

This page remains useful for teams, but Killer-Skills treats it as reference material instead of a primary organic landing page.

Original recommendation layer Concrete use-case guidance Explicit limitations and caution Quality floor passed for review
Review Score
10/11
Quality Score
51
Canonical Locale
en
Detected Body Locale
en

Ideal para Agentes de Creación de Contenido que necesitan promoción automática de publicaciones de blog y integración con redes sociales. Resumen localizado: Draft email and tweet for a new blog post. This AI agent skill supports Claude Code, Cursor, and Windsurf workflows.

¿Por qué usar esta habilidad?

Habilita a los agentes a generar contenido de correo electrónico y tuit copiable utilizando el procesamiento de lenguaje natural, proporcionando una voz desde la habilidad `/blog` y soportando protocolos como HTTP para un intercambio sin problemas, mientras aprovecha formatos de archivo como

Mejor para

Ideal para Agentes de Creación de Contenido que necesitan promoción automática de publicaciones de blog y integración con redes sociales.

Casos de uso accionables for publish

Automatizar la promoción de publicaciones de blog en plataformas de correo electrónico y redes sociales
Generar contenido de tuit atractivo con ganchos y oraciones de contexto
Crear formatos de correo electrónico copiables para un intercambio sin esfuerzo

! Seguridad y limitaciones

  • Requiere acceso a archivos de publicaciones en `~/Developer/campedersen.com/src/posts/`
  • Limitado a generar contenido para publicaciones en el directorio especificado
  • Dependiente de la habilidad `/blog` para la coherencia de la voz y el tono

Why this page is reference-only

  • - Current locale does not satisfy the locale-governance contract.

Source Boundary

The section below is imported from the upstream repository and should be treated as secondary evidence. Use the Killer-Skills review above as the primary layer for fit, risk, and installation decisions.

After The Review

Decide The Next Action Before You Keep Reading Repository Material

Killer-Skills should not stop at opening repository instructions. It should help you decide whether to install this skill, when to cross-check against trusted collections, and when to move into workflow rollout.

Labs Demo

Browser Sandbox Environment

⚡️ Ready to unleash?

Experience this Agent in a zero-setup browser environment powered by WebContainers. No installation required.

Boot Container Sandbox

FAQ & Installation Steps

These questions and steps mirror the structured data on this page for better search understanding.

? Frequently Asked Questions

What is publish?

Ideal para Agentes de Creación de Contenido que necesitan promoción automática de publicaciones de blog y integración con redes sociales. Resumen localizado: Draft email and tweet for a new blog post. This AI agent skill supports Claude Code, Cursor, and Windsurf workflows.

How do I install publish?

Run the command: npx killer-skills add ecto/dotfiles/publish. It works with Cursor, Windsurf, VS Code, Claude Code, and 19+ other IDEs.

What are the use cases for publish?

Key use cases include: Automatizar la promoción de publicaciones de blog en plataformas de correo electrónico y redes sociales, Generar contenido de tuit atractivo con ganchos y oraciones de contexto, Crear formatos de correo electrónico copiables para un intercambio sin esfuerzo.

Which IDEs are compatible with publish?

This skill is compatible with Cursor, Windsurf, VS Code, Trae, Claude Code, OpenClaw, Aider, Codex, OpenCode, Goose, Cline, Roo Code, Kiro, Augment Code, Continue, GitHub Copilot, Sourcegraph Cody, and Amazon Q Developer. Use the Killer-Skills CLI for universal one-command installation.

Are there any limitations for publish?

Requiere acceso a archivos de publicaciones en `~/Developer/campedersen.com/src/posts/`. Limitado a generar contenido para publicaciones en el directorio especificado. Dependiente de la habilidad `/blog` para la coherencia de la voz y el tono.

How To Install

  1. 1. Open your terminal

    Open the terminal or command line in your project directory.

  2. 2. Run the install command

    Run: npx killer-skills add ecto/dotfiles/publish. The CLI will automatically detect your IDE or AI agent and configure the skill.

  3. 3. Start using the skill

    The skill is now active. Your AI agent can use publish immediately in the current project.

! Reference-Only Mode

This page remains useful for installation and reference, but Killer-Skills no longer treats it as a primary indexable landing page. Read the review above before relying on the upstream repository instructions.

Upstream Repository Material

The section below is imported from the upstream repository and should be treated as secondary evidence. Use the Killer-Skills review above as the primary layer for fit, risk, and installation decisions.

Upstream Source

publish

Resumen localizado: Draft email and tweet for a new blog post. This AI agent skill supports Claude Code, Cursor, and Windsurf workflows.

SKILL.md
Readonly
Upstream Repository Material
The section below is imported from the upstream repository and should be treated as secondary evidence. Use the Killer-Skills review above as the primary layer for fit, risk, and installation decisions.
Supporting Evidence

Publish

Drafts promotional content for a new blog post.

Usage

  • /publish - Draft for most recent post
  • /publish [slug] - Draft for specific post

Workflow

  1. Find the post in ~/Developer/campedersen.com/src/posts/
  2. Read it fully to understand the hook
  3. Generate email + tweet using voice from /blog skill
  4. Output both in copy-pasteable format

Email Format

Subject: [Post Title]

[1-2 sentence hook - the problem or revelation]

[Optional: 1 sentence context]

Read it here: https://campedersen.com/[slug]

- Cam

Tweet Format

[hook that stands alone - lowercase, casual]

https://campedersen.com/[slug]

Max 280 chars. No hashtags. No emojis.

Voice Quick Reference

See /blog for full guidelines. Key points:

  • Lead with the problem solved or a weird specific detail
  • Lowercase for tweets, casual punctuation
  • Short sentences, dashes over semicolons
  • One exclamation max
  • "shipped" not "launched", "wrote" not "published"
  • End email with "- Cam"

Never say:

  • "We're excited to announce..."
  • "Check out this amazing..."
  • "I'm thrilled to share..."

Examples

Debugging post:

Email:

Subject: Hung by a Thread

My robot froze at 2am. Same iteration every time - 1,615. Took 8 hours to find a 2-line fix.

Wrote about rayon deadlocks and why you should never call into a library while holding a mutex.

Read it here: https://campedersen.com/rayon-mutex-deadlock

- Cam

Tweet:

my robot froze at 2am. 8 hours of debugging. the fix was 2 lines.

https://campedersen.com/rayon-mutex-deadlock

Technical explainer:

Email:

Subject: Cutting Up Curved Things

Your GPU doesn't know what a cylinder is. It only knows triangles.

Wrote about how CAD geometry becomes something a graphics card can actually draw.

Read it here: https://campedersen.com/tessellation

- Cam

Tweet:

your GPU doesn't know what a cylinder is. it only knows triangles.

wrote about tessellation - with a pizza you can eat.

https://campedersen.com/tessellation

Habilidades relacionadas

Looking for an alternative to publish or another community skill for your workflow? Explore these related open-source skills.

Ver todo

openclaw-release-maintainer

Logo of openclaw
openclaw

Resumen localizado: 🦞 # OpenClaw Release Maintainer Use this skill for release and publish-time workflow. It covers ai, assistant, crustacean workflows. This AI agent skill supports Claude Code, Cursor, and Windsurf workflows.

333.8k
0
Inteligencia Artificial

widget-generator

Logo of f
f

Resumen localizado: Generate customizable widget plugins for the prompts.chat feed system # Widget Generator Skill This skill guides creation of widget plugins for prompts.chat . It covers ai, artificial-intelligence, awesome-list workflows. This AI agent skill supports Claude Code, Cursor, and

149.6k
0
Inteligencia Artificial

flags

Logo of vercel
vercel

Resumen localizado: The React Framework # Feature Flags Use this skill when adding or changing framework feature flags in Next.js internals. It covers blog, browser, compiler workflows. This AI agent skill supports Claude Code, Cursor, and Windsurf workflows.

138.4k
0
Navegador

pr-review

Logo of pytorch
pytorch

Resumen localizado: Usage Modes No Argument If the user invokes /pr-review with no arguments, do not perform a review . It covers autograd, deep-learning, gpu workflows. This AI agent skill supports Claude Code, Cursor, and Windsurf workflows.

98.6k
0
Desarrollador