This tutorial converts a private local skill into a public-safe candidate.
Scanned 9/12/2026
Install to Claude Code
npx -y skills add shenmuxing/EtaSkill --skill tutorials --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Tutorials?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/shenmuxing-tutorials-etaskill)More formats (shields.io, HTML) on the badges page.
# Migrate A Local Skill
This tutorial converts a private local skill into a public-safe candidate.
## 1. Copy Only The Skill Package
Start from the minimum files needed to understand and run the workflow. Avoid copying logs, private prompts, generated outputs, or unrelated scratch files.
## 2. Remove Private Context
Search for private paths, accounts, project names, and one-off workflow details. Replace examples with generic fixtures.
## 3. Rewrite The Contract
Keep only reusable behavior. If the local version depends on a private tool, describe that dependency generically or mark it out of scope.
## 4. Validate And Review
Use `skill-management/` for structure and lifecycle cleanup, then `publication-review/` for final public-readiness review.
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!
Designs system architecture, component specifications, and technical integration strategy. Use when: designing solutions, system architecture, technology stack, or integration approaches.