publish — community publish, dotfiles, community, ide skills

v1.0.0

Об этом навыке

Идеально подходит для агентов по созданию контента, которым требуется автоматизированная промоция блог-постов и интеграция с социальными сетями. Draft email and tweet for a new blog post. Reads the latest post from campedersen.com, generates Kit.com broadcast copy and a tweet, ready to paste.

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

Killer-Skills Review

Decision support comes first. Repository text comes second.

Reference-Only Page Review Score: 9/11

This page remains useful for operators, 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
9/11
Quality Score
51
Canonical Locale
en
Detected Body Locale
en

Идеально подходит для агентов по созданию контента, которым требуется автоматизированная промоция блог-постов и интеграция с социальными сетями. Draft email and tweet for a new blog post. Reads the latest post from campedersen.com, generates Kit.com broadcast copy and a tweet, ready to paste.

Зачем использовать этот навык

Наделяет агентов возможностью генерировать копируемый и вставляемый контент электронной почты и твитов с использованием обработки естественного языка, предоставляя голос из навыка `/blog` и поддерживая протоколы như HTTP для бесшовного обмена, используя форматы файлов seperti Markdown для читаемости поста.

Подходит лучше всего

Идеально подходит для агентов по созданию контента, которым требуется автоматизированная промоция блог-постов и интеграция с социальными сетями.

Реализуемые кейсы использования for publish

Автоматизировать промоцию блог-постов на платформах электронной почты и социальных сетей
Генерировать привлекательный контент твитов с крючками и контекстными предложениями
Создавать копируемый и вставляемый формат электронной почты для безусильного обмена

! Безопасность и ограничения

  • Требует доступа к файлам постов в `~/Developer/campedersen.com/src/posts/`
  • Ограничен генерацией контента для постов в указанном каталоге
  • Зависит от навыка `/blog` для последовательности голоса и тона

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?

Идеально подходит для агентов по созданию контента, которым требуется автоматизированная промоция блог-постов и интеграция с социальными сетями. Draft email and tweet for a new blog post. Reads the latest post from campedersen.com, generates Kit.com broadcast copy and a tweet, ready to paste.

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: Автоматизировать промоцию блог-постов на платформах электронной почты и социальных сетей, Генерировать привлекательный контент твитов с крючками и контекстными предложениями, Создавать копируемый и вставляемый формат электронной почты для безусильного обмена.

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?

Требует доступа к файлам постов в `~/Developer/campedersen.com/src/posts/`. Ограничен генерацией контента для постов в указанном каталоге. Зависит от навыка `/blog` для последовательности голоса и тона.

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

Install publish, an AI agent skill for AI agent workflows and automation. Review the use cases, limitations, and setup path before rollout.

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

Связанные навыки

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

Показать все

openclaw-release-maintainer

Logo of openclaw
openclaw

Your own personal AI assistant. Any OS. Any Platform. The lobster way. 🦞

widget-generator

Logo of f
f

Создание настраиваемых плагинов виджетов для системы ленты новостей prompts.chat

flags

Logo of vercel
vercel

Фреймворк React

138.4k
0
Браузер

pr-review

Logo of pytorch
pytorch

Tensors and Dynamic neural networks in Python with strong GPU acceleration

98.6k
0
Разработчик