laststance-publish-skill

Publish a tested skill to the laststance/skills repository via npx skills add.

1|1|Updated Feb 13, 2026
One-click install
npx skills add https://github.com/laststance/skills --skill laststance-publish-skill
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: laststance-publish-skill
Source: https://github.com/laststance/skills/tree/main/skills/laststance-publish-skill
Command: npx skills add https://github.com/laststance/skills --skill laststance-publish-skill

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Publish a process to share and distribute new skills by copying, documenting, and publishing them into the central laststance/skills repository for broad accessibility and reuse.

Core Features & Use Cases

  • Copy skill to the central repository for distribution.
  • Update README.md in three alphabetical sections: Install commands, Available Skills table, and Usage examples.
  • Commit and push changes to the remote repository to finalize publication.
  • After Publish (CLI Install): Install via CLI to create symlinks and distribute across tools.

Quick Start

Copy the skill into the repository, update the three README sections in alphabetical order, then commit and push to remote.

Frequently Asked Questions about laststance-publish-skill

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

FAQPage Schema
How do I publish a tested skill to a central repository for distribution?

Publishing a tested skill involves copying it into the central repository, updating the README in three alphabetical sections, and committing and pushing changes to the remote repository for npx distribution.

What do I need to prepare before publishing a skill to the repository?

Before publishing, you need a valid SKILL.md with frontmatter containing name and description fields, and you must adhere to the publish checklist to ensure proper repository integration.

Which sections of the README need updating when adding a new skill?

When adding a new skill, update three README sections in alphabetical order: Install commands, Available Skills table, and Usage examples to document the new addition.

Can I distribute skills using a CLI after publishing them to the repository?

Yes, after publishing, you can install skills via CLI using the npx skills add command, which creates symlinks and distributes the skills across your tools.

Why does my skill fail the repository publish workflow?

Your skill publish workflow fails if the SKILL.md lacks a valid frontmatter with required name and description fields, or if the publish checklist requirements are not met.