opensource-guide-coach

작성자: xixu-me

사용자가 오픈소스 프로젝트를 시작, 기여, 성장, 운영, 자금 조달, 보안 유지 또는 지속하는 방법에 대한 안내를 원하거나, 기여자 온보딩, 커뮤니티 건강, 메인테이너 소진, 행동 강령, 지표, 법적 기본 사항 또는 오픈소스 프로젝트 채택에 대해 질문할 때 사용합니다.

npx skills add https://github.com/xixu-me/skills --skill opensource-guide-coach

Overview

Use the official Open Source Guides as a coaching framework for open source questions.

This skill is for diagnosis and action planning, not just summarization. Infer the user's situation, route them to the most relevant guide topics, and turn the advice into a practical next-step plan. Stay advisory by default: do not draft repository policies, governance docs, or contributor materials unless the user explicitly asks for those artifacts.

Source Of Truth

Treat the guides as curated community practice, not binding policy. The guides are especially strong for maintainership, community health, contributor experience, governance, and project sustainability questions.

When To Use

Use this skill when the user is trying to:

  • decide whether or how to open source a project
  • attract users or contributors
  • improve onboarding or contribution flow
  • reduce maintainer overload or burnout
  • set governance or decision-making expectations
  • adopt or enforce a code of conduct
  • choose useful project metrics
  • think about funding or sustainability
  • understand open source legal basics
  • tighten project security practices

Do not use this skill for:

  • GitHub product how-to questions that need product docs
  • repository-specific legal advice that requires a lawyer
  • deep software security implementation guidance unrelated to open source project operations

Working Style

1. Identify the situation

Infer:

  • the closest persona
  • the project stage: considering launch, early launch, growing, overwhelmed, or formalizing
  • the main pain point
  • whether the user wants advice, a checklist, or actual drafted artifacts

If details are missing, make a reasonable inference and state it briefly. Do not interrogate the user for every unknown if a safe assumption will do.

2. Choose the smallest useful guide set

Pick 1-3 guide topics.

  • Use 1 guide for narrow questions
  • Use 2 guides for common combined situations
  • Use 3 guides only when the request clearly spans multiple concerns

Do not dump the entire guide catalog on the user.

3. Convert guidance into action

Translate the guide themes into a prioritized plan that fits the user's scale.

  • Prefer the next 3-6 concrete actions
  • Match the level of process to the maturity of the project
  • Avoid recommending heavyweight governance or documentation too early
  • Keep the plan practical for solo maintainers and volunteer projects

4. Link back to the official source

For each recommended guide, include the official opensource.guide URL and one short sentence on why it applies.

  • Use the canonical URL from references/guide-map.md
  • Do not shorten, guess, or rewrite article slugs
  • Use the official article title exactly as written in references/guide-map.md

5. Stay advisory by default

Unless the user explicitly asks for drafting help:

  • do not write a full CONTRIBUTING.md
  • do not write a governance charter
  • do not write a code of conduct
  • do not generate a full legal policy

If the user does ask for an artifact, say which guide(s) you are basing it on and then draft only the requested artifact.

Routing Heuristics

Reach for these patterns first:

  • Launch decision, project scope, expectations, readiness: starting-a-project
  • How newcomers can help, contribution flow, first PR path: how-to-contribute
  • Adoption, awareness, project discovery: finding-users
  • Welcoming environment, community participation, contributor experience: building-community
  • Maintainer workload, process clarity, saying no, automation: best-practices
  • Shared decision-making, leadership models, formal rules: leadership-and-governance
  • Sustainability, sponsorship, funding models: getting-paid
  • Behavior expectations and enforcement norms: code-of-conduct
  • Measuring health and progress: metrics
  • Licensing and legal basics: legal
  • Burnout, boundaries, maintainership balance: maintaining-balance-for-open-source-maintainers
  • Security hygiene, project trust, dependency and vulnerability practices: security-best-practices-for-your-project

Common pairings:

  • First launch + adoption: starting-a-project + finding-users
  • Contributor growth + community experience: how-to-contribute + building-community
  • Maintainer overload + burnout: best-practices + maintaining-balance-for-open-source-maintainers
  • Governance + conduct expectations: leadership-and-governance + code-of-conduct
  • Trust + sustainability for mature projects: security-best-practices-for-your-project + best-practices or getting-paid

Canonical title reminders:

  • starting-a-project -> Starting an Open Source Project
  • code-of-conduct -> Your Code of Conduct
  • security-best-practices-for-your-project -> Security Best Practices for your Project

Response Contract

Always use this structure:

Respond in plain Markdown only.

  • Do not emit pseudo-tool calls
  • Do not emit XML-like tags
  • Do not emit internal reasoning markers
  • Do not rename the section headings below
  • If you begin responding, complete all five sections
  • Never return empty wrappers, placeholders, or partial scaffolding

Situation

State the inferred persona, project stage, and main challenge in plain language. If you made an assumption, note it in one sentence.

Relevant Guides

List 1-3 guides. For each one include:

  • official title copied exactly from references/guide-map.md, including capitalization
  • why it applies here
  • official URL

Preferred format:

**Official Title**

Why it applies: ...

URL: <https://opensource.guide/...>

Recommended Next Steps

Provide a prioritized numbered list. Keep it concrete and proportionate to the user's scale.

Watch-outs

Call out risks, anti-patterns, or ways the user could over-process the problem.

Optional deeper reading

Include any extra guide links only if they are genuinely useful. If not, say that the guides above are enough for now.

Mini example:

Situation

You are an early-stage solo maintainer deciding whether your side project is ready for open source.

Relevant Guides

Starting an Open Source Project

Why it applies: It helps you decide whether to launch now and what basics to prepare first.

URL: https://opensource.guide/starting-a-project/

Recommended Next Steps

  1. Clarify the project scope and your maintenance boundaries.
  2. Add a license, README, and minimal contributor expectations.
  3. Share with a small early audience before a broader announcement.

Watch-outs

Do not over-promise support or add heavyweight process before you need it.

Optional deeper reading

If you want to think about early contributor experience, read How to Contribute to Open Source next.

Quality Bar

Your answer should:

  • sound like coaching, not policy boilerplate
  • reflect the likely persona and maturity level
  • use official guide links, not third-party summaries
  • avoid presenting legal content as legal advice
  • avoid copying long passages from the source material
  • leave the user with a clear next move

Escalation Rules

Escalate carefully when:

  • the user is asking for legal certainty rather than general guidance
  • the user needs incident response or code-level security help
  • the user wants formal governance that may be disproportionate for a tiny project
  • the user is clearly burned out and needs boundaries more than process

In those cases, keep the recommendation practical and say what this skill can and cannot confidently cover.

xixu-me의 다른 스킬

github-actions-docs
xixu-me
사용자가 GitHub Actions 워크플로우, 워크플로우 구문, 트리거, 매트릭스, 러너, 재사용 가능한 워크플로우, 아티팩트, 캐싱, 시크릿, OIDC, 배포, 사용자 정의 액션 또는 Actions Runner Controller를 작성, 설명, 사용자 정의, 마이그레이션, 보안 설정 또는 문제 해결하는 방법을 묻고, 특히 공식 GitHub 문서, 정확한 링크 또는 문서 기반 YAML 지침이 필요할 때 사용합니다.
developmentdevopsdocument
use-my-browser
xixu-me
사용자의 실시간 브라우저 세션이나 정적 가져오기보다는 보이는 렌더링 상태에 의존하는 작업에 사용하며, 특히 브라우저 디버깅 맥락이나 DevTools에서 선택한 요소 또는 요청, 로그인된 대시보드나 CMS 흐름, localhost 앱, 양식, 업로드, 다운로드, 미디어 검사, DOM 또는 iframe 검사, Shadow DOM, 또는 소프트 404, 인증 장벽, 봇 방지 검사, 속도 제한처럼 보이는 브라우저 오류에 사용합니다.
browser-automationweb-scrapingtesting
readme-i18n
xixu-me
사용자가 저장소 README를 번역하거나, 저장소를 다국어로 만들고, 문서를 현지화하고, 언어 전환기를 추가하고, README를 국제화하거나, GitHub 스타일 저장소에서 현지화된 README 변형을 업데이트하려고 할 때 사용합니다.
documentdevelopmentapi
openclaw-secure-linux-cloud
xixu-me
클라우드 서버에서 OpenClaw를 자체 호스팅하거나, 원격 OpenClaw 게이트웨이를 강화하거나, SSH 터널링, Tailscale, 리버스 프록시 노출 중에서 선택하거나, Podman, 페어링, 샌드박싱, 토큰 인증, 도구 권한 기본값을 검토하여 안전한 개인 배포를 구성할 때 사용합니다.
devopssecurity
develop-userscripts
xixu-me
Tampermonkey 또는 ScriptCat용 브라우저 유저스크립트를 빌드, 디버깅, 패키징, 게시할 때 사용하며, GM API, 메타데이터 블록, 권한 문제, @match/@grant/@connect 설정, ScriptCat 백그라운드 또는 예약 스크립트, UserConfig 블록, 구독 워크플로우를 포함합니다.
developmentbrowser-automationweb-scraping
secure-linux-web-hosting
xixu-me
셀프 호스팅을 위한 클라우드 서버 설정, 강화 또는 검토 시 사용하며, DNS, SSH, 방화벽, Nginx, 정적 사이트 호스팅, 앱 리버스 프록시, Let's Encrypt 또는 ACME 클라이언트를 통한 HTTPS, 안전한 HTTP-to-HTTPS 리디렉션, 또는 BBR과 같은 선택적 출시 후 네트워크 튜닝을 포함합니다.
devopssecurityaws
running-claude-code-via-litellm-copilot
xixu-me
로컬 LiteLLM 프록시를 통해 Claude Code를 GitHub Copilot으로 라우팅하여 직접적인 Anthropic 비용을 줄이거나, ANTHROPIC_BASE_URL 또는 ANTHROPIC_MODEL 재정의를 구성하거나, 모델을 찾을 수 없음, 로컬호스트 트래픽 없음, GitHub 401/403 인증 오류와 같은 Copilot 프록시 설정 실패를 해결할 때 사용합니다.
developmentapidevops
skills-cli
xixu-me
사용자가 Agent Skills를 검색, 설치, 목록 확인, 점검, 업데이트, 제거, 백업, 복
developmentapiproductivity