Publish Skills — Testing skill for Claude Code
publish-skills — pre-publish checklist + sanitizer pipeline for Agent Skills.
How to install Publish Skills
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open jeremyknows/publish-skills and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
What Publish Skills does
publish-skills — pre-publish checklist + sanitizer pipeline for Agent Skills. Spec compliance, README patterns, and fleet-private content stripping before open-source release.
Alternatives in Testing
- Test Optimization Patterns — テスト実行速度を改善するためのリファクタリングパターンとベストプラクティス集 974 ★
- Neolab TDD — Test-driven development with NeoLab patterns 663 ★
- Mda — MDA Open Spec — a Markdown superset for agent-facing documents 615 ★
README
publish-skills
Pre-publish checklist for [Agent Skills](https://agentskills.io) — the open standard for agent capabilities supported by [Claude Code](https://code.claude.com), [Cursor](https://cursor.com), [Gemini CLI](https://geminicli.com), and [many more](https://agentskills.io). Makes sure your skill is spec-compliant and GitHub-ready before you ship.
How skills work
Agent Skills are folders containing a `SKILL.md` file with YAML frontmatter and markdown instructions. When you install a skill into your agent's skills directory, the agent reads the frontmatter to decide when the skill is relevant, then loads the instructions on demand. No runtime, no build step — just structured markdown that agents know how to find and use.
What it does
Bridges the gap between "works locally" and "ready for open source." The Agent Skills spec only requires `name` + `description`, but most published skills ship with more. This checklist covers everything the spec doesn't tell you.
- Frontmatter audit — required, should-have, and optional fields
- Name validation — the exact rules (no consecutive hyphens, must match directory, etc.)
- Directory structure — what files to include and why
- README patterns — section-by-section guide based on well-received published skills
- Consistency review — 10-point checklist for catching pre-publish mistakes
- Common mistakes table — what goes wrong and how to detect it
- Sanitizer pipeline — for fleet skills with private context: strip internal paths, agent names, and war stories before publishing; defend with a deny-list scanner for credentials and residual leaks
Install
Claude Code
mkdir -p .claude/skills
cd .claude/skills
git clone https://github.com/jeremyknows/publish-skills.git
Cursor / Other agents
# Check your agent's docs for the skills directory location, then:
git clone https://github.com/jeremyknows/publish-skills.git
OpenClaw
cd ~/.openc
Related Skills
Stat Research Pipeline
Open-source AI skills for AI-assisted statistical research workflows: assumption checks, test selection, model
Cfn Share
Publish a plan, spec, or any project markdown doc as a private shareable web page so a non-terminal colleague
Flow QA
QAフローを強制実行(Content QA → Legal Compliance → Fact Check → Final Review)
Feature Map
Build or refresh a source-cited, agent-checkable feature inventory for ANY target project you point it at: per
QA Review
Review test automation code for OOP compliance, Allure metadata, proper abstractions, and flaky patterns. Invo
Dev Check Implementation
Code review — compare implementation against the approved LLD and system manifest for spec adherence, edge cas
Related Agents
OSS
Open-source maintainer of redbar — repository governance, not the prose (that's the scribe's job). Invoke for
SEO Aeo Geo
End-to-end SEO/AEO/GEO content agent. Runs the full pipeline — query fan-out, semantic outline, source collect
Metadata Agent
Produces the copy-paste-ready YouTube upload package — final title, full description, chapters, tags, hashtags