Find the open-source solution that fits.
Start with a real need, then filter by use case, format, runtime, and repository facts to find projects you can use, combine, or build on.
- Projects
- 4,306
- Authors
- 3,645
- GitHub Stars
- 13,022,829
4306 projects · page 202 of 240
Open env-paper-writingCollection or directoryWriting and editingClaude Code
env-paper-writing↗
@Jeese-do·Python
Writes and polishes English manuscripts for environmental science.
Project overviewenv-paper-writing collects six Claude skills for environmental science and engineering papers: section drafting, abstracts, figure captions, cover letters, reviewer responses, and data-availability statements. It preserves LaTeX commands, uses domain terminology and units, and avoids inventing missing data; authors remain responsible for accuracy and disclosure.
- Stars
- ★ 0
- Forks
- ⑂ 0
- License
- MIT
Open redesignerGeneral skillDesign and creative work
redesigner↗
@chafamaster2000·TypeScript
Rebuilds websites or mobile apps from captured visual details.
Project overviewredesigner captures a website with Playwright or a native app with Maestro, then creates a navigable mock, design analysis, UX findings, and a React-based redesign with Tailwind and Framer Motion. It can export HTML, Figma, and Pencil artifacts after approval. Logins are manual, and capture stays read-only.
- Stars
- ★ 0
- Forks
- ⑂ 0
- License
- MIT
Open repo-summarizerGeneral skillSoftware development
repo-summarizer↗
@dyingpotato890
Turns a codebase into an architecture guide and newcomer cheat sheet.
Project overviewrepo-summarizer analyzes a repository's structure, dependencies, modules, data flow, configuration, and tests, then writes an Obsidian-ready architecture document plus a one-page quick reference. It works across frontend, backend, monorepo, full-stack, and mobile projects, and is invoked with /summarize.
- Stars
- ★ 0
- Forks
- ⑂ 0
- License
- MIT
Open city-food-guideGeneral skillContent creation
city-food-guide↗
@SkylarWJY·HTML
Turns a restaurant JSON list into a bilingual, check-in-ready city guide.
Project overviewCity Food Guide builds a static bilingual restaurant site from one JSON file and a set of photos. Visitors can filter and search venues, mark visits, browse a map, and generate share cards, while creators can export a PDF and map data or offer email-gated downloads. The result has no backend and can be deployed to common static hosts.
- Stars
- ★ 0
- Forks
- ⑂ 0
- License
- MIT
Open intune-conflict-detectorCLI appSecurity and privacy
intune-conflict-detector↗
@aharwelik·Python
Finds hidden Microsoft Intune policy conflicts from an offline export.
Project overviewintune-conflict-detector reads an offline Microsoft Graph export, normalizes settings across policy types, and intersects assignments before reporting conflicts or duplicate values. It catches custom OMA-URI and cross-type issues that the Intune view can miss. The analyzer is read-only, uses only the Python standard library, and does not contact a tenant.
- Stars
- ★ 0
- Forks
- ⑂ 0
- License
- MIT
Open intune-drift-sentryGeneral skillDevOps and deployment
intune-drift-sentry↗
@aharwelik·Python
Diffs Intune snapshots, ranks drift, and writes a reversible rollback plan.
Project overviewintune-drift-sentry compares two exported Intune snapshots by canonical setting identity, classifies changes by risk, and writes one reverse step for each change. It can emit a receipt that checks whether the rollback covers the diff, but remains offline and read-only; applying Graph-level actions is a separate human-approved step.
- Stars
- ★ 0
- Forks
- ⑂ 0
- License
- MIT
Open netguard-configGeneral skillDevOps and deployment
netguard-config↗
@aharwelik·Python
Checks Cisco-style configs offline and generates a rollback before deployment.
Project overviewnetguard-config validates a proposed Cisco IOS-style configuration without contacting a device. It checks addressing math, duplicate IPs, routes, dangerous access and management lines, then produces an ordered rollback. The tool is a heuristic linter rather than a full IOS parser or simulator, so lab validation and human approval still matter.
- Stars
- ★ 0
- Forks
- ⑂ 0
- License
- MIT
Open import-sentinelGeneral skillSecurity and privacy
import-sentinel↗
@aharwelik·Python
Catches hallucinated, typosquatted, and undeclared Python or JS imports.
Project overviewimport-sentinel resolves Python and JavaScript/TypeScript imports against the standard library, dependency manifests, and local modules. It flags missing packages, one-edit typosquats of popular names, and real dependencies that are not declared. The offline standard-library tool can scan a project or diff as a pre-commit gate, with heuristics clearly separated from package-index checks.
- Stars
- ★ 0
- Forks
- ⑂ 0
- License
- MIT
Open blast-radiusGeneral skillCode review and quality
blast-radius↗
@aharwelik·Python
Scores code-diff reach and risk before a merge.
Project overviewblast-radius reads a unified diff and reports its scope, severity, and high-reach signals, including committed secrets, authentication changes, deleted tests, deployment files, migrations, and dependency manifests. It can fail a pre-merge gate at a chosen threshold, but the score is a review signal rather than a correctness verdict.
- Stars
- ★ 0
- Forks
- ⑂ 0
- License
- MIT
Open discord-history-exportGeneral skillKnowledge managementModel Context Protocol
discord-history-export↗
@DaizeDong·Python
Exports visible Discord channels and threads into readable HTML and JSON.
Project overviewdiscord-history-export uses a headed Playwright browser for a user login, captures the target server details, exports visible channels and threads, and reorganizes the result into category-based HTML plus parallel JSON. It is a one-shot archive, not sync or monitoring. Automating a user account can conflict with Discord's ToS, and the skill advises changing the password afterward.
- Stars
- ★ 0
- Forks
- ⑂ 0
- License
- MIT
Open offboarding-auditorGeneral skillKnowledge management
offboarding-auditor↗
@ihugang·Shell
Checks code and docs for handover gaps when an engineer leaves.
Project overviewoffboarding-auditor examines a departing engineer's code and documentation for knowledge silos, account bindings, unfinished work, dependencies, and test coverage. It scores how independently a new owner could take over, then produces a severity-ranked report and assignable fixes to complete before departure. The focus is inheritability, not code style.
- Stars
- ★ 0
- Forks
- ⑂ 0
- GitHub updated
- Jun 2, 2026
Open easyeda-pro-claude-skillGeneral skillDesign and creative workModel Context Protocol
easyeda-pro-claude-skill↗
@v0id-byte
Verify EasyEDA Pro schematic edits through exported netlists.
Project overviewEasyEDA Pro Claude Skill adds a netlist-first discipline on top of the official API, MCP servers, or computer-use editing. After each change it checks pin-to-net connectivity in the exported text, catching floating wires, silent net merges, and part-swap pin remaps. EasyEDA Pro and an editing channel are required.
- Stars
- ★ 0
- Forks
- ⑂ 0
- License
- MIT
Open tech-audit-skillGeneral skillCode review and quality
tech-audit-skill↗
@GuidanceStudio·Python
Runs intent-routed, severity-calibrated software codebase reviews.
Project overviewtech-audit routes a codebase review into quick, security, release, deep, or full modes across a 13-dimension framework. Stack-aware extensions cover PHP/Laravel, Python/FastAPI, TypeScript/Node, shell, and Docker, while calibrated severity keeps real blockers separate from minor findings. It suits PR checks, release gates, and deeper technical reviews.
- Stars
- ★ 0
- Forks
- ⑂ 0
- License
- MIT
Open china-report-navigatorGeneral skillResearch and knowledge
china-report-navigator↗
@Manlikey·Python
Builds Chinese sell-side research packs with metrics, views, and editable memos.
Project overviewChina Report Navigator turns a Chinese equity or industry research question into a searchable report pack. It organizes broker coverage, target prices, ratings, valuation, forecasts, and operating metrics while separating official facts from analyst views and agent inference. Outputs include CSV matrices and editable memos; blocked PDFs remain as manual links rather than being fetched by bypassing access controls.
- Stars
- ★ 0
- Forks
- ⑂ 0
- GitHub updated
- Jun 3, 2026
Open OutReach-StackCollection or directoryMarketing, growth and salesClaude Code
OutReach-Stack↗
@alqzowskiy·TypeScript
Writes focused cold email, InMail, follow-ups, and recipient-specific hooks.
Project overviewoutreach-stack guides outbound writing through four skills: cold email, LinkedIn messages, follow-ups, and recipient research. It asks forcing questions before drafting, respects each channel's length and CTA limits, and produces variants with different strategic outcomes instead of cosmetic rewrites. A shared linter removes common bot-like phrasing; Bun is optional for local voice memory and linting.
- Stars
- ★ 0
- Forks
- ⑂ 0
- License
- MIT
Open socratic-mirrorGeneral skillEducation and learning
socratic-mirror↗
@krux3009·HTML
Builds self-contained interactive concept lessons with parables, quizzes, and flashcards.
Project overviewSocratic Mirror creates one interactive HTML lesson for a concept. Two unrelated parables introduce the shared mechanism, followed by staged multiple-choice questions on comprehension, misconceptions, analogy, recall, and transfer; each first answer locks and receives immediate feedback. Pages work offline without dependencies, but the method intentionally uses recognition questions rather than free-text explanations.
- Stars
- ★ 0
- Forks
- ⑂ 0
- License
- MIT
Open travelguide-composerGeneral skillPersonal and daily life
travelguide-composer↗
@jovd83·Python
Turns itineraries into structured, illustrated DOCX or HTML travel roadbooks.
Project overviewtravelguide-composer parses Markdown, DOCX, XLSX, or PDF itineraries, catalogs missing structural details, and delegates prose for each gap to the companion travelguide-copywriter skill. It then compiles a roadbook or interactive guide with photos, maps, and climate information in one of six styles. The companion skill and Node/Python dependencies are required.
- Stars
- ★ 0
- Forks
- ⑂ 0
- License
- MIT
Open watson-skillGeneral skillDesign and creative work
watson-skill↗
@volkermaxmeyer
Sharpens field observations through service, business, and trend lenses.
Project overviewWatson turns a brief field observation into three distinct takes: Service Design, Business Model, and Trend. Each lens adds one Socratic question, with an optional deepen mode for a fuller analysis. Saving is opt-in and writes a structured Markdown note only after the user asks, so the default experience remains chat-only.
- Stars
- ★ 0
- Forks
- ⑂ 0
- License
- MIT