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 99 of 240
Open skill-telegramGeneral skillCommunication and collaboration
skill-telegram↗
@awrshift·Python
Read Telegram chats, parse channels, and download voice notes without sending messages.
Project overviewskill-telegram uses Telethon and the Telegram user API to read Saved Messages, direct chats, groups, and public channels as JSON lines. It can batch channel posts by date, sanitize text, and download voice or audio files for later processing. The skill is read-only, requires an interactive first login, and stores a sensitive session file; downloaded voice notes are not transcribed automatically.
- Stars
- ★ 4
- Forks
- ⑂ 0
- License
- MIT
Open coderunner-skillGeneral skillEducation and learning
coderunner-skill↗
@danielcregg·Python
Generate Moodle CodeRunner questions validated by real Jobe execution.
Project overviewBuild import-ready Moodle CodeRunner XML with prompts, starter code, model solutions, and visible or hidden tests. Each question is compiled and executed against a Jobe server before delivery, with support for Java, Python, C, C++, and Node.js. A Jobe server is required for validation, while Moodle CodeRunner is the target environment for the resulting XML.
- Stars
- ★ 4
- Forks
- ⑂ 0
- License
- MIT
Open ai-skillGeneral skillProductivity and office
ai-skill↗
@1-SKILL
Match Chinese-language requests to suitable installable agent skills.
Project overviewDescribe the capability you need in Chinese and the skill searches a catalog of more than 88,000 agent skills, applies seven quality checks, and suggests options that can be installed directly. Its recommendations emphasize Chinese workflows such as Xiaohongshu, WeChat official accounts, and Feishu, and the curated list can update remotely without reinstalling the skill.
- Stars
- ★ 4
- Forks
- ⑂ 0
- GitHub updated
- Jun 23, 2026
Open kindle-cover-skillGeneral skillDocument productivity
kindle-cover-skill↗
@nikmcfly·Python
Generate KDP-ready full-wrap paperback covers from an image and page count.
Project overviewKindle Cover Skill takes a front-cover image, title, author, page count, and optional back-cover copy, then calculates the spine and builds one KDP-ready PDF containing back, spine, and front. It supports several trim sizes, white or cream paper, configurable image fitting, bleed and safe zones, and requires ReportLab plus Pillow; Amazon adds the barcode at print time.
- Stars
- ★ 4
- Forks
- ⑂ 1
- GitHub updated
- Jun 26, 2026
Open claude-ltmPluginKnowledge managementClaude Code
claude-ltm↗
@LaserPhaser
Keep Claude Code project decisions in persistent Markdown memory.
Project overviewClaude LTM stores project decisions in `.memory/DECISIONS.md`, with separate detail files for complex choices. Claude Code is instructed to read this memory at session start, update it when significant decisions are made, and compact the session before finishing. The plugin provides init, save, and compact commands without external services or hooks.
- Stars
- ★ 4
- Forks
- ⑂ 1
- License
- MIT
Open relayAgent harnessSoftware developmentClaude Code
relay↗
@jcast90·TypeScript
Coordinate Claude or Codex agents across multiple repositories.
Project overviewRelay lets one orchestrator break cross-repository work into a dependency-aware ticket graph and route tasks to live Claude or Codex agents in the relevant repos. Channels retain the board, decisions, execution feed, and pull-request state, while the CLI, TUI, and desktop app share local data under `~/.relay/`. It is still pre-1.0 beta software, so interfaces and file layouts may change.
- Stars
- ★ 4
- Forks
- ⑂ 4
- License
- MIT
Open elementor-pro-designer-skillGeneral skillDesign and creative work
elementor-pro-designer-skill↗
@jainshwetank
Get panel-first Elementor Pro V4 guidance for visual website building.
Project overviewThis Claude skill is for designers working in the Elementor Pro V4 visual editor rather than PHP addon developers. It uses the correct panel field names and a class-first decision hierarchy to guide layouts, variables, dark mode, four responsive breakpoints, native interactions, and troubleshooting. It targets Elementor Pro 4.x on WordPress 6.x.
- Stars
- ★ 4
- Forks
- ⑂ 1
- License
- MIT
Open hydraGeneral skillCode review and quality
hydra↗
@Zandereins·Python
Review high-risk code through independent specialist agents and synthesis.
Project overviewHydra is a Claude Code skill for reviews that benefit from several independent perspectives, such as architecture decisions, security-sensitive changes, and difficult refactors. Standard mode uses four advisors plus a chairman; deep mode expands to six advisors, three reviewers, and optional Codex participation. The final report traces recommended actions back to finding IDs and asks for cost confirmation before running.
- Stars
- ★ 4
- Forks
- ⑂ 1
- License
- MIT
Open osop-agent-rulesCollection or directorySoftware developmentCursor
osop-agent-rules↗
@Archie0125·Shell
Add structured OSOP execution logs to many AI coding agents.
Project overviewOSOP Agent Rules installs platform-specific instructions for 18 coding-agent environments, including Cursor, Codex, Windsurf, Aider, Cline, and Claude Code. After a multi-step task, the agent writes an `.osop` workflow and an `.osoplog` execution record containing nodes, dependencies, status, duration, and tool usage. The files can be viewed in the OSOP visual editor or used to generate reports.
- Stars
- ★ 4
- Forks
- ⑂ 1
- GitHub updated
- Jul 8, 2026
Open doc-harnessGeneral skillDocument productivity
doc-harness↗
@cilidinezy-commits
Keep long-running AI projects recoverable through a structured set of Markdown files.
Project overviewDoc Harness records project rules, current work, file locations, and past phases in a maintained set of Markdown documents so a new agent can resume from files alone. Its Claude Code version provides commands to initialize, check, sync, flush, recall, and resume projects, while Kimi CLI installation is also supported; the documentation system requires no database or external memory service.
- Stars
- ★ 4
- Forks
- ⑂ 1
- License
- MIT
Open bilibili-audio-skillGeneral skillMedia, audio and video
bilibili-audio-skill↗
@shuolsure·Python
Download audio from one Bilibili video or an uploader's full catalog.
Project overviewThis Claude Code skill uses BBDown to save a single Bilibili video or batch-download an uploader's videos as high-bitrate M4A files. It can embed available subtitles, names files with the date, title, and BV identifier, and skips completed downloads for resuming. BBDown must be installed, and some content requires a valid logged-in cookie.
- Stars
- ★ 4
- Forks
- ⑂ 1
- GitHub updated
- Jun 7, 2026
Open obsidian-kbGeneral skillKnowledge management
obsidian-kb↗
@chiKeka·Shell
Turn project files into tiered context packs and an Obsidian knowledge base.
Project overviewScan a codebase, dataset, research collection, or documentation project and turn it into a structured knowledge base. After you approve the proposed architecture, it generates three levels of LLM-friendly context packs, a project-specific Python compiler, and an interlinked Obsidian wiki with search and lint commands.
- Stars
- ★ 4
- Forks
- ⑂ 1
- License
- MIT
Open no-slopGeneral skillWriting and editing
no-slop↗
@Byk3y
Prevent common AI prose patterns while the first draft is being written.
Project overviewno-slop is a constraint skill that shapes prose during drafting instead of rewriting it afterward. Its thirteen rule groups cover inflated vocabulary, promotional tone, vague attribution, formulaic structures, participle chains, synonym swapping, excessive formatting, and other recognizable AI-writing habits. It can activate automatically for prose in Claude Code and also includes setup guidance for Cursor and Codex.
- Stars
- ★ 4
- Forks
- ⑂ 0
- License
- MIT
Open Mem-Palace-skillGeneral skillResearch and knowledge
Mem-Palace-skill↗
@drewOrc·Python
Store and retrieve cross-conversation Claude context in a local file hierarchy.
Project overviewMemory Palace organizes persistent context for Claude Code and Cowork into a compact PALACE.md index, topic wings, dated notes, and tunnels between related subjects. New sessions can load the hot cache first and read deeper context only when needed. Its local CLI supports initialization, search, health checks, statistics, maps, archiving, and import or export, while optional hooks can autosave significant findings.
- Stars
- ★ 4
- Forks
- ⑂ 0
- License
- MIT
Open skillsGeneral skillContent creation
skills↗
@cite-me-in
Write citation-oriented content and review interfaces with evidence-based UX principles.
Project overviewThe repository currently bundles two installable skills for content and product teams. The GEO blog skill guides article structure, frontmatter, schema, and a pre-publication checklist intended to make content easier for AI answer engines to cite. The Laws of UX skill applies established psychology and usability principles when designing or reviewing web apps, dashboards, landing pages, forms, and navigation. Teams can install the full collection or select an individual skill through Skillshare.
- Stars
- ★ 4
- Forks
- ⑂ 0
- License
- MIT
Open 20vc-claude-skillGeneral skillMarketing, growth and sales
20vc-claude-skill↗
@sboghossian
Apply startup and investing frameworks distilled from more than 200 20VC episodes.
Project overviewThe skill brings 13 frameworks into Claude Code for decisions around sales compensation, competitive moats, fundraising, go-to-market strategy, hiring, pricing, and AI-agent deployment. It can activate automatically when those topics arise or be invoked directly. The material was synthesized programmatically from more than 200 interview episodes rather than presented as a searchable transcript archive.
- Stars
- ★ 4
- Forks
- ⑂ 0
- GitHub updated
- May 15, 2026
Open repomapGeneral skillSoftware development
repomap↗
@agustinvillegas·JavaScript
Turn a repository's structure into an editable, interactive architecture map.
Project overviewA deterministic analyzer first extracts the file tree, imports, definitions, and module connections without sending source code to an LLM. One model call then assigns architectural roles, detects the overall pattern, and chooses a layout. The resulting graph opens in an interactive visualizer with multiple views and branch-based experiments that can add or remove nodes and edges without changing the base map.
- Stars
- ★ 4
- Forks
- ⑂ 0
- GitHub updated
- Jul 9, 2026
Open vingoGeneral skillEducation and learning
vingo↗
@tndvnn
Correct technical English pronunciation and grammar during Vietnamese-language coding conversations.
Project overviewVingo embeds technical-English practice into conversations with Claude for Vietnamese speakers. It explains unfamiliar terms in everyday Vietnamese, corrects pronunciation and grammar, and uses escalating comedic roasts to make mistakes memorable, targeting beginners, founders, product or design roles, and developers who want clearer spoken tech vocabulary.
- Stars
- ★ 4
- Forks
- ⑂ 0
- License
- MIT