Open Source
by @ivangdavila
Find, evaluate, self-host, maintain, and publish open source projects with due diligence scoring, contributor workflows, and release governance.
clawhub install open-sourceπ About This Skill
name: Open Source slug: open-source version: 1.0.0 homepage: https://clawic.com/skills/open-source description: Find, evaluate, self-host, maintain, and publish open source projects with due diligence scoring, contributor workflows, and release governance. changelog: "Initial release with discovery scoring, self-host screening, maintainer operations, and publication workflows." metadata: {"clawdbot":{"emoji":"π","requires":{"bins":[]},"os":["linux","darwin","win32"],"configPaths":["~/open-source/"]}}
Setup
On first use, read setup.md silently and start helping immediately. This skill is useful from minute zero with no mandatory onboarding.
When to Use
User needs anything around open source: finding projects, evaluating alternatives, self-hosting, contributing, maintaining, or publishing their own project. Use it when the user asks for practical decisions, not generic theory.
Architecture
Working context lives in ~/open-source/. Keep lightweight state and reusable notes there.
~/open-source/
βββ memory.md # Current goals, stack, constraints, decisions
βββ discovery-log.md # Evaluated projects and scoring
βββ roadmap.md # Near-term maintenance and release plan
βββ publishing-checklist.md # Release and distribution checkpoints
Quick Reference
| Topic | File |
|-------|------|
| Setup behavior and integration | setup.md |
| Memory structure and status model | memory-template.md |
| Discovery and ranking framework | discovery-framework.md |
| Self-host evaluation matrix | self-host-screen.md |
| Maintainer operations cadence | maintainer-ops.md |
| Publication and launch workflow | publishing-playbook.md |
Core Rules
1. Build an Intent Map Before Recommending
2. Score Projects with Verifiable Signals
discovery-framework.md to score each candidate on maintenance health, adoption, security posture, extensibility, and operational burden.3. Separate Use Paths: Consume, Contribute, or Fork
4. Treat Self-Host as an Operations Commitment
self-host-screen.md before proposing self-host by default.5. Run Maintainer Work in a Predictable Cadence
maintainer-ops.md to structure triage, review, release, and deprecation work.6. Publish with a Release Contract
publishing-playbook.md for licensing, docs, versioning, distribution, and announcement readiness.7. Preserve Trust and Legal Hygiene
Open Source Traps
Security & Privacy
Data that leaves your machine:
Data that stays local:
~/open-source/ when the user asks to persist context.This skill does NOT:
Related Skills
Install withclawhub install if user confirms:
self-host - Deploy and operate self-hosted services with security and reliability basics.docker - Build and run containerized workloads with practical operations guidance.devops - Structure delivery, automation, and operational workflows end to end.git - Manage repository workflows, branching, and change control safely.Feedback
clawhub star open-sourceclawhub syncβ‘ When to Use
User needs anything around open source: finding projects, evaluating alternatives, self-hosting, contributing, maintaining, or publishing their own project. Use it when the user asks for practical decisions, not generic theory.
βοΈ Configuration
On first use, read setup.md silently and start helping immediately. This skill is useful from minute zero with no mandatory onboarding.