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 154 of 240
Open AntiApophenia-Claude-SkillGeneral skillResearch and knowledge
AntiApophenia-Claude-Skill↗
@iamschmuck
Test pattern claims with null models, controls, and falsification
Project overviewAnti-Apophenia makes an agent treat an appealing pattern as a hypothesis rather than a finding. It requires a claim, evidence, null model, alternatives, prediction, and disconfirmation loop, while penalizing post-hoc fitting, repeated attempts, cherry-picking, and vague resemblance. Evidence grades and explicit verdicts separate strong, weak, rejected, and unknown results, and tempting branches stay parked instead of steering the investigation. Speculative exploration is allowed only in a clearly marked sandbox.
- Stars
- ★ 1
- Forks
- ⑂ 0
- License
- MIT
Open hekouwang-stock-data-reader-skillGeneral skillContent creation
hekouwang-stock-data-reader-skill↗
@huiyonghkw·Python
Review an A-share company with neutral public-data retrospectives
Project overviewhekouwang-stock-data-reader-skill accepts an A-share code, pulls public market and company data through AkShare, calculates a fixed set of indicators, and produces publishable chart cards plus long-form and headline versions. Its built-in boundary is deliberately non-predictive: it does not recommend stocks, forecast prices, or give trading points, and adds a risk notice to the output. The data source needs no API key, but the result remains an informational retrospective rather than investment advice.
- Stars
- ★ 1
- Forks
- ⑂ 0
- License
- MIT
Open github-auto-backupGeneral skillDevOps and deployment
github-auto-backup↗
@OlivierHijlk1
Back up Git projects and manage GitHub changes with safety gates
Project overviewgithub-auto-backup interviews you about repository settings when creating a project, then manages local Git and GitHub backups with conventional commits. It can commit, push, pull, and create branches, but pauses before public pushes, force-pushes, opening or merging pull requests, deleting branches, or changing repository settings. It never commits secrets or silently makes a private repository public. Local-only mode works without GitHub; GitHub operations need an authenticated gh CLI.
- Stars
- ★ 1
- Forks
- ⑂ 0
- License
- MIT
Open living-docs-skillGeneral skillDocument productivity
living-docs-skill↗
@ejklock·Shell
Keep project documentation synchronized with code and decisions
Project overviewLiving Docs treats documentation as a governed part of the codebase, organizing constitutions, PRDs, ADRs, BDRs, issues, research notes, and Mermaid diagrams around five invariants. Facts have one home, every document is indexed, old decisions are superseded rather than rewritten, and structural changes carry their documentation in the same change. A deterministic linter checks the contract across Claude Code, Cursor, Copilot, OpenCode, Codex, and Pi. It governs organization, not a project’s technology choice.
- Stars
- ★ 1
- Forks
- ⑂ 0
- GitHub updated
- Jun 27, 2026
Open claude-plan-action-skillGeneral skillSoftware development
claude-plan-action-skill↗
@donglinfei-debug
Classify complex coding tasks and produce an approval-ready execution plan.
Project overviewThe skill assigns each request an S, A, B, or C level based on complexity and risk, then scales the planning depth accordingly. For larger jobs it breaks down goals and constraints, audits available agents and tools, evaluates feasibility, and lays out milestones and deliverables before implementation begins. Code is held until the user approves the plan, and the supplied planning template can be adapted to a team's workflow.
- Stars
- ★ 1
- Forks
- ⑂ 0
- License
- MIT
Open recite-coachGeneral skillEducation and learning
recite-coach↗
@lixingjian2005·HTML
Convert PDFs into flashcards for local Leitner review
Project overviewRecite Coach uses an agent workflow to turn PDFs, lecture notes, textbooks, tables, or pasted text into compact recall cards, then converts cards.md into cards.json for a local browser player. The player supports answering, revealing, self-rating, and Leitner-style review on the user’s machine, with no cloud study service required. The skill creates the cards; the player is not a standalone PDF-understanding engine. Python’s standard library is sufficient for the local tool.
- Stars
- ★ 1
- Forks
- ⑂ 0
- License
- MIT
Open solana-breakglass-skillGeneral skillSecurity and privacy
solana-breakglass-skill↗
@MerlijnW70·Shell
Triage Solana incidents with read-only evidence and safer next-step guidance.
Project overviewBreakglass helps Solana teams respond to failed transactions, suspicious drains, authority compromise, RPC degradation, and frontend incidents without rushing into risky actions. It organizes evidence, labels severity and confidence, then routes the case to focused debugging, communication, recovery-planning, or postmortem guidance. The skill never requests keys, submits transactions, moves funds, or changes authorities; humans remain responsible for every on-chain action.
- Stars
- ★ 1
- Forks
- ⑂ 0
- License
- MIT
Open loop-boardGeneral skillSoftware development
loop-board↗
@drgeld·HTML
Run complex builds or audits through a looping, criteria-driven multi-agent board.
Project overviewAutomatically route a hard task into either a creative track that amplifies, builds, playtests, and judges the artifact, or an audit track that gathers independent findings, reaches consensus, implements fixes, and verifies them adversarially. The Claude Code skill loops until explicit completion criteria are met and a fresh pass finds no material next steps, escalating with preserved state when blocked or over budget.
- Stars
- ★ 1
- Forks
- ⑂ 0
- License
- MIT
Open job-match-strategistGeneral skillPersonal and daily life
job-match-strategist↗
@wps123100·Python
Match your profile to Korean job openings and plan tailored jasoseo responses.
Project overviewUse a resume and portfolio to collect active Korean job listings from eight platforms, rank them with stated matching criteria, and explain both fit and gaps. The Claude Code skill then develops role-specific Korean jasoseo strategies from the candidate’s own material rather than inventing experience. Some sources expose only listing-level details, and unofficial platform endpoints may need maintenance when they change.
- Stars
- ★ 1
- Forks
- ⑂ 0
- License
- MIT
Open pdf-email-optimizerCLI appDocument productivity
pdf-email-optimizer↗
@petehottelet·Python
Shrink PDFs and Office documents to email-safe sizes while protecting visual quality.
Project overviewPDF Email Optimizer converts common Office files when needed, then reduces the resulting PDF toward a requested attachment limit through structural cleanup and controlled image recompression. It keeps the source untouched, reports the chosen strategy and quality trade-offs, and can render before-and-after pages for visual checks. Office inputs require LibreOffice, while unusually tight size targets may require an explicit lossy compression mode.
- Stars
- ★ 1
- Forks
- ⑂ 0
- License
- MIT
Open durable-loopGeneral skillWorkflow automation
durable-loop↗
@FelixJx·Python
Make Claude Code loops durable, recoverable, and machine-verifiable
Project overviewdurable-loop adds persisted checkpoints, crash recovery, idempotent retries, append-only logs, and machine-checked completion to Claude Code’s built-in /loop. A verify_done rule requires consecutive passes before a run is considered converged, and reusable learnings can carry across runs. It is designed for long tasks that may outlive a process, while stricter dangerous-operation brakes are opt-in rather than enabled by default. The scripts use Python’s standard library.
- Stars
- ★ 1
- Forks
- ⑂ 0
- GitHub updated
- Jun 26, 2026
Open fivem-resource-builderGeneral skillSoftware development
fivem-resource-builder↗
@matiaspalmac·JavaScript
Scaffold secure FiveM and RedM resources with server-side checks
Project overviewFiveM Resource Builder scaffolds resources such as shops, garages, jobs, and HUDs for FiveM or RedM while putting security-sensitive logic on the server. Generated events validate types and ranges, prices stay server-controlled, money and item actions get rate limits and anti-duplication guards, and world actions use proximity checks. It supports ESX, QBCore, QBox, ox, and related ecosystems, with escaped NUI output and optional luacheck CI. The result is a secure starting point, not a finished game feature.
- Stars
- ★ 1
- Forks
- ⑂ 0
- License
- MIT
Open ru-market-analystGeneral skillFinance, legal and compliance
ru-market-analyst↗
@TimurTsedik·Python
Combine Russian brokerage reports and analyze portfolio risks, taxes, and replacement options.
Project overviewUpload PDF, spreadsheet, or screenshot reports from Russian brokers to consolidate positions across accounts. The skill uses current MOEX, Bank of Russia, and cbonds data to assess duration, after-tax yield, concentration, and possible replacement candidates, with optional Monte Carlo risk scenarios. It focuses on Russian bonds and equities, does not execute trades, and presents analysis rather than personalized investment advice.
- Stars
- ★ 1
- Forks
- ⑂ 0
- License
- MIT
Open data-animation-skillsCollection or directoryMedia, audio and videoClaude Code
data-animation-skills↗
@iart-ai·HTML
Animate CSV data into accurate charts, infographics, and presentation videos
Project overviewData Animation Skills turns datasets into moving charts, animated infographics, or narrated presentation videos while keeping exact values visible in every frame. The pack supports bar-chart races, line and area reveals, count-up tickers, designed statistic scenes, and slide builds timed to voiceover, with batch rendering across multiple data files. It runs as agent skills for Claude Code, Cursor, Codex, and other compatible clients and is intended for analysts, product teams, and explainers.
- Stars
- ★ 1
- Forks
- ⑂ 0
- License
- MIT
Open ad-video-skillsCollection or directoryMarketing, growth and salesClaude Code
ad-video-skills↗
@iart-ai·HTML
Batch branded ad creatives, launch films, and testimonial videos from templates
Project overviewAd Video Skills helps marketing teams turn one motion-graphics template and a data table into on-brand ad variants for A/B testing, launch films, or animated testimonials. It can render multiple placements and organize hooks, beat-synced reveals, review quotes, and calls to action into repeatable video production.
- Stars
- ★ 1
- Forks
- ⑂ 0
- License
- MIT
Open youtube-video-skillsCollection or directoryMedia, audio and videoClaude Code
youtube-video-skills↗
@iart-ai·HTML
Brand YouTube channels with audiograms, intros, and clickable-safe outros
Project overviewYouTube Video Skills creates captioned audiograms with moving waveforms from podcast clips or voiceovers, and builds reusable YouTube intro and outro plates. The intro can be a short branded sting, while the end screen leaves room for YouTube’s clickable subscribe and next-video elements. Templates can be reskinned with a channel’s name, logo, colors, and audio cue, making the pack useful for long-form channels that also publish square or vertical social clips.
- Stars
- ★ 1
- Forks
- ⑂ 0
- License
- MIT
Open freelance-motion-skillsGeneral skillProject and product management
freelance-motion-skills↗
@iart-ai·HTML
Scope, price, revise, and deliver freelance motion-design projects.
Project overviewFreelance motion designers and studios can turn a vague client request into a sign-off-ready brief, calculate a defensible quote, and define revision limits or change-order language. Separate skills also prepare platform-specific delivery specifications, quality checks, and documented brand-motion rules. The pack installs in Claude Code and other agent-skill-compatible tools such as Cursor and Codex.
- Stars
- ★ 1
- Forks
- ⑂ 0
- License
- MIT
Open scriptoriumGeneral skillResearch and knowledge
scriptorium↗
@Jason-0409-G·Python
Move a research idea through verified sources, drafting, review, and manuscript export.
Project overviewStart with a research idea, an existing draft, or source materials and move through scoped literature collection, DOI verification, evidence-matched writing, adversarial review, and prose cleanup. The self-contained Claude Code and Codex skill can export LaTeX, Word, and PDF while keeping an auditable record of writing and review decisions. Word and PDF output require pandoc and, for PDF, a TeX engine.
- Stars
- ★ 1
- Forks
- ⑂ 0
- License
- MIT