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 167 of 240
Open deepresearch-docx-to-markdown-skillGeneral skillDocument productivity
deepresearch-docx-to-markdown-skill↗
@mbackschat·Python
Convert DeepResearch Word exports into clean, Obsidian-compatible Markdown.
Project overviewThe skill handles formatting patterns common in ChatGPT DeepResearch DOCX exports, including headings, nested lists, code fences, Mermaid diagrams, tables, Office MathML, and bibliography-backed citation links. It verifies the generated Markdown for broken math, diagram labels, and citation formatting. The converter mainly depends on python-docx and can run in an isolated uv environment.
- Stars
- ★ 0
- Forks
- ⑂ 0
- GitHub updated
- Apr 6, 2026
Open claude-code-reflect-permissionsGeneral skillSoftware development
claude-code-reflect-permissions↗
@alifanov·Python
Learn repeated manual approvals and suggest project-specific Claude permission rules.
Project overviewA PostToolUse hook records tool calls that were not covered by existing allow rules and therefore required manual confirmation. The analyzer filters those entries by project, groups repeated command patterns, and presents suggested permission rules with examples. Nothing is added automatically: the user chooses which proposals should be written to Claude’s settings.
- Stars
- ★ 0
- Forks
- ⑂ 0
- GitHub updated
- Mar 22, 2026
Open linear-walkthrough-skillGeneral skillSoftware development
linear-walkthrough-skill↗
@mbackschat
Create a detailed, sequential walkthrough of a codebase with showboat.
Project overviewPass a source path to the Claude Code command and the skill uses showboat to produce a linear explanation of the codebase. The resulting walkthrough is intended to guide readers through structure and implementation in a deliberate order. It requires the showboat command to be installed and available on PATH before use.
- Stars
- ★ 0
- Forks
- ⑂ 0
- GitHub updated
- Apr 6, 2026
Open trace-agentSDKSoftware development
trace-agent↗
@TECHKNOWMAD-LABS·Python
Trace Python functions, errors, and timings without deploying an external collector.
Project overviewInstrument synchronous or asynchronous Python code with context-manager spans or decorators, capturing timing, attributes, events, and exception status. Trace data can stay in memory or persist as local JSON files. A terminal dashboard and MCP tools expose individual traces and aggregate statistics, while thread locks and ContextVar tracking preserve isolation across concurrent work.
- Stars
- ★ 0
- Forks
- ⑂ 0
- License
- MIT
Open bazaarCLI appSoftware development
bazaar↗
@JOZUJIOJIO·Shell
Search, install, publish, and follow Claude skills through GitHub.
Project overviewBazaar treats GitHub repositories tagged `claude-skill` as discoverable skills and exposes local commands for searching, viewing, installing, publishing, and following creators. It uses an authenticated GitHub CLI underneath, so there is no separate backend or marketplace account to maintain.
- Stars
- ★ 0
- Forks
- ⑂ 0
- GitHub updated
- Mar 22, 2026
Open todo-skillGeneral skillProject and product management
todo-skill↗
@mbackschat·JavaScript
Manage project TODOs with a compact index and separate context-rich files.
Project overviewThis Claude Code skill keeps a small `TODO.md` table for browsing and stores each task's context, guidance, notes, and work history in its own Markdown file. Commands can add, start, update, finish, reopen, or remove tasks without loading the entire backlog. The split layout scales better for long-running projects, at the cost of creating more files in the repository.
- Stars
- ★ 0
- Forks
- ⑂ 0
- License
- MIT
Open jz_skillsPluginProject and product managementClaude Code
jz_skills↗
@topcoder1·Python
Evaluate product feasibility across technology, cost, compliance, operations, and schedule.
Project overviewProvide a product idea or URL and the skill evaluates it through the five TELOS dimensions, then returns a go, no-go, or conditional-go recommendation. Quick, standard, and deep modes trade speed for research and estimation detail, while the report can cover team needs, costs, risks, milestones, and next steps. It is intended for early product planning and go/no-go decisions.
- Stars
- ★ 0
- Forks
- ⑂ 0
- License
- MIT
Open roastGeneral skillProject and product management
roast↗
@flo-flo-lenormand
Pressure-test product ideas before you spend time turning them into specifications.
Project overviewRoast challenges an idea, feature brief, or rough concept instead of defaulting to validation. It examines whether the problem is real, whether the value justifies the complexity, what the product would lose, and what conditions must be met to proceed. The result is a direct build, do-not-build, or major-rethink verdict for PMs, designers, and builders.
- Stars
- ★ 0
- Forks
- ⑂ 0
- GitHub updated
- Mar 22, 2026
Open project-navigator-skillGeneral skillProductivity and office
project-navigator-skill↗
@saradeehmohammad-hue
Retrieve past decisions, outputs, project history, and reusable methods from Claude chats.
Project overviewProject Navigator searches your Claude conversation history for decisions, prior deliverables, evolving ideas, and current project status. Its pattern mode can extract the structure or method used in earlier work and present it as a reusable template before applying it again. It uses Claude's built-in search rather than external storage, so results depend on what those tools can surface and cannot restore old files directly.
- Stars
- ★ 0
- Forks
- ⑂ 0
- License
- MIT
Open seven-lens-reviewGeneral skillCode review and quality
seven-lens-review↗
@jkgdq789-blip
Review code through seven overlapping lenses to expose gaps between isolated checks.
Project overviewSeven-Lens Review makes Claude examine a target through contracts, state transitions, boundaries, security, cross-component consistency, dead interfaces, and test gaps in one pass. The checklist is language-agnostic and works best on features spanning several files, where individually reasonable components can still disagree. It is a single skill file with no added dependencies.
- Stars
- ★ 0
- Forks
- ⑂ 0
- License
- MIT
Open trace-interaction-skillGeneral skillTesting and debugging
trace-interaction-skill↗
@jkgdq789-blip
Trace data across files and services to find bugs in component handoffs.
Project overviewDescribe a scenario in plain language and the skill follows it from the entry point through every real call site. It tracks how values, formats, and units change, then flags stale credentials, missing consumers, partial updates, unit mismatches, or swallowed errors. This is useful when each file looks correct alone but the full interaction fails.
- Stars
- ★ 0
- Forks
- ⑂ 0
- License
- MIT
Open ai-integration-architectGeneral skillAI and agent development
ai-integration-architect↗
@pfbarros2
Plan enterprise AI integrations and scaffold MCP, RAG, API, or agent components.
Project overviewDescribe the systems you already run and the skill maps where AI could add value, compares integration patterns, and generates starter code for MCP servers, API connectors, RAG pipelines, middleware, or event-driven agents. It also covers deployment, monitoring, security controls, cost estimates, and phased rollout planning. The focus is early architecture and implementation scaffolding for enterprise teams.
- Stars
- ★ 0
- Forks
- ⑂ 0
- License
- MIT
Open adversarial-audit-skillGeneral skillTesting and debugging
adversarial-audit-skill↗
@jkgdq789-blip
Run tests and security gates to expose code that only appears to pass.
Project overviewAdversarial Audit executes the repository's claimed test and smoke commands instead of trusting source inspection or a zero exit code. It checks skipped tests, weak assertions, swallowed failures, hanging processes, and both the blocking and allowing sides of security gates. The skill is aimed at finding false-green CI and verification gaps that reading alone misses.
- Stars
- ★ 0
- Forks
- ⑂ 0
- License
- MIT
Open verify-by-execution-skillGeneral skillTesting and debugging
verify-by-execution-skill↗
@jkgdq789-blip
Prove code changes by running the broken and fixed scenarios with recorded output.
Project overviewVerify by Execution requires reproducing the problem before changing code and rerunning the exact scenario afterward. Every conclusion includes the command, relevant output, and a pass, fail, hang, or skip result. Its rules also cover full test suites, clean-state checks, both sides of security gates, and unset, empty, valid, or invalid environment variables.
- Stars
- ★ 0
- Forks
- ⑂ 0
- License
- MIT
Open arkts-patternsPluginSoftware developmentClaude Code
arkts-patterns↗
@OpeNopEn2007·JavaScript
Build HarmonyOS NEXT apps with curated ArkTS patterns, scaffolds, and optional live checks.
Project overviewArkTS Patterns gives Claude reference-guided workflows for state management, lifecycle, concurrency, navigation, networking, persistence, gestures, and project scaffolding on HarmonyOS NEXT. The skill routes each task to stable documentation and templates, while optional DevEco MCP tooling can add current API lookup, builds, launches, and UI verification. Basic use still works offline, but live checks remain unverified.
- Stars
- ★ 0
- Forks
- ⑂ 0
- License
- MIT
Open productize-yourselfRules or configurationPersonal and daily lifeClaude Code
productize-yourself↗
@kgraph57
Clarify your unique knowledge, leverage, and product direction through guided dialogue.
Project overviewProductize Yourself leads a one-question-at-a-time reflection across specific knowledge, leverage, accountability, and judgment. Rather than supplying answers, it mirrors and probes your responses until it can summarize your distinctive strengths, a personal positioning statement, a productization formula, and one next action. It is intended for career and founder self-discovery, not task management.
- Stars
- ★ 0
- Forks
- ⑂ 0
- License
- MIT
Open wh-skillGeneral skillProductivity and office
wh-skill↗
@kingcwt·Shell
Export work-hour reports from Git commits and manually added non-code activities.
Project overviewwh-skill records new commits through a global post-commit hook and turns them into Markdown work-hour reports. You can filter by day, week, month, date range, or project, switch to chat-friendly text, group totals by project, and add meetings or reviews manually. Tracking begins only after installation, so earlier commit history is not backfilled.
- Stars
- ★ 0
- Forks
- ⑂ 0
- GitHub updated
- Mar 25, 2026
Open claude-skill--discussion-guideGeneral skillCommunication and collaboration
claude-skill--discussion-guide↗
@dannydover
Turn podcasts, films, and interviews into structured group discussions.
Project overviewGive it a media URL or a short description, and it creates a ready-to-use agenda for book clubs, watch parties, or dinner conversations. Questions are organized around an icebreaker, central tensions, deeper follow-ups, personal connections, and a closing prompt, adding structure without turning the session into a script.
- Stars
- ★ 0
- Forks
- ⑂ 0
- License
- Apache-2.0