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 103 of 240
Open oh-my-petcareCollection or directoryPersonal and daily life
oh-my-petcare↗
@idonafraid-create·HTML
Track pet care locally and prepare clear reminders, handovers, and vet-ready notes.
Project overviewOh My Petcare lets cat and dog owners record symptoms, routines, vaccines, medication schedules, expenses, and other observations in plain language, then turns those local Markdown records into reminders, sitter handovers, or concise vet-visit summaries. Exports can be tailored for clinical or personal use and offered in multiple languages. It does not diagnose or prescribe; red-flag cases are directed to a clinic rather than labeled with a condition.
- Stars
- ★ 4
- Forks
- ⑂ 0
- License
- MIT
Open codesplainGeneral skillSoftware development
codesplain↗
@opitaru-sys
Keep a plain-language map of an AI-built codebase as it evolves.
Project overviewCodesplain maintains a readable CODESPLAIN.md alongside a project for people who direct AI rather than write or inspect every line of code. It explains what each area does, why it exists, and which consequential decisions shaped it, updating as the project changes. The file gives you a practical reference when an agent claims to have fixed something, added a dependency, or changed storage.
- Stars
- ★ 4
- Forks
- ⑂ 0
- License
- MIT
Open ai-pm-atom-lessonGeneral skillEducation and learning
ai-pm-atom-lesson↗
@uimarch123-arch·HTML
Turn one AI product concept into an offline, interactive single-page HTML lesson.
Project overviewGive the skill one focused concept—such as an agent, RAG, or chain-of-thought—and it produces a self-contained HTML lesson with sourced definitions, plain-language explanation, a continuing product example, practice questions, and an interactive demo. It is designed mainly for AI product-manager training and technical education, using a fixed four-step creation process so separate lessons keep a consistent structure.
- Stars
- ★ 4
- Forks
- ⑂ 0
- License
- MIT
Open claude-forgeCollection or directorySoftware developmentClaude Code
claude-forge↗
@immacualate·Shell
Equip Claude Code with prewired agents, commands, workflows, rules, and safety hooks.
Project overviewClaude Forge turns a mostly unconfigured Claude Code installation into a coordinated development environment for planning, TDD, review, verification, security checks, documentation, and team orchestration. It bundles specialized agents, slash commands, reusable skills, rules, and event hooks so the workflows connect instead of behaving like separate plugins. On macOS and Linux the installer uses symlinks for instant Git-based updates; Windows users rerun the installer after pulling changes.
- Stars
- ★ 4
- Forks
- ⑂ 0
- License
- MIT
Open CLAIICoding agentSoftware developmentCLI integration
CLAII↗
@agencyswarm·Python
Run a workspace-scoped CLI coding agent with lightweight memory
Project overviewCLAII is a command-line-first coding agent built around a tool loop restricted to a configured working directory. It can inspect and change files, run Python, and keep calling tools until a task finishes. Local knowledge-base references and optional lightweight memory make it a compact core for studying or extending agent behavior.
- Stars
- ★ 3
- Forks
- ⑂ 0
- GitHub updated
- Jun 18, 2026
Open obsidian-project-assistantGeneral skillProject and product management
obsidian-project-assistant↗
@ali5ter·Shell
Document project progress automatically in an Obsidian vault
Project overviewObsidian Project Documentation Manager captures project progress and decisions while you work with Claude Code, then updates a structured vault using customizable templates. It infers the project from the working directory, organizes related projects and technologies, and can optionally commit or push vault changes to GitHub for backup.
- Stars
- ★ 3
- Forks
- ⑂ 0
- License
- MIT
Open repo-business-contextGeneral skillKnowledge management
repo-business-context↗
@issouza
Keep product strategy and business constraints in the repository for AI agents.
Project overviewRepo Business Context creates a structured /context knowledge base of small Markdown files covering brand, business, and product facts. It can onboard through a short question flow, extract context from the codebase, or grow gradually, then route each task to only the most relevant files. This helps agents retain audience, pricing, voice, and scope boundaries as the product evolves, with context changes announced when they are made.
- Stars
- ★ 3
- Forks
- ⑂ 0
- License
- MIT
Open Ralph-WorkflowOrchestration frameworkSoftware developmentClaude Code
Ralph-Workflow↗
@Ralph-Workflow·Python
Run well-specified coding tasks through autonomous planning, building, verification, and repair.
Project overviewRalph Workflow orchestrates coding agents through planning, implementation, verification, and fixes, returning tested work for human review. It is intended for developers and small teams whose tasks are too large to supervise step by step but too risky to hand off blindly. The local Python tool supports several agents, including Claude Code, Codex, OpenCode, and Cursor, and expects clear specifications and repository guardrails.
- Stars
- ★ 3
- Forks
- ⑂ 1
- License
- AGPL-3.0
Open Opencode-Intern-Claude-Code-SkillGeneral skillSoftware developmentAgent Client Protocol
Opencode-Intern-Claude-Code-Skill↗
@smadgerano·Python
Delegate focused Claude Code tasks to an OpenCode assistant through ACP.
Project overviewOpenCode Intern Skill lets Claude Code hand focused work such as refactoring or test writing to an OpenCode agent through the Agent Communication Protocol. Both tools can share project instructions and skills from the same workspace, while the intern is configured to follow the requested scope and report blockers instead of making broad decisions. Claude Code, OpenCode, and Python 3.8 or later must be installed.
- Stars
- ★ 3
- Forks
- ⑂ 0
- GitHub updated
- Jun 16, 2026
Open harvey-specter-uaeCollection or directoryFinance, legal and complianceClaude Code
harvey-specter-uae↗
@kess-1995
Research startup, employment, contract, and licensing questions by UAE or US jurisdiction.
Project overviewHarvey Specter Legal AI Skills provides separate UAE and US variants for preliminary research on company formation, healthcare licensing, employment, contracts, and selected intellectual property questions. The materials are designed to return jurisdiction-specific information with citations, examples, and risk considerations. They explicitly provide legal information only, not legal advice, and users should verify current law and consult a licensed attorney before acting.
- Stars
- ★ 3
- Forks
- ⑂ 1
- GitHub updated
- Jun 27, 2026
Open ddd-skillGeneral skillSoftware development
ddd-skill↗
@deeparchi-ai
Model complex domains, bounded contexts, aggregates, and domain events with DDD.
Project overviewDDD Skill guides an AI agent through strategic and tactical Domain-Driven Design. It helps identify subdomains, establish a ubiquitous language, split bounded contexts, and design entities, value objects, aggregates, domain services, and events. It also covers architectural patterns such as hexagonal architecture, CQRS, event sourcing, and Saga for complex systems and microservice boundary decisions.
- Stars
- ★ 3
- Forks
- ⑂ 0
- License
- MIT
Open claude-code-reverse-engineeringLearning resourceResearch and knowledge
claude-code-reverse-engineering↗
@Prajwalsrinvas·JavaScript
Extract and analyze Claude Code internals from its shipped native binary.
Project overviewThis repository documents how Claude Code features work and packages the reverse-engineering process as a reusable skill. It extracts the embedded cli.js from the installed Bun binary, reformats the minified source, locates features through surviving string literals, annotates relevant code, and produces evidence-backed reports on commands, skills, agents, caching, and remote control; the workflow requires a local Claude Code installation and substantial source processing.
- Stars
- ★ 3
- Forks
- ⑂ 1
- License
- MIT
Open solidity-security-audit-skillGeneral skillSecurity and privacy
solidity-security-audit-skill↗
@mariano-aguero
Guide AI agents through structured Solidity smart contract security reviews.
Project overviewThis agent skill organizes Solidity security reviews into repeatable modes for full audits, re-audits, integrations, quick scans, and contests. It brings together vulnerability taxonomies, protocol checklists, tool workflows, proof-of-concept templates, and severity guidance. Its output is advisory and does not replace a professional audit.
- Stars
- ★ 3
- Forks
- ⑂ 2
- License
- MIT
Open roast-my-codeGeneral skillCode review and quality
roast-my-code↗
@sakimyto
Review code with adjustable roast levels and actionable fixes.
Project overviewroast-my-code analyzes a project across security, architecture, complexity, testing, type safety, performance, and other categories, then presents findings in a configurable roast style. It runs as a pure Claude Code skill without another API key. Its checks are strongest for JavaScript and TypeScript, with fewer ecosystem-specific rules elsewhere.
- Stars
- ★ 3
- Forks
- ⑂ 0
- License
- MIT
Open zkettleCLI appSecurity and privacyModel Context Protocol
zkettle↗
@benderterminal·Go
Self-host expiring secrets encrypted before they reach the server.
Project overviewzKettle encrypts secrets locally and stores only ciphertext, placing the decryption key in the URL fragment so the server never receives it. Links can expire by time or view count and can be revoked early, with CLI and MCP tools for common workflows. Reading through a terminal or agent can expose plaintext to logs or context, so file or clipboard output is safer.
- Stars
- ★ 3
- Forks
- ⑂ 0
- License
- AGPL-3.0
Open the-councilPluginCode review and qualityClaude Code
the-council↗
@DantesPeak85·Shell
Get parallel Codex and Gemini opinions on code, architecture, and debugging.
Project overviewThe Council sends project context and a focused prompt to Codex and Gemini in parallel, then has Claude synthesize their agreement, disagreements, and a final recommendation. It supports code review, architecture decisions, debugging, and general second opinions, with single-advisor fallback when one CLI is unavailable. Versions 1.2.0 and 1.2.1 did not reliably enforce Gemini read-only access, so version 1.3.0 or later should be used.
- Stars
- ★ 3
- Forks
- ⑂ 2
- License
- MIT
Open smb-sales-boost-skillGeneral skillMarketing, growth and sales
smb-sales-boost-skill↗
@Tomsonx232·Python
Find, filter, preview, and export newly registered U.S. business leads.
Project overviewSearch newly registered U.S. small and midsize businesses by industry, location, freshness, and other filters, preview masked matches without spending credits, and export contact records as CSV, JSON, or XLSX. The skill requires an SMB Sales Boost subscription and API key, and retrieving or exporting net-new leads normally consumes credits.
- Stars
- ★ 3
- Forks
- ⑂ 0
- License
- MIT
Open sigrok-skillGeneral skillTesting and debugging
sigrok-skill↗
@jguy·Shell
Capture and decode logic-analyzer signals through natural-language requests.
Project overviewTell Claude what digital traffic to capture and this skill detects the analyzer, builds the sigrok-cli command, saves a raw session, and decodes protocols such as I2C, SPI, UART, or JTAG offline. It can then summarize NACKs, framing errors, and register values. Claude Code, sigrok-cli with decoder support, and compatible hardware are required; the included device profile currently targets the Sipeed SLogic16 U3.
- Stars
- ★ 3
- Forks
- ⑂ 0
- License
- MIT