open-sourcing

by trailofbits 6.6k CC-BY-SA-4.0 Updated Aug 18, 2026
open-sourcing skill by trailofbits
open-sourcing — Workflow skill by trailofbits

open-sourcing is an open-source workflow skill for Claude Code and compatible agents, published by trailofbits. Its author describes it as: “This skill should be used when the user asks to "open source this project", "prepare this repository for public release", "make this repo public", "check open-source readiness", "choose a license for this project", or…”. The project has 6.6k stars on GitHub and is available under the CC-BY-SA-4.0 license. Add it to your setup with `/plugin marketplace add trailofbits/skills`.

What open-sourcing does

Prepare a repository for public release so that an outsider with no prior context can build, use, and contribute to it — and so that nothing sensitive ships with it. Work through the steps in order; the secrets audit comes first because its outcome (keeping vs. recreating the repository) affects everything after it.

Installation

Add open-sourcing to your agent with:

/plugin marketplace add trailofbits/skills

Always review a skill's source before installing it. This command comes from the skill's public repository; the linked repo is the source of truth for exact setup steps.

What's inside

The SKILL.md for open-sourcing is organised into these sections:

  • When to Use
  • When NOT to Use
  • Workflow
  • Step 1: Detect the organization profile
  • Step 2: Audit for secrets — before anything else
  • Step 3: Run the readiness check
  • Step 4: Documentation
  • Step 5: Licensing
  • Step 6: Tests and CI
  • Step 7: Repository settings
  • Step 8: Releases and versioning
  • Step 9: Language-specific practices

When to use it

Reach for open-sourcing when you want workflow help from your agent without writing the same instructions every session. Load the skill and the agent picks it up automatically for relevant tasks.

Strengths

  • Clear CC-BY-SA-4.0 license — safe to read and adapt
  • Ships in trailofbits/skills, an established project with 6,646 GitHub stars
  • Actively maintained (recent commits)

Topics

agent-skills

Frequently asked questions

What does open-sourcing do?
This skill should be used when the user asks to "open source this project", "prepare this repository for public release", "make this repo public", "check open-source readiness", "choose a license for this project", or "set up release automation" ahead of a public launch. Provides a release-readiness workflow covering secrets hygiene, licensing, documentation, CI, and language-specific packaging.
How do I install open-sourcing?
Run /plugin marketplace add trailofbits/skills in your agent, then reload your skills. Review the source at https://github.com/trailofbits/skills before installing.
Is open-sourcing free to use?
Yes. open-sourcing is free and open source under the CC-BY-SA-4.0 license, so you can read, run, and adapt it within that license's terms.
Where does open-sourcing come from?
open-sourcing ships inside trailofbits/skills, a repository that contains 41 catalogued skills in total. The repository's 6,646 GitHub stars apply to that whole collection, not to this skill on its own.

Related skills

More Workflow →

Enforces authenticated gh CLI workflows over unauthenticated curl/WebFetch patterns. Use when working with GitHub URLs, API access, pull requests, or issues.

6.6k trailofbits CC-BY-SA-4.0

Draws the 12 Houses of the Zodiac Tarot spread to inject entropy into planning when prompts are vague, ambiguous, or casually delegated. Interprets the spread to guide next steps. Use when the user says 'let fate decide', 'YOLO', 'whatever', 'idk', or other nonchalant phrases, makes Yu-Gi-Oh references, or when you are about to arbitrarily pick between multiple reasonable approaches. Prefer over asking clarifying questions when the user's tone is casual or playful rather than precision-seeking.

6.6k trailofbits CC-BY-SA-4.0

The first open-source agent skills builder. Define skills by vibe workflow, run on Claude Code, Cursor, Codex & more. Build Clawdbot 🦞· APIs for Lovable · Bots for Slack & Lark/Feishu · Skills are infrastructure, not prompts.

7.5k refly-ai Other

references is an open-source workflow skill for Claude Code and compatible agents, published by refly-ai. It packages reusable instructions an agent loads on demand to help with workflow tasks. The project has 7.5k stars on GitHub and ships custom license terms, so review them before reuse. Add it to your setup with `git clone https://github.com/refly-ai/refly ~/.claude/skills/references`.

7.5k refly-ai Other