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 210 of 240
Open biz-health-checkGeneral skillFinance, legal and compliance
biz-health-check↗
@sergiobuilds·Python
Cross-check a business number against public regulatory and operational records
Project overviewbiz-health-check looks up a Korean business registration number across public records and returns facts, sources, and lookup times side by side. Providers cover tax status, national-pension workplaces, published tax-debt lists, corporate basics, procurement sanctions, and regional permit status. It intentionally avoids scores or interpretation, downgrades unavailable providers instead of crashing, and requires a data.go.kr key for some services. Local permit matching also needs a region and may not provide the registration number itself.
- Stars
- ★ 0
- Forks
- ⑂ 0
- License
- MIT
Open dataechoCollection or directoryDevOps and deploymentClaude Code
dataecho↗
@mohocp·Shell
Deploy websites and preserve agent memory across sessions
Project overviewDataEcho packages one skill for publishing a file, static site, or Dockerfile-based app to a live URL and another for persistent agent memory. Publishing supports anonymous uploads with a later claim, incremental deploys, and private Drives with scoped share tokens. The memory skill keeps a small index and one fact per file, with atomic writes, history, undo, and handoff between agents. The scripts use Bash and Python’s standard library, while credentials and stored memories remain account-scoped.
- Stars
- ★ 0
- Forks
- ⑂ 0
- License
- MIT
Open solution-drafterGeneral skillDocument productivity
solution-drafter↗
@Hugin-Z·Python
Assemble scattered inputs into structured Chinese government and enterprise proposals
Project overviewsolution-drafter turns chats, meeting notes, and emails into formatted Chinese government or enterprise proposal documents. Its framework, document types, and domain plugins are separate, while five file-based stages handle intake, asset gathering, outline filling, content drafting, and revision. Missing source material stays marked for completion instead of being invented, and long documents are written section by section so completed work remains on disk if a run stops. The final output is a font-compliant DOCX.
- Stars
- ★ 0
- Forks
- ⑂ 0
- License
- MIT
Open wechat-typesetterRules or configurationSocial media content
wechat-typesetter↗
@chuanfan-ai
Format unchanged source text into WeChat-compatible card-style HTML
Project overviewwechat-typesetter is a reusable formatting specification for turning source text into inline-styled HTML that survives the WeChat public-account editor. It defines a two-color card system, eleven components, image-card wrappers, compatibility filters, and six self-checks. The source characters and paragraph structure must remain unchanged, with one output block per input paragraph. It targets WeChat on desktop and mobile; other publishing platforms are untested, and JavaScript is intentionally excluded.
- Stars
- ★ 0
- Forks
- ⑂ 0
- License
- MIT
Open lecture-builderGeneral skillEducation and learning
lecture-builder↗
@dhcnsa-netizen·Python
Combine lesson notes and question documents into student and teacher handouts
Project overviewlecture-builder combines a knowledge document, question document, and optional solution document into two printable DOCX handouts. The student edition leaves answer space after each problem, while the teacher edition adds answers and explanations. The engine copies source images, Word formulas, and tables at the XML level instead of retyping them, then applies fixed A4 layout, numbering, contents, and page elements. A small configuration file maps knowledge sections to questions; without a solution file, only the student edition is produced.
- Stars
- ★ 0
- Forks
- ⑂ 0
- License
- MIT
Open ai-landing-skillGeneral skillFrontend development
ai-landing-skill↗
@arturayupov
Compose AI-startup landing pages with performative-ui components and recipes
Project overviewai-landing-skill teaches compatible coding agents how to compose performative-ui’s React components into AI-startup landing pages. It includes recipes for hero, social proof, pricing, and waitlist sections, three worked examples, and rules such as using one hero centerpiece, keeping metrics plausible, and checking mobile layouts. The visual language is intentionally AI-startup oriented, so the skill defers for regulated industries, generic non-tech sites, app interfaces, or projects with an existing design system.
- Stars
- ★ 0
- Forks
- ⑂ 0
- License
- MIT
Open disk-cleaner-skillGeneral skillPersonal and daily life
disk-cleaner-skill↗
@jcordon5·Python
Clean disk space safely with adaptive scans, explanations, and approval gates
Project overviewdisk-cleaner-skill scans a macOS or Linux machine, classifies space usage by safety, and presents the findings in a local browser dashboard. It never deletes during discovery and asks for explicit approval before acting: pure caches may be removed, while review items move to the recoverable Trash and protected data is excluded. A dry-run, per-item approval, self-contained report, and append-only action log support inspection. The project is still v0.1 alpha, so the dry-run and backups remain important.
- Stars
- ★ 0
- Forks
- ⑂ 0
- License
- MIT
Open nextjs-app-router-auditGeneral skillCode review and quality
nextjs-app-router-audit↗
@datagrove-nl·JavaScript
Audit Next.js App Router code for RSC, performance, and SEO risks
Project overviewNext.js App Router Audit scans an App Router codebase with a zero-dependency Node tool for Server Component boundary mistakes, request waterfalls, client-side anti-patterns, and Core Web Vitals risks. It reports issues such as lost metadata, legacy head or image usage, needless client components, effect-based fetching, raw images, unsafe HTML, and missing streaming fallbacks, with severity-ranked fixes. A companion checklist covers judgment calls the scanner cannot prove, and JSON output can fail CI on errors.
- Stars
- ★ 0
- Forks
- ⑂ 0
- License
- MIT
Open dope-skillGeneral skillCommunication and collaboration
dope-skill↗
@soil-dev
Adapt communication, sales, and relationship approaches to four style profiles
Project overviewDope reads a person’s communication tendencies through four bird profiles—Peacock, Dove, Eagle, and Owl—and uses the selected profile to shape everyday messages, sales conversations, and relationship advice. The skill keeps the model, reading guide, and three playbooks in separate reference files, so an agent can load the relevant context for a situation. It is best used as a conversational hypothesis about how someone may receive a message, not as a permanent label.
- Stars
- ★ 0
- Forks
- ⑂ 0
- License
- Apache-2.0
Open appstore-connect-skillGeneral skillDevOps and deploymentREST
appstore-connect-skill↗
@sesamehut·TypeScript
Manage App Store Connect tasks through an AI-friendly command-line tool
Project overviewApp Store Connect Agent Skill maps plain-language requests to a bundled CLI for Apple’s official App Store Connect API. It manages listings, localizations, review replies, reports, media, TestFlight, builds, submissions, and releases from local agents such as Claude Code, Codex, or Cursor. It requires Node.js 22.12 or later, network access, and App Store Connect API credentials; it does not build or sign apps, and website-only tasks remain outside its scope.
- Stars
- ★ 0
- Forks
- ⑂ 0
- License
- MIT
Open smart-contract-audit-skillGeneral skillSecurity and privacy
smart-contract-audit-skill↗
@nuwrldnf8r·Rust
Audit EVM, Solana, and CosmWasm contracts for exploitable security flaws
Project overviewsmart-contract-audit reviews Solidity, Vyper, Solana, and CosmWasm code from an attacker’s perspective. It builds a system model and invariants, runs available analyzers, performs manual function-by-function review, and writes severity-rated findings with concrete exploit paths and remediation. The methodology also examines privileged roles, upgrades, oracles, cross-chain messages, and live deployment state before producing a GO, conditional GO, or NO-GO verdict. Coverage of other virtual machines is general and partial, and a clean report is not a guarantee of safety.
- Stars
- ★ 0
- Forks
- ⑂ 1
- License
- MIT
Open pet-freedomGeneral skillFinance, legal and compliance
pet-freedom↗
@blonderoofrat·Python
Research and publish source-cited pet laws across jurisdictions
Project overviewPet Freedom researches whether a chosen animal species may be kept, bred, sold, or transported across countries, states, and territories, then publishes source-cited pages to WordPress. A species configuration drives the research, verification, and publishing flow; optional features can draft agency inquiries or build an advocacy toolkit. Credentials and private notes stay local, while public pages expose only safe fields. Laws change and local interpretation matters, so the project treats its output as research support rather than legal advice and asks readers to verify original sources.
- Stars
- ★ 0
- Forks
- ⑂ 0
- License
- MIT
Open ats-score-builderGeneral skillWriting and editing
ats-score-builder↗
@brianjkopp-netizen
Tailors a real resume to a job description for ATS matching.
Project overviewATS Score Builder compares a current resume with a specific job description, extracts exact phrases, pairs key acronyms with their full forms, and removes formatting choices that confuse resume parsers. It is a 15-step method with a template rather than a resume generator, and it never invents experience, titles, skills, or metrics. A final keyword scan helps measure the result.
- Stars
- ★ 0
- Forks
- ⑂ 0
- License
- MIT
Open getdocsCLI appKnowledge management
getdocs↗
@jonbakerfish·Python
Mirrors documentation sites as clean, local Markdown for coding agents.
Project overviewgetdocs turns a documentation site into a local Markdown tree that coding agents can search without repeatedly loading navigation, banners, or rendered HTML. It preserves URL structure, page metadata, and a crawl manifest, and prefers cloning an open-source repository’s original Markdown before falling back to crawling. Runs can target one section or a whole site, resume from output files, and report whether the result was crawled or cloned.
- Stars
- ★ 0
- Forks
- ⑂ 0
- License
- MIT
Open loom-flowGeneral skillProject and product management
loom-flow↗
@reslava
Keeps coding work resumable through a Markdown project record.
Project overviewloom-flow makes a small set of Markdown files the durable memory for an AI coding workstream. The assistant moves from chat to idea, design, plan, implementation, and done records, rereads them in a fresh session, then stops after one requested step and records what happened. It has no build or MCP dependency; larger teams that need enforced writes, stale-state tracking, or a document graph can move to the separate Loom engine.
- Stars
- ★ 0
- Forks
- ⑂ 0
- GitHub updated
- Jun 12, 2026
Open preprod-checkGeneral skillDevOps and deployment
preprod-check↗
@kevincui1034
Checks a project’s production readiness across 17 risk categories.
Project overviewPre-Prod Readiness Check detects a project’s stack and fans out read-only checks across 17 production-readiness categories, including authentication, billing, external requests, secrets, databases, AI safety, performance, compliance, and release operations. It merges duplicate findings and re-checks Critical and High items against their cited locations before producing a severity-grouped report. Mechanical fixes are drafted one at a time and require approval before application.
- Stars
- ★ 0
- Forks
- ⑂ 0
- License
- MIT
Open cost-analysisGeneral skillFinance, legal and compliance
cost-analysis↗
@kevincui1034
Calculates plan and user margins from a project’s recurring costs.
Project overviewCost & Margin Analysis inventories paid APIs, SDKs, scrapers, hosting, storage, messaging, payments, and other recurring surfaces in a codebase, then attaches rates from repository data, saved snapshots, or provider pages after permission to fetch. It models average, minimum-payment high-cost, and legitimate power-user scenarios per plan and feature, including payment fees. The scope is variable run cost and margin, not one-time build costs or formal finance and tax work.
- Stars
- ★ 0
- Forks
- ⑂ 0
- License
- MIT
Open dual-subtitles-srt-skillGeneral skillVideo creation and editing
dual-subtitles-srt-skill↗
@CalebDane7·Python
Builds, repairs, and proves English-Indonesian dual SRT subtitles.
Project overviewDual Subtitles SRT Skill combines English and Indonesian text into one subtitle track, keeping English above Indonesian while aligning cues, repairing timing, wrapping long lines, and rejecting overlaps or blank entries. Its scripts can probe media start offsets, shift active sidecars together, create exact-basename auto-load copies, and validate the four-line limit. It also renders frames from the actual movie for visual confirmation, so writing a file alone is not treated as proof.
- Stars
- ★ 0
- Forks
- ⑂ 0
- GitHub updated
- Jun 26, 2026