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 117 of 240
Open linkedin-profile-rewriterGeneral skillWriting and editing
linkedin-profile-rewriter↗
@joshua-burnell-1·Python
Rewrite LinkedIn profiles without losing your voice
Project overviewThis Claude skill rewrites a LinkedIn profile for a target job description while preserving the user's voice. It covers headline, About, experience, skills, and Featured sections; can compare pasted competitor profiles; and iterates against clarity, specificity, anti-buzzword, story arc, and keyword-match scores. It also flags sensitive resume details and refuses to invent achievements.
- Stars
- ★ 2
- Forks
- ⑂ 0
- License
- MIT
Open rapor-skillGeneral skillDocument productivity
rapor-skill↗
@hootbu·JavaScript
Turn Git commits into manager-ready daily reports in Turkish or English.
Project overviewRun /report inside a Git repository and the Hootbu Daily Report Skill reads the selected commits, groups related work, and rewrites code-level messages into paragraphs suitable for a manager or client. Turkish is the default, with English available through a flag. After your name, company, and project are saved once, --direkt can append the day's report directly to a Markdown file on the desktop.
- Stars
- ★ 2
- Forks
- ⑂ 0
- License
- MIT
Open claude-skill-activity-logGeneral skillBackend development
claude-skill-activity-log↗
@SamDaMan636·TypeScript
Scaffold an append-only admin activity log for Next.js and Supabase.
Project overviewThis Claude Code skill scaffolds an audit table, activity page, API route, and logging helper for a Next.js and Supabase admin dashboard. Developers wire the helper into successful admin actions and can add manual entries for deployments or operational work. RLS protects client access and blocks updates and deletions, while the server helper assumes an already admin-gated route. The templates expect a specific App Router, auth, UI, and Supabase structure, and logging failures do not block the underlying action.
- Stars
- ★ 2
- Forks
- ⑂ 0
- License
- MIT
Open claude-configCollection or directoryData and analytics
claude-config↗
@wardawgmalvicious·Python
Explore a personal Claude Code setup for Microsoft Fabric and Power BI.
Project overviewThis repository is a working personal Claude Code configuration for Microsoft Fabric, Azure, Power BI, and related data-engineering tasks. You can cherry-pick individual skills, path-scoped language rules, hooks, a security-reviewer agent, MCP templates, and validation scripts instead of cloning the whole setup. It targets Windows, and every artifact is currently marked personal, with no semantic-versioning, compatibility, or support commitment.
- Stars
- ★ 2
- Forks
- ⑂ 1
- License
- MIT
Open video-context-pluginGeneral skillMedia, audio and video
video-context-plugin↗
@vusallyv·Shell
Extract key video frames and transcripts for Claude to analyze
Project overviewvideo-context lets Claude inspect a video by extracting scene-change frames and an audio transcript from local files, public URLs, or authenticated private URLs. ffmpeg finds and caps keyframes, yt-dlp resolves supported web sources, and whisper-cpp supplies an optional transcript. ffmpeg is required, the transcript model is an extra download, and Windows installations need manual setup.
- Stars
- ★ 2
- Forks
- ⑂ 0
- License
- MIT
Open claude-dev-workflowGeneral skillSoftware development
claude-dev-workflow↗
@ymuromcev
Scale Claude Code development discipline from quick fixes to RFC-gated architectural work.
Project overviewEvery coding task is classified as XS, M, or L after a branch and backlog preflight. Small fixes get a smoke test, while larger changes require a user-visible result description, an RFC, stronger review, and progressively deeper security checks; parallel batches can be dispatched to isolated worktrees. This is an opinionated policy skill rather than a code framework, and its main instructions are written in Russian.
- Stars
- ★ 2
- Forks
- ⑂ 0
- License
- MIT
Open claude-scaffold-projectGeneral skillSoftware development
claude-scaffold-project↗
@ymuromcev·Go Template
Scaffold a new project, backlog, conventions, and first Git commit in one chat.
Project overviewclaude-scaffold-project asks a small set of setup questions, previews every file, and then creates project documentation, conventions, an initial backlog item, and optional Node CLI or Python MCP starter files before initializing Git. It can also backfill missing structure without overwriting existing files and promote reusable infrastructure patterns into future extension packs. The skill itself is written in Russian.
- Stars
- ★ 2
- Forks
- ⑂ 0
- License
- MIT
Open claude-skill-design-mdGeneral skillDesign and creative work
claude-skill-design-md↗
@moesuito·HTML
Distill a visual identity into an agent-readable DESIGN.md and a standalone browser showcase.
Project overviewDesign MD converts a website, brand guide, screenshots, or a mood-board description into two paired artifacts. DESIGN.md captures semantic tokens, component rules, visual directives, and named anti-patterns for AI agents, while design-showcase.html presents the same system in a self-contained page that humans can open without a server. The shared source tokens help keep implementation guidance and visual review aligned.
- Stars
- ★ 2
- Forks
- ⑂ 0
- License
- Apache-2.0
Open claude-skill-phase-reviewGeneral skillCode review and quality
claude-skill-phase-review↗
@tripinfinite-gif
Review development phases with fresh agents scaled to the change's size and risk.
Project overviewRun this skill after a development phase to assign two to seven fresh subagents across specification, architecture, code quality, security, and performance. It selects an S, M, or L workflow from diff size and sensitive areas; larger reviews can add an adversarial skeptic and a fresh regression sweep after fixes. Changes touching authentication, PII, payments, uploads, or raw SQL are bumped to at least medium depth. It is designed for phase boundaries, not CI, PR review, or a replacement for human security review.
- Stars
- ★ 2
- Forks
- ⑂ 1
- License
- MIT
Open aivc-dachWeb appVideo creation and editing
aivc-dach↗
@ZeldoGiQ·TypeScript
Generate local MP4 templates and edit footage through an alpha AI chat interface.
Project overviewUse AIVC DACH to turn a short request into local MP4 templates for intros, shorts, sponsor reads, and similar formats; the renderer works without an account or API key. Its v3 alpha editor already supports chat-driven cuts, trims, and transparent overlays, while direct timeline control from external MCP agents is still planned. The toolkit requires Claude Code, Node.js, and Bun.
- Stars
- ★ 2
- Forks
- ⑂ 0
- License
- MIT
Open tochi-satei-kunGeneral skillFinance, legal and compliance
tochi-satei-kun↗
@signal-yield·Python
Generate transparent first-pass land valuations for Japanese vacant lots
Project overviewTochi-Satei-Kun reads MLIT transaction data and public-land-price GeoJSON, re-estimates municipality-specific hedonic regression coefficients, selects comparable cases, and exports broker and client worksheets in Excel. The broker sheet exposes coefficients and adjustments so the estimate can be checked, while the client sheet hides statistical detail. It supports Japanese vacant land with ownership rights for preliminary brokerage screening, not a statutory appraisal, and needs current source data supplied by the user.
- Stars
- ★ 2
- Forks
- ⑂ 2
- GitHub updated
- Jun 13, 2026
Open claude-cdp-debuggerGeneral skillTesting and debugging
claude-cdp-debugger↗
@Colgate13·TypeScript
Let Claude inspect live Node.js failures through breakpoints and runtime state.
Project overviewPoint Claude at a function or failing request, and the plugin reads nearby code, selects strategic breakpoints, attaches through the Chrome DevTools Protocol, and waits while you trigger the code path. It then inspects locals, expressions, and the call stack before reporting findings in plain language. The debugger is Node.js-only and requires Node.js 22, a service started with --inspect, and a usable attach configuration in .vscode/launch.json.
- Stars
- ★ 2
- Forks
- ⑂ 0
- License
- MIT
Open article-autopilotGeneral skillSEO and search optimization
article-autopilot↗
@TrendTweekers·JavaScript
Generate brand-voiced SEO articles from a keyword through research, auditing, and language linting.
Project overviewArticle Autopilot turns a keyword into a Markdown draft by researching the search results, writing to a site-specific voice, auditing E-E-A-T signals, and running language rules before output. A YAML configuration controls the audience, terminology, tone, and frontmatter format. It runs inside Claude Code, depends on upstream content skills, and deliberately leaves publishing to the user.
- Stars
- ★ 2
- Forks
- ⑂ 1
- License
- MIT
Open bpmn-xml-generatorGeneral skillSoftware development
bpmn-xml-generator↗
@stateway-io·Shell
Convert process descriptions into valid BPMN 2.0 XML
Project overviewbpmn-xml-generator turns plain-language process descriptions into BPMN 2.0 XML for Claude Code or Cline. It asks for missing details, validates connectivity, gateway conditions, timer formats, and Camunda extensions, and can add a BPMNDiagram layout for editors such as bpmn.io. The automatic layout path requires Node.js 18 or newer; the core skill works as a Markdown-based agent skill.
- Stars
- ★ 2
- Forks
- ⑂ 0
- License
- Apache-2.0
Open html-chameleonLibraryFrontend development
html-chameleon↗
@churin1116·JavaScript
Make HTML artifacts themeable with a shared, persistent color contract.
Project overviewChameleon replaces hardcoded colors with a small semantic CSS contract that can be reused across HTML artifacts. Its Claude Code skill can create themed pages or propose a dry-run conversion for existing files, while a Chrome extension applies the reader's saved theme across compatible pages. For durable or offline artifacts, the theme can be baked into the HTML and pinned to a contract version.
- Stars
- ★ 2
- Forks
- ⑂ 0
- License
- MIT
Open perfect-uiGeneral skillDesign and creative work
perfect-ui↗
@dris1153·HTML
Design distinctive landing pages and portfolios with anti-template rules.
Project overviewPerfect UI helps an agent design and ship landing pages, portfolios, and other page types with a deliberate visual direction. It locks a vibe, palette, typography, custom icons, two-dimensional assets, motion choices, and accessibility details, then runs an anti-slop audit. It also supports URL study mode and component-scoped previews, while the default output targets Next.js, Tailwind, and customized shadcn/ui.
- Stars
- ★ 2
- Forks
- ⑂ 0
- GitHub updated
- Jun 3, 2026
Open cv-creatorGeneral skillDocument productivity
cv-creator↗
@farazfookeer·Shell
Create, review, and tailor ATS-aware CVs across regions.
Project overviewcv-creator builds, improves, reviews, and tailors CVs through one Claude Code skill. It separates regional patterns for US/Canada, UK/EU, Germany, academic applications, and UAE/GCC from industry overlays such as tech, nursing, finance, sales, trades, creative, and executive work. Markdown needs no extra tools; PDF and DOCX output requires pandoc, and PDF also needs a TeX engine. Japanese, Chinese, and India-specific formats are outside v1.
- Stars
- ★ 2
- Forks
- ⑂ 0
- License
- MIT
Open 3d-animation-creator-skillGeneral skillSoftware development
3d-animation-creator-skill↗
@sergeyramas·Shell
Turn a video into an Apple-style scroll animation site
Project overview3D Animation Creator turns a video into a single-file Apple-style scroll-animation site whose canvas playback follows scroll position. It adds responsive mobile treatment and annotation cards, can use a URL or pasted text for content, and runs with FFmpeg on macOS or Linux.
- Stars
- ★ 2
- Forks
- ⑂ 0
- GitHub updated
- May 27, 2026