publishing

publishing is a skill for Claude Code, Codex from adeze/raindrop-mcp. It costs 14 tokens per session (357 once invoked), scanned A, original, MIT.

A release workflow for publishing a JavaScript package through GitHub Actions, GitHub’s automated build service. It uses semantic release, which chooses version numbers from commit messages and creates release records.

In plain words
What is it for?
Use it to run linting, type checks, tests, and builds, then publish to npm, update the changelog, create a GitHub release, and attach the package bundle.
Why use it?
It removes manual steps for checking, versioning, packaging, and publishing releases. Automated checks help catch problems before a package is published.

Skill for Claude CodeCodex

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add skills/adeze/raindrop-mcp/publishing
Any agent
npx skills add adeze/raindrop-mcp --skill publishing
Clone the repo
git clone --depth 1 https://github.com/adeze/raindrop-mcp

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for publishing

README.md
[![agentmods](https://agentmods.dev/badge/skills/adeze/raindrop-mcp/publishing.svg)](https://agentmods.dev/skills/adeze/raindrop-mcp/publishing)
Your own site
<a href="https://agentmods.dev/skills/adeze/raindrop-mcp/publishing"><img src="https://agentmods.dev/badge/skills/adeze/raindrop-mcp/publishing.svg" alt="Measured on agentmods" height="20"></a>
Per session 14 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 357 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5 $0.00014 $0.00357
Opus 5 $0.00007 $0.00179
Sonnet 5 $0.00003 $0.00071
Haiku 4.5 $0.00001 $0.00036

Measured 5d ago against content hash 16565f78927e, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

publishing scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 5d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

.github/skills/publishing/SKILL.md · 54 lines

What it actually says

Publishing Skill for @adeze/raindrop-mcp

Use this workflow for all standard releases in this repository.

Source of Truth

  • Release command: bun run release
  • Release config: .releaserc.json
  • CI trigger: .github/workflows/ci.yml on push to master

Standard Release Flow

  1. Merge Conventional Commit-based changes to master.
  2. CI runs lint, type-check, tests, and build.
  3. CI release job runs semantic-release.
  4. semantic-release computes version, updates CHANGELOG.md, tags release, publishes npm, and creates a GitHub Release.
  5. Release prepare step syncs manifest.json and builds raindrop-mcp.mcpb so the bundle is attached to the GitHub Release.

Required Secrets

  • GITHUB_TOKEN: provided by GitHub Actions.

Publishing Authentication

  • npm publish uses GitHub Actions OIDC trusted publishing.
  • No long-lived npm token is required for the standard CI release path.

Local Verification Before Merge

bun run lint
bun run type-check
bun run test
bun run build

Conventional Commit Examples

  • fix: handle missing collection id in bulk edit
  • feat: add includeArchived filter to bookmark_search
  • feat!: remove deprecated query parameter

Rules

  • Do not manually bump package versions for standard releases.
  • Do not manually create release tags for standard releases.
  • Do not run manual npm publish commands for standard releases.
  • Keep release behavior in .releaserc.json and CI workflow aligned.
Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 5d ago First seen · 54 lines · 14 tokens per session scan A 16565f78927e

Subscribe to this mod's changes

publishing is a skill published in the GitHub repository adeze/raindrop-mcp (183 stars, last pushed 1mo ago), licensed MIT. It adds 14 tokens to every session and 357 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

release-gate

Use when: user asks to push, tag, release, publish, create a version, validate synchronization, fix CI, inspect GitHub Actions, or make changes safe for GitHub. Runs the FFBB MCP Server release-readiness workflow, adapted from sickn33 skills lint-and-validate, verification-before-completion, git-pushing, iterate-pr…

nickdesi/FFBB-MCP-Server · 84 tokens

atlas-ci-release

Manage CI bundle releases: manual dispatch, tag naming, monitoring the build-bundle workflow, promoting a release, and rolling back. Use when releasing a new bundle, debugging a CI failure, or rolling back to a previous bundle.

sagar-shirwalkar/servicenow-atlas · 50 tokens

turborepo

Turborepo monorepo build system guidance. Triggers on: turbo.json, task pipelines, dependsOn, caching, remote cache, the "turbo" CLI, --filter, --affected, CI optimization, environment variables, internal packages, monorepo structure/best practices, and boundaries. Use when user: configures tasks/workflows/pipelines…

JustineDevs/CRUX · 111 tokens

ship

Check CI, merge PR, pull main, and verify deployment. Use when ready to ship the current branch.

mean-weasel/bullhorn · 24 tokens

devops-assistant

Assists with version control, build pipelines, deployment, and automation tasks. Invoke for CMake/vcpkg setup, CI/CD configuration, plugin packaging, or release workflows in Sage.

alemdarlabs/sage-unreal-mcp · 42 tokens

github-ops

GitHub repository operations, automation, and management. Issue triage, PR management, CI/CD operations, release management, and security monitoring using the gh CLI. Use when the user wants to manage GitHub issues, PRs, CI status, releases, contributors, stale items, or any GitHub operational task beyond simple git…

JunMystery/Agent-Guidance-Python · 71 tokens