opensource-pipeline

opensource pipeline

affaan-m 232k ↓ 3.8k MIT updated 25d ago
Claude Code
View source ↗

What it does

  • User says "open source this project" or "make this public"
  • User wants to prepare a private repo for public release
  • User needs to strip secrets before pushing to GitHub
  • User invokes /opensource fork, /opensource verify, or /opensource package
  • If fix: Apply fixes, re-run sanitizer (maximum 3 retry attempts — after 3 FAILs, present all findings and ask user to fix manually)
  • If abort: Clean up staging directory
  • setup.sh (executable)

Requirements & configuration

  • User needs to strip secrets before pushing to GitHub

Configuration: HOME

Derived from the skill's own SKILL.md documentation · extracted 2026-07-23

opensource pipeline

Source

Repository: https://github.com/affaan-m/everything-claude-code

opensource-pipeline FAQ

What does the opensource-pipeline skill do?

Open-source pipeline: fork, sanitize, and package private projects for safe public release. Chains 3 agents (forker, sanitizer, packager). Triggers: '/opensource', 'open source this', 'make this public', 'prepare for open source'. User says "open source this project" or "make this public" User wants to prepare a private repo for public release

What does opensource-pipeline require?

User needs to strip secrets before pushing to GitHub Configuration keys: HOME.

How do I install opensource-pipeline?

Run: npx -y skills add https://github.com/affaan-m/everything-claude-code --skill opensource-pipeline --agent claude-code — the source lives at github.com/affaan-m/everything-claude-code.

Maintain opensource-pipeline?

Let people know it's listed here — add the badge (live metrics, light/dark aware) or a plain link to your README or docs.

[opensource-pipeline on getagentictools](https://getagentictools.com/skills/affaan-m-everything-claude-code-opensource-pipeline?ref=badge)
npx agentictools info skills/affaan-m-everything-claude-code-opensource-pipeline

The second line is the CLI lookup for this page — handy in READMEs and docs.