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 145 of 240
Open claude-skill-safe-debug-loopGeneral skillTesting and debuggingModel Context Protocol
claude-skill-safe-debug-loop↗
@Shavy72
Repair bug-heavy modules through a cross-session plan and one-bug smoke-test loop.
Project overviewSafe Debug Loop separates a difficult module cleanup into two stages: research and bug inventory without changing production code, followed by an iterative loop that handles one bug at a time. Each fix is paired with an isolated smoke test, an atomic commit, and persistent debugging notes under the project. It is intended for an already-built app or dashboard whose interconnected bugs make ad hoc fixes too risky, rather than for implementing the product’s core features.
- Stars
- ★ 1
- Forks
- ⑂ 0
- License
- MIT
Open multi-model-routerGeneral skillWorkflow automation
multi-model-router↗
@kingwang19940101-pixel·Shell
Route each task to a suitable model through an OpenAI-compatible gateway.
Project overviewThis Claude Code skill inspects a task’s type, language, and constraints, recommends a model available through an OpenAI-compatible gateway, and asks for confirmation before invoking it through Bash. Setup stores the API key in a local permission-restricted file rather than chat history, and the workflow can reuse your own prompt files. It requires access to a compatible provider or internal gateway.
- Stars
- ★ 1
- Forks
- ⑂ 0
- License
- MIT
Open claude-md-architectGeneral skillSoftware development
claude-md-architect↗
@trin-zenityx
Create, audit, or extract concise CLAUDE.md context for a project.
Project overviewClaude MD Architect helps Claude Code create a new CLAUDE.md, extract durable context from a long session, or audit an existing file that has become bloated or contradictory. Its workflows prioritize project-specific commands, rules, and gotchas that the model cannot infer, while moving longer material behind on-demand document pointers. Each mode uses a phased process and finishes with a fresh-session self-test.
- Stars
- ★ 1
- Forks
- ⑂ 0
- License
- MIT
Open codex-councilPluginCode review and qualityClaude Code
codex-council↗
@ehzawad·Python
Ask parallel Codex sub-agents for role-based technical reviews
Project overviewcodex-council is a Claude Code plugin that sends staged context to two to six parallel OpenAI Codex sub-agents, assigns task-specific roles, and aggregates their replies. Each role keeps its own thread per project and host session, and both Claude Code and the Codex CLI must be authenticated. The plugin launches Codex with approvals and sandboxing bypassed, giving each sub-agent broad filesystem access, so it should not be used with untrusted projects or content.
- Stars
- ★ 1
- Forks
- ⑂ 0
- GitHub updated
- Jun 12, 2026
Open claudemd-auditor-skillGeneral skillCode review and quality
claudemd-auditor-skill↗
@novadyne-hq
Score CLAUDE.md on six axes and return three high-leverage edits.
Project overviewAudit a CLAUDE.md with a calibrated 0–100 rubric covering specificity, coverage, brevity, currency, captured quirks, and tone fit. The skill returns the top three improvements as paste-ready snippets but does not edit the file. It handles one CLAUDE.md at a time, not AGENTS.md or nested monorepo instructions.
- Stars
- ★ 1
- Forks
- ⑂ 0
- License
- MIT
Open interview-company-researchGeneral skillResearch and knowledge
interview-company-research↗
@Accelereator·HTML
Research a target company and generate an interview-prep HTML report.
Project overviewProvide a job-posting screenshot and resume to produce an HTML report with role analysis, resume-to-JD fit and gaps, company and product research, competitor comparison, 13 tailored interview questions with answer structures, and thoughtful questions to ask. It relies on web search and public sources, so important facts should be verified before use.
- Stars
- ★ 1
- Forks
- ⑂ 0
- License
- MIT
Open alphadesk-skillGeneral skillFinance, legal and complianceModel Context Protocol
alphadesk-skill↗
@tom7523326·Python
Turns portfolio data into a structured daily report.
Project overviewAlphaDesk feeds Claude a brokerage screenshot, CSV export, or MCP account view and produces a structured report covering holdings, market context, research, flows, risk, and P0/P1/P2 actions. It supports quick, standard, and deep modes, while leaving real orders to the user.
- Stars
- ★ 1
- Forks
- ⑂ 0
- GitHub updated
- May 28, 2026
Open claude-procurement-skillGeneral skillResearch and knowledge
claude-procurement-skill↗
@emircbngl
Turn personal or business purchasing needs into a documented, traceable decision.
Project overviewUse this Claude Code skill to formalize requirements, check compliance and compatibility, research current price bands, calculate total ownership cost, and compare vendor risk before buying. It scales the decision method to the importance of the purchase, supports both consumer and business procurement, and produces a cited memo with post-purchase steps for inspection, warranty, maintenance, and eventual resale or retirement.
- Stars
- ★ 1
- Forks
- ⑂ 0
- License
- MIT
Open mandGeneral skillWriting and editing
mand↗
@y-a-v-a
Compresses agent answers on repeated “shorter” cues.
Project overviewMand! teaches a Claude Code agent to answer fully first, then shorten its reply whenever the user says “korter,” “shorter,” “again,” or a similar cue. Repeated turns strip the response down to one word, and the skill can be installed locally or as a plugin.
- Stars
- ★ 1
- Forks
- ⑂ 0
- License
- MIT
Open domain-check-skillsMCP serverMarketing, growth and salesModel Context Protocol
domain-check-skills↗
@seomarlboro·JavaScript
Check domain availability and registrar pricing from your preferred AI assistant.
Project overviewAsk Claude, Cursor, Windsurf, ChatGPT, n8n, or any HTTP client whether a domain is available across more than 50 TLDs and where registration is cheapest. DigMyName verifies results through several sources and returns an unknown state instead of treating uncertainty as a taken domain. The public endpoint requires no API key, but per-minute and daily fair-use limits apply.
- Stars
- ★ 1
- Forks
- ⑂ 0
- License
- MIT
Open stop-slop-zhGeneral skillWriting and editing
stop-slop-zh↗
@wdkang123
Reduce predictable AI prose patterns while preserving Chinese facts and voice.
Project overviewLoad this skill when drafting or editing Chinese prose to catch empty openings, report jargon, faux profundity, canned business language, and mechanical structures. Its rules favor concrete scenes, actions, objects, and limits while preserving the original facts, genre, terminology, emotion, and authorial judgment. It is not an AI detector, banned-word list, paraphrasing service, or automatic shortening tool.
- Stars
- ★ 1
- Forks
- ⑂ 0
- License
- MIT
Open claude-autopilot-for-obsidianGeneral skillDocument productivity
claude-autopilot-for-obsidian↗
@SuzumiyaHaruhi719·Python
Keep an Obsidian project vault aligned with code changes made by Claude.
Project overviewClaude Autopilot for Obsidian makes Claude read relevant notes before editing code, update the vault alongside the change, archive sessions, cross-link related work, and optionally sync through git. The pure-Python toolkit runs on macOS, Linux, and Windows; archives stay local and are secret-redacted by default, while pushing them requires explicit opt-in.
- Stars
- ★ 1
- Forks
- ⑂ 0
- License
- MIT
Open appsec-vulnerability-auditorGeneral skillSecurity and privacy
appsec-vulnerability-auditor↗
@alboechat·HTML
Audit AI-assisted software for application-security flaws and propose concrete defensive fixes.
Project overviewGive Codex or Claude a file, diff, pull request, or repository, and the skill produces a severity-ranked security review with an attack-surface map, CWE and OWASP labels, file locations, assumptions, validation questions, and patches in the original language. Results can be formatted as Markdown, SARIF, GitHub issues, JIRA tickets, or executive summaries. It is defensive only and does not replace a professional penetration test.
- Stars
- ★ 1
- Forks
- ⑂ 0
- License
- MIT
Open paypay-securitiesGeneral skillFinance, legal and compliance
paypay-securities↗
@leeguooooo·Python
Reads PayPay Securities holdings, trades, fees, and P&L.
Project overviewpaypay-securities is a read-only CLI and agent skill for PayPay Securities accounts. It shows assets, cash, funds, US stocks, and trade history, measures stated fees and FX spread, and produces per-symbol summaries and review reports. Multiple accounts, Lark output, and separate session caches are supported.
- Stars
- ★ 1
- Forks
- ⑂ 0
- GitHub updated
- Jun 30, 2026
Open brand-launchpadGeneral skillMarketing, growth and sales
brand-launchpad↗
@shauryalowkeygotaura·HTML
Turns one project into a complete brand launch plan.
Project overviewbrand-launchpad turns a project or person into twelve actionable brand files covering the brand journey, positioning, hero line, handles, formats, recurring series, content mix, idea sources, a 30-day plan, and operating rules. It selects a brand variant first, then applies practical writing and strategy frameworks.
- Stars
- ★ 1
- Forks
- ⑂ 0
- License
- MIT
Open claude-code-colorize-projectGeneral skillProductivity and office
claude-code-colorize-project↗
@collagerai·PowerShell
Color-code VS Code window chrome to distinguish parallel project workspaces.
Project overviewclaude-code-colorize-project assigns each VS Code workspace a distinct frame color, making parallel Claude Code sessions easier to recognize in task switching and window previews. Choose from 20 dark presets or provide a custom hex value; the skill updates both folder settings and detected multi-root workspace files while preserving unrelated configuration. Editor and chat content remain neutral so readability and syntax highlighting are not changed.
- Stars
- ★ 1
- Forks
- ⑂ 0
- License
- MIT
Open claude-flutter-mobile-app-development-skillGeneral skillMobile app development
claude-flutter-mobile-app-development-skill↗
@shammarafzal·Python
Plan and build Flutter apps with feature-first Clean Architecture guidance.
Project overviewThis community skill gives Claude a structured workflow for planning, building, debugging, reviewing, and preparing Flutter apps for release. It favors feature-first Clean Architecture and includes guidance for responsive UI, REST and Laravel APIs, Firebase, state management, local storage, plus templates, checklists, and a feature scaffolding script. It is guidance rather than an app framework, and roadmap areas such as Supabase, in-app purchases, animation, and a full testing workflow are not yet included.
- Stars
- ★ 1
- Forks
- ⑂ 0
- License
- MIT
Open humanizer-proGeneral skillWriting and editing
humanizer-pro↗
@eddyplolz·Python
Audit and clean AI-writing tells without losing the draft's protected facts.
Project overviewHumanizer Pro can rewrite a draft, run a full editorial audit, or report AI-writing tells without changing the text. It checks promotional padding, formulaic rhythm, placeholders, citation residue, tracking links, and other artifacts, then applies restrained edits rather than forcing a casual voice. Its local CLI can also compare revisions for drift in numbers, dates, names, URLs, citations, quotes, and code blocks, with no external detector API.
- Stars
- ★ 1
- Forks
- ⑂ 0
- License
- MIT