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 112 of 240
Open academic-citation-audit-skillGeneral skillWriting and editing
academic-citation-audit-skill↗
@Chinelytra·Python
Audit manuscript references for authenticity, accuracy, consistency, and relevance.
Project overviewCheck an academic manuscript before submission for fabricated references, incorrect DOIs, bibliographic errors, missing text-to-list matches, and citations that do not support the associated claim. The skill accepts DOCX, TeX, and Bib inputs and uses CrossRef plus web search for cross-checking.
- Stars
- ★ 2
- Forks
- ⑂ 0
- GitHub updated
- Jul 10, 2026
Open search-firstGeneral skillResearch and knowledge
search-first↗
@shimo4228·Shell
Research existing solutions before coding and record a clear implementation verdict.
Project overviewBefore custom code is written, the skill makes an agent state the need, search the current repository, package registries, MCP servers, installed tools, and maintained open source options, then document a decision. The final verdict must choose Adopt, Extend, Compose, or Build using evidence such as fit, maintenance, documentation, licensing, and dependencies.
- Stars
- ★ 2
- Forks
- ⑂ 0
- License
- MIT
Open cc-feedbackPluginCode review and qualityClaude Code
cc-feedback↗
@obsfx
Turn inline @feedback comments into reviewed code changes before committing.
Project overviewLeave requested changes directly beside the relevant source code using @feedback annotations in common comment styles. The plugin finds unaddressed notes, implements each request, and adds an @agent-response for review; once approved, a resolve command removes both annotation types and leaves clean code ready to commit.
- Stars
- ★ 2
- Forks
- ⑂ 0
- License
- MIT
Open claude-skill-github-pages-deployerGeneral skillDevOps and deployment
claude-skill-github-pages-deployer↗
@hoyoboy0726123·JavaScript
Deploy frontend projects to GitHub Pages through Claude Code.
Project overviewAsk Claude to deploy a frontend project and this skill handles repository creation, GitHub Actions setup, Pages activation, and deployment monitoring through to the live URL. It also fixes common Vite base-path failures automatically. Git and an authenticated GitHub CLI are required, while some frameworks such as CRA, Next.js static export, or Angular may still need their documented configuration changes.
- Stars
- ★ 2
- Forks
- ⑂ 0
- License
- MIT
Open crossfireGeneral skillSoftware development
crossfire↗
@PlutoLei
Pair Claude and Codex for planned implementation and cross-review.
Project overviewcrossfire runs a four-phase actor-critic workflow in which Claude plans and reviews while Codex implements and audits. Task tiers scale from quick edits to architecture-level changes, with deterministic tests, linters, debate, and fix-and-reaudit loops added as risk increases. Both Claude Code and Codex CLI are required, and the documented setup includes Windows-specific defenses.
- Stars
- ★ 2
- Forks
- ⑂ 0
- License
- MIT
Open ai-cli-kitGeneral skillSoftware development
ai-cli-kit↗
@russodope
Generate safer, environment-aware shell commands across major operating systems.
Project overviewai-cli-kit teaches AI coding tools to identify the operating system, shell, container, SSH context, and Python environment before writing commands. It applies platform-specific rules for quoting, variables, line endings, error handling, and unattended execution, and can provide parallel Bash and PowerShell variants when needed. It is distributed as a Claude Skill, Cursor rules, a Claude Code file, and a universal system prompt.
- Stars
- ★ 2
- Forks
- ⑂ 0
- License
- MIT
Open progressive-estimationGeneral skillProject and product management
progressive-estimation↗
@Enreign·Python
Estimate hybrid human-agent development effort, confidence ranges, and token usage.
Project overviewProgressive Estimation sizes individual tasks or entire backlogs by accounting for agent rounds, integration work, human planning, review, and fixes. It produces PERT-based expected and committed estimates, confidence bands, token usage, and optional model costs, with formats for common issue trackers. Teams can calibrate future estimates against actual results. The project is still in early development, so formulas and defaults may change and should be treated as structured guidance rather than certainty.
- Stars
- ★ 2
- Forks
- ⑂ 0
- License
- MIT
Open servicenow-skillGeneral skillSoftware development
servicenow-skill↗
@Vanka07·Python
Generate ServiceNow-specific code and architecture guidance across major platform domains.
Project overviewThis skill helps Claude handle ServiceNow development and architecture requests with platform-specific patterns instead of generic JavaScript advice. It separates domain references from coding standards for areas such as GlideRecord, Flow Designer, security, and performance, then produces ServiceNow-specific code, workflow or architecture guidance with relevant role, plugin, testing, and deployment assumptions.
- Stars
- ★ 2
- Forks
- ⑂ 0
- License
- MIT
Open pm-analyzeGeneral skillData and analytics
pm-analyze↗
@lashimao·Python
Profile a Polymarket wallet’s performance, trading style, and EV signals.
Project overviewPaste a Polymarket profile URL to analyze public trades, current positions, and order books for the wallet’s most active markets. The report covers realized performance, drawdown, market concentration, buy-versus-sell pricing, round-trip results, holding times, and liquidity signals to help separate repeatable behavior from lucky outcomes. Results are anonymized by default, and the tool neither trades nor copies positions.
- Stars
- ★ 2
- Forks
- ⑂ 1
- GitHub updated
- Apr 2, 2026
Open weaver-mindGeneral skillDesign and creative work
weaver-mind↗
@vickhunter
Bridge patterns from unrelated fields into a concrete seven-day experiment.
Project overviewWeaver Mind looks across domains such as biology, architecture, game design, jazz, and physics for patterns that may apply to a problem after the obvious playbook has run out. Its report explains why each analogy transfers, how to act on it, the tradeoffs, effort, and potential impact, then ends with a wildcard and the smallest promising experiment you can run within seven days.
- Stars
- ★ 2
- Forks
- ⑂ 0
- GitHub updated
- Mar 15, 2026
Open databricks-logs-readerCLI appTesting and debugging
databricks-logs-reader↗
@zencity·Python
Fetch, merge, and filter Databricks job logs from one CLI command.
Project overviewFetch a Databricks job by name, run ID, or workspace URL, then download and decompress driver and executor logs from Unity Catalog Volumes and merge them chronologically with source labels. The CLI supports focused filters and JSONL output. It requires a configured Databricks CLI and does not currently support S3 log destinations.
- Stars
- ★ 2
- Forks
- ⑂ 0
- License
- MIT
Open trading-audit-dashboardGeneral skillData and analytics
trading-audit-dashboard↗
@vishalmdi·Python
Turn broker trading records into a performance and behavior audit dashboard.
Project overviewImport trading records in PDF, CSV, XLSX, or JSON format and generate a self-contained HTML dashboard covering profit and loss, win rate, drawdown, equity curves, and time-based performance. The analysis includes Kelly sizing, risk of ruin, Monte Carlo scenarios, and behavioral patterns such as loss streaks or revenge trading. Parsers cover several named brokers plus heuristic handling for generic CSV files.
- Stars
- ★ 2
- Forks
- ⑂ 1
- License
- MIT
Open cloudwatch-debugger-skillGeneral skillTesting and debugging
cloudwatch-debugger-skill↗
@torrresagus·Shell
Query CloudWatch in natural language and investigate AWS incidents from Claude Code.
Project overviewDescribe an AWS problem such as recent 500 errors, authentication failures, or crashing ECS tasks. The skill selects relevant logs, builds a CloudWatch query, saves the result, and reports likely causes; it can also show health, alarms, and trends. A setup command discovers log groups, ECS resources, alarms, and the active region. Claude Code and a credentialed AWS CLI are required.
- Stars
- ★ 2
- Forks
- ⑂ 0
- License
- MIT
Open bags-dev-kitGeneral skillSoftware development
bags-dev-kit↗
@LoserLab·TypeScript
Query Bags data, scaffold apps, and guide token launches from Claude Code.
Project overviewUse Claude Code to query Bags tokens, pools, swap quotes, claimable fees, and wallets linked to social handles. The kit can scaffold fee-sharing apps, trading bots, or token launchers, and provides guided workflows for token launches, fee allocation, and performance analysis. Running the bundled tools requires Node.js 18 or later and a Bags API key.
- Stars
- ★ 2
- Forks
- ⑂ 0
- License
- MIT
Open python-package-developmentPluginSoftware developmentClaude Code
python-package-development↗
@Naareman·Python
Scaffold, audit, and release Python packages with consistent conventions.
Project overviewGuide Claude Code through the Python package lifecycle, from a src-layout scaffold and dependency setup to API naming, structured errors, tests, documentation, deprecations, and PyPI releases. The conventions use tools such as uv, pytest, rich, and MkDocs. The skill can also inspect existing projects for common packaging mistakes and configure pre-commit checks.
- Stars
- ★ 2
- Forks
- ⑂ 0
- License
- MIT
Open screencli-skillGeneral skillMedia, audio and video
screencli-skill↗
@usefulagents
Record polished browser demos from agent instructions and share the result.
Project overviewscreencli-skill lets coding agents such as Claude Code, Cursor, and Windsurf drive a browser from a natural-language task and record the session. The resulting demo can include gradient backgrounds, automatic zoom, click highlights, and cursor trails before being uploaded to a shareable link. It is designed for product walkthroughs and requires Node.js 18 or newer plus FFmpeg.
- Stars
- ★ 2
- Forks
- ⑂ 0
- License
- MIT
Open tvastar-design-claude-code-skillGeneral skillDesign and creative work
tvastar-design-claude-code-skill↗
@DevvNirvana·Python
Plan, generate, and review frontend interfaces against the existing stack.
Project overviewTvastar scans an existing frontend stack, installed component libraries, and color tokens before proposing a design system and page plan. After user approval, it can generate code and run checks for visual consistency, framework mistakes, motion, performance, and WCAG accessibility. It targets environments such as Next.js, React, and Tailwind, and requires Claude Code with Python 3.10 or newer.
- Stars
- ★ 2
- Forks
- ⑂ 0
- GitHub updated
- May 15, 2026
Open reddit-intelGeneral skillResearch and knowledge
reddit-intel↗
@carrielabs·Python
Turn Reddit discussions into a filterable bilingual Excel intelligence report.
Project overviewreddit-intel collects posts for a keyword through Reddit's public JSON interface, combines several sort orders, and deduplicates the results; deep mode also retrieves selected comments. It translates and classifies discussions by intent, sentiment, competitors, use cases, and action items, then exports post-level data and a summary sheet to Excel. Because Reddit exposes only a limited result window, the tool is better for fast directional research than complete archives or continuous monitoring.
- Stars
- ★ 2
- Forks
- ⑂ 0
- GitHub updated
- Apr 14, 2026