94-day current streak·94-day longest streak
Mehmet Turaç · @mturac Product judgment · engineering execution · agentic systems under production pressure I build the bridge between product judgment, engineering execution, and agentic systems that have to…
Mehmet Turaç · @mturac
Product judgment · engineering execution · agentic systems under production pressure
I build the bridge between product judgment, engineering execution, and agentic systems that have to survive real production pressure.
Over 15+ years in software, I have led and advised product, engineering, and strategy teams through
platform bets, architecture risk, organizational complexity, and delivery pressure. My work is not only
about building systems; it is about deciding which systems are worth building, aligning people around
them, and carrying them into production.
I think like a product owner, operate like a strategist, and still stay close enough to the code to know where the system will break.
That is the lane I like most: unclear problem, real users, brittle architecture, impatient timeline, no room for theatre.
In 2026, while continuing my professional work, I made a deliberate turn back toward open source:
to help public engineering teams, contribute to systems I respect, and make my judgment visible in the open. I focus on
small, reviewable patches in serious repositories: reliability fixes, edge-case handling, type safety, UI correctness,
CI repair, and maintainer feedback loops.
I care about teams and agents that can take responsibility in real codebases, not just look impressive in a terminal.
Occasionally loud in Turkish.
---
Open-source posture
I like public work that is small enough to review and real enough to matter: a failing edge case, a clearer contract, a safer default, a cleaner UI path, a less fragile test. Specific repositories and PR surfaces are listed further down; the top of the profile is just the operating thesis.
Private labs are active too: OSS scouting/factory systems, research automation, and contribution-quality gates that make the public work sharper without turning the profile into a list of private links.
Selected OSS proof
The work is public and reviewable. Each row links to completed contribution work submitted to the repository; current review and merge state stays on the PR itself. These are contribution links, not employment or affiliation claims.
| Maintainer surface | Contribution work | Public proof |
|---|---|---|
| Microsoft | Playwright annotation parsing and matcher extension reliability; governance rule validation | Playwright #41292, Playwright #41367, Agent Governance Toolkit #3299 |
| Meta / Facebook | ASTRYX theme artwork loading on the themes page | ASTRYX #3911 |
| Redis | Dynamic authentication credential refresh in the Rueidis Go client | rueidis #1008 |
| Elastic | Elasticsearch ESQL metadata and YAML parsing; Kibana reporting/Fleet; Elastic Agent cleanup; elastic-package testing | Elasticsearch #149151, Elasticsearch #152924, full Elastic PR history |
| Strapi | Core sessions, API generation, database healthchecks, URL-safe fallbacks, i18n, GraphQL, and admin reliability | public PR history |
| ChromeDevTools | MCP memory-leak debugging guidance and screencast frame-rate control | MCP #2330, MCP #2312 |
| Upstash | Context7 Node 18 compatibility and safer GitHub authentication handling | Context7 #2762, Context7 #2920 |
| nexu-io | Open Design and Looper reliability across daemon, provider, preview, UI, and long-running workflow paths | public PR history |
Builder shelf
The public repo shelf has two personalities: practical utilities that solve annoying engineering problems, and agentic systems that make autonomous work less fragile.
| Featured line | Projects | Why it exists |
|---|---|---|
| Content freshness | content-pulse, contentpulse-strapi, contentpulse-contentful | Find stale dates, version drift, and neglected content before users do. |
| Agent governance | claude-roundtable, promptguard, skill-hunter | Make coding agents check contracts, reuse skills, and pass quality gates. |
| Memory and proof | recall-mcp, proofbox, eval-kit | Turn vague agent confidence into persistent memory and repeatable checks. |
| Protocol tooling | mcpx, mcp-guard, mcp-scaffold | Build, proxy, and harden MCP servers without pretending every tool call is safe. |
Open the full public lab shelf · utilities, plugins, guards, agents, and research toys
- 🔍 content-pulse — Semantic Decay & Freshness Engine for PayloadCMS v3. Detect stale dates and outdated version references before your readers do. 14/14 tests passing.
- 🔍 contentpulse-strapi — ContentPulse for Strapi v5. Lifecycle hooks + admin widget for content freshness analysis.
- 🔍 contentpulse-contentful — ContentPulse for Contentful. Sidebar app with Forma 36 design system integration.
- 👻 simulacra — Ghost personas review your code before it ships. Find edge cases, race conditions, and business logic bugs before production.
- 🧠 sparse-attention-viz — MiniMax-style Top-k sparse attention visualizer. CPU-only, no GPU required.
- 🪑 claude-roundtable — Multi-agent governance for Claude Code. Council deliberates, votes, dispatches, and enforces quality gates.
- ⏱️ leyla-scheduler — Durable, session-aware task scheduler in Rust. Jobs survive disconnects.
- 🔎 skill-hunter — Pre-execution layer that makes agents check for existing skills before building from scratch.
- 🛡️ promptguard — Audits prompts as behavioral contracts. Pre-write guard for agents that ship code.
- 🧠 recall-mcp — Shared brain for AI agents. SQLite-backed persistent memory over MCP.
- 👵 moooom-claude — 10 cultures of moms nagging your Claude Code to drink water and sit up straight.
- 🐍 hermes-supercode-skills — 13 production-grade Claude Code skill modules: database, auth, observability, infra, security, deployment, debugging, API design, and more. Also available for OpenAI Codex.
- 🧰 pluginpool — Ten focused Claude Code plugins for everyday developer productivity. Each one is its own MIT-licensed repo: commit-narrator, pr-storyteller, test-gap, deps-doctor, env-lint, secret-guard, standup-gen, todo-harvest, flaky-detector, changelog-forge. 89 hermetic tests · Python 3 stdlib only.
- ♿ a11y-ci — Automated accessibility audits for Claude Code. Static WCAG 2.1 checks on HTML, JSX/TSX, and Vue SFC — violations annotated in-source with line numbers and fix suggestions.
- 📐 adr-sync — Keeps Architecture Decision Records aligned with actual code changes. Detects drift between ADRs and implementation before it compounds.
- 💰 agent-budget — Track token spend and enforce cost budgets for LLM agent runs.
- 🔗 api-contract — Validates frontend API calls against backend schemas, detects breaking changes before deploy, generates typed TypeScript clients.
- ⚡ build-cache-analyzer — Analyzes build cache hit rates across CI runs, finds what's busting your cache, and optimizes build times.
- 🏺 code-archaeologist — Uncovers intent and evolution in legacy codebases through git history, comments, and structural patterns.
- 👁️ codewatch — Automated PR review and security auditing for Claude Code.
- ✅ config-schema-validator — Validates YAML, TOML, and JSON config files against schemas and suggests auto-fixes for common misconfigurations.
- 🗺️ contract-atlas — Maps the implicit contracts in your codebase. You find out about them when they break — this finds them first.
- 💸 cost-watch — Token spend tracking and budget alerts for Claude Code sessions.
- 🚫 dead-end-finder — Discovers unreachable code, unused exports, and orphaned API endpoints that accumulate silently.
- 📦 dep-drift — Detects when your lockfile diverges from
package.json, flags silent transitive dependency updates, and catches license incompatibilities before they become compliance issues. - 🕸️ dependency-graph-viz — Builds import dependency graphs, detects circular dependencies, and analyzes deep chains that create brittle architectures.
- 🚀 deploy — Deploy to Vercel, Railway, Fly.io, or Render directly from your editor.
- 🍴 devfork — Git branch for your entire running dev environment. Switch context without killing your server.
- 📄 docs-sync-checker — Detects documentation drift: when docs describe functions, CLI commands, file paths, or config keys that no longer exist or have changed.
- 🧪 eval-kit — Assertion-based prompt evaluation for LLMs. Test AI outputs like unit tests, run from the terminal.
- 🚩 flag-ops — Manage feature flags: scan for orphaned flags, track rollout status, and safely remove flags when done.
- 🎯 flaky-test-hunter — Detects, quarantines, and fixes flaky tests by analyzing CI run history and test timing patterns.
- 🌍 i18n-sync — Keeps translation keys in sync across locales. Detects missing, extra, duplicate, and untranslated keys. Generates type-safe stubs and prunes orphaned entries.
- 🚨 incident — Production incident response for Claude Code. Triage fast, diagnose deep, fix correctly, document thoroughly.
- ⚖️ license-guard — Enforces license compliance policy on dependencies, generates SBOM, and blocks incompatible licenses before they reach production.
- 🧹 llmfmt — Normalizes LLM output: extracts JSON, code blocks, strips markdown, removes thinking tags, and unwraps common prose prefixes.
- 🏗️ mcp-scaffold — Scaffold production-ready MCP servers in seconds — stdio, multi-tool, and HTTP templates included.
- 🧠 memex — Personal semantic memory for claude.ai. Save notes, links, code snippets, and ideas — search and recall them in any conversation via a knowledge graph.
- 🗄️ migrate-safe — Analyzes database migrations for destructive operations and safety issues before you run them.
- 🔍 perf-lens — Identifies N+1 query patterns, redundant React re-renders, and bundle bloat before they hit production.
- 🔬 promptlab — Zero-backend visual prompt engineering studio. Multi-model comparison, variable interpolation, eval assertions, and shareable URLs.
- 🔄 refactor-preview — Simulates refactoring impact with blast radius analysis before applying changes — see exactly what would break.
- ⏮️ replay — Records and replays Claude Code agent runs. Every bash command, file read/write, and tool call logged to SQLite. Inspect, diff, and audit any past session.
- ⚗️ schema-forge — Generates Zod schemas from JSON examples, OpenAPI specs, and JSON Schema definitions.
- 📝 semantic-release-notes — Auto-generates human-readable changelogs and release notes from conventional commits and PR titles.
- 🔭 test-scout — Finds untested code paths and generates targeted unit tests by analyzing coverage gaps and control flow.
- 🏷️ type-coverage — Tracks TypeScript type safety across your codebase. Surface where
anyis spreading. - 🎨 open-design — Local-first open-source alternative to Anthropic's Claude Design. 19 skills · 71 brand-grade design systems · generates web, desktop, mobile prototypes, slides, images, and video. Runs on Claude Code, Codex, Cursor, Gemini, OpenCode, Qwen, Copilot, Hermes, and Kimi CLI.
- 🔬 proofbox — Verify AI-generated technical recipes before engineering teams trust them.
- 🌊 weave — Visual AI-agent flow builder with real LLM execution and Python export.
- 🔀 mcpx — MCP gateway that proxies and routes multiple MCP servers behind one endpoint.
- 🛂 mcp-guard — Policy firewall and security scanner for MCP servers and agent tools.
- 🧹 debtlint — Vibe debt scanner: AI attribution and code ownership tracker.
- 🎭 **[multichar-studio](h
-
skill-hunter ★ PINNED
Pre-execution layer that makes agents check for existing skills before building from scratch.
Shell ★ 2 2mo agoExplain → -
product-init ★ PINNED
AI-first turnkey product delivery skill. 9-gate pipeline: idea → shipped product.
Python ★ 4 2mo agoExplain → -
recsys-pipeline-architect ★ PINNED
Composable recommendation pipeline skill for Claude — six-stage Source→Hydrator→Filter→Scorer→Selector→SideEffect framework with Strapi/Go/Python examples
★ 2 2mo agoExplain → -
everything-openai-codex ★ PINNED
EOC: open-source operating system for OpenAI Codex workflows with agents, skills, hooks, rules, memory, safety gates, and cross-harness adapters.
JavaScript ★ 83 2d agoExplain → -
promptguard ★ PINNED
Audits prompts as behavioral contracts. Pre-write guard for agents that ship code.
Python ★ 82 2mo agoExplain → -
simulacra
Ghost personas review your code before it ships. Find edge cases, race conditions, and business logic bugs before production.
★ 61 1mo agoExplain → -
hermes-supercode-skills
⚡ 13 production-grade skills for Claude Code · db-whisperer, auth-architect, obs-guardian + 10 more · Zero config · MIT
JavaScript ★ 2 1mo agoExplain → -
rolldown ⑂
Fast Rust bundler for JavaScript/TypeScript with Rollup-compatible API.
★ 1 14d agoExplain → -
awesome-ai-agents ⑂
A curated list of AI agent frameworks, tools, platforms, research papers, and resources
★ 1 14d agoExplain → -
e2b-awesome-ai-agents-eoc ⑂
A list of AI autonomous agents
★ 1 14d agoExplain → -
openclaw ⑂
Your own personal AI assistant. Any OS. Any Platform. The lobster way. 🦞
★ 1 14d agoExplain → -
bootstrap ⑂
The most popular HTML, CSS, and JavaScript framework for developing responsive, mobile first projects on the web.
★ 1 6d agoExplain → -
cline ⑂
Autonomous coding agent as an SDK, IDE extension, or CLI assistant.
TypeScript ★ 1 14d agoExplain → -
ollama ⑂
Get up and running with Kimi-K2.5, GLM-5, MiniMax, DeepSeek, gpt-oss, Qwen, Gemma and other models.
★ 1 14d agoExplain → -
iroh ⑂
IP addresses break, dial keys instead. A library that adds QUIC + NAT Traversal to your apps.
★ 1 14d agoExplain → -
browser-use ⑂
🌐 Make websites accessible for AI agents. Automate tasks online with ease.
★ 1 13d agoExplain → -
shepherd ⑂
A runtime substrate that turns an agent's execution into a reversible, Git-like trace, so meta-agents can observe, fork, replay, and revert any run. Couples agent and environments in a copy-on-write fork ~5x faster than docker commit, with ~95% KV-cache reuse on replay. Framework built for meta-agents to supervise, optimize, and train other agents
★ 1 13d agoExplain → -
vite ⑂
Next generation frontend tooling. It's fast!
★ 1 13d agoExplain → -
elasticsearch ⑂
Free and Open Source, Distributed, RESTful Search Engine
★ 1 12d agoExplain → -
orca ⑂
Orca is the ADE for working with a fleet of parallel agents. Run any coding agent with your own subscription. Available on desktop and mobile.
★ 1 12d agoExplain → -
agent-governance-toolkit ⑂
AI Agent Governance Toolkit — Policy enforcement, zero-trust identity, execution sandboxing, and reliability engineering for autonomous AI agents. Covers 10/10 OWASP Agentic Top 10.
★ 1 11d agoExplain → -
rueidis ⑂
A fast Golang Redis client that supports Client Side Caching, Auto Pipelining, RDMA, etc.
★ 1 7d agoExplain → -
chrome-devtools-mcp ⑂
Chrome DevTools for coding agents
★ 1 1d agoExplain → -
astryx ⑂
An open source design system that's fully customizable and agent ready
★ 1 1d agoExplain → -
hawk
No description.
TypeScript ★ 1 25d agoExplain → -
agentvm
Portable Agent Runtime: package your agent's memory, personality, skills, and tools, then move it across AI platforms.
Rust ★ 1 26d agoExplain → -
CodeWard
Open-source repo guardrails for AI-assisted engineering.
TypeScript ★ 1 27d agoExplain → -
next.js ⑂
The React Framework
★ 1 1mo agoExplain → -
playwright-vscode ⑂
Playwright Test Visual Studio Code integration
★ 1 1mo agoExplain → -
OpenHands ⑂
🙌 OpenHands: AI-Driven Development
★ 1 1mo agoExplain → -
servers ⑂
Model Context Protocol Servers
★ 1 1mo agoExplain → -
Scrapling ⑂
🕷️ An adaptive Web Scraping framework that handles everything from a single request to a full-scale crawl!
★ 1 18d agoExplain → -
pluginpool-deps-doctor
Dependency vuln/outdated/license audit across npm, pip, cargo, go. Monorepo-aware.
Python ★ 1 2mo agoExplain → -
incident
Claude Code plugin: production incident response — triage, diagnose, fix, and postmortem with Sentry + Datadog
HTML ★ 1 1mo agoExplain → -
deploy
Claude Code plugin: deploy to Vercel, Railway, Fly.io, and Render directly from your editor
HTML ★ 1 1mo agoExplain → -
craftkit
No description.
★ 1 1mo agoExplain → -
harness-demo
No description.
Python ★ 1 1mo agoExplain → -
codebase-dna-guardian
🧬 A Claude Code skill that extracts and enforces a codebase's tribal knowledge — naming conventions, architectural patterns, error handling strategies, and dependency choices.
JavaScript ★ 1 1mo agoExplain → -
moooom-claude
World Moms for Claude Code — 10 cultures of mom nagging you to drink water, eat food, and sit up straight
Shell ★ 1 3mo agoExplain → -
content-pulse
ContentPulse - Semantic Decay & Freshness Engine for PayloadCMS v3. Detect stale dates and outdated version references before your readers do.
TypeScript ★ 1 1mo agoExplain → -
sparse-attention-viz
MiniMax-style Top-k sparse attention visualizer — CPU-only, no GPU required
HTML ★ 1 1mo agoExplain → -
grok-build ⑂ ▣
SpaceXAI's coding agent harness and TUI. Fullscreen, mouse interactive, extensible.
Rust ★ 0 1d agoExplain → -
grok
grok-build fork — connect-from-anywhere + automation features (standalone)
Rust ★ 0 1d agoExplain → -
recoverable-agent-runtime
Session resume is not workflow recovery — durable agent runtime reference with payment-crash demo
TypeScript ★ 0 2d agoExplain → -
mturac
Agent infrastructure builder. Roundtables, schedulers, prompt contracts, memory.
★ 0 3d agoExplain → -
alefdocs
AlefLang public documentation (GitHub Pages)
HTML ★ 0 4d agoExplain → -
composio-awesome-codex-skills-eoc ⑂
A curated list of practical Codex skills for automating workflows across the Codex CLI and API.
★ 0 2mo agoExplain → -
aleflang-docs
No description.
HTML ★ 0 8d agoExplain → -
strapi ⑂
🚀 Strapi is the leading open-source headless CMS. It’s 100% JavaScript/TypeScript, fully customizable, and developer-first.
★ 0 9d agoExplain → -
composio-awesome-claude-plugins ⑂
A curated list of Plugins that let you extend Claude Code with custom commands, agents, hooks, and MCP servers through the plugin system.
★ 0 1mo agoExplain → -
markitdown ⑂
Python tool for converting files and office documents to Markdown.
★ 0 14d agoExplain → -
mcp-server-cloudflare ⑂
No description.
★ 0 16d agoExplain → -
netdata ⑂
The fastest path to AI-powered full stack observability, even for lean teams.
★ 0 14d agoExplain → -
openmemory-router ▣
OpenMemoryRouter — Self-hosted LLM routing platform with semantic cache, EBM scoring, forecasting, diffusion planning, memory, and provider failover. OpenRouter alternative.
Python ★ 0 2mo agoExplain → -
turac-llm-router-ultra ▣
Ultra fast LLM Router with 3-layer caching, EBM forecasting, intelligent routing. 5x better than OpenRouter.
Python ★ 0 2mo agoExplain → -
stagehand ⑂
The SDK For Browser Agents
★ 0 24d agoExplain → -
goose ⑂
an open source, extensible AI agent that goes beyond code suggestions - install, execute, edit, and test with any LLM
★ 0 23d agoExplain → -
mkdocs ⑂
Project documentation with Markdown.
★ 0 23d agoExplain → -
werkzeug ⑂
The comprehensive WSGI web application library.
★ 0 23d agoExplain → -
jinja ⑂
A very fast and expressive template engine.
★ 0 24d agoExplain → -
click ⑂
Python composable command line interface toolkit
★ 0 23d agoExplain → -
material-ui ⑂
Material UI: Comprehensive React component library that implements Google's Material Design. Free forever.
★ 0 23d agoExplain → -
svelte ⑂
web development for the rest of us
★ 0 24d agoExplain → -
langchainjs ⑂
The agent engineering platform
★ 0 23d agoExplain → -
ai ⑂
The AI Toolkit for TypeScript. From the creators of Next.js, the AI SDK is a free open-source library for building AI-powered applications and agents
★ 0 24d agoExplain → -
python-sdk ⑂
The official Python SDK for Model Context Protocol servers and clients
★ 0 24d agoExplain → -
inspector ⑂
Visual testing tool for MCP servers
★ 0 23d agoExplain → -
presidio ⑂
An open-source framework for detecting, redacting, masking, and anonymizing sensitive data (PII) across text, images, and structured data. Supports NLP, pattern matching, and customizable pipelines.
★ 0 23d agoExplain → -
terrarium
Deterministic synthetic production worlds for developers and agents
TypeScript ★ 0 26d agoExplain → -
typescript-sdk ⑂
The official TypeScript SDK for Model Context Protocol servers and clients
★ 0 24d agoExplain → -
MiMo-Code ⑂
MiMo Code: Where Models and Agents Co-Evolve
★ 0 18d agoExplain → -
agentic-engineering-cards
Real-world benchmark cards for AI coding agents — prove tests, side effects, and rollback readiness.
TypeScript ★ 0 1mo agoExplain → -
evidence-pack-generator
Generate executive release evidence packs — what shipped, what was verified, what still needs a decision.
TypeScript ★ 0 1mo agoExplain → -
maintainer-load-reducer
PR risk triage for maintainers — reviewer checklist, missing tests, and breaking-change flags.
TypeScript ★ 0 1mo agoExplain → -
ai-evidence-binder
Governance binder for AI use cases — risk, owners, oversight, and compliance evidence gaps.
TypeScript ★ 0 1mo agoExplain → -
agent-flight-recorder
Black-box flight recorder for AI agent runs — timeline, evidence, and suspicious completion claims.
TypeScript ★ 0 1mo agoExplain → -
prompt-injection-lab
Hands-on prompt injection lab with live attack demos for agent, MCP, and memory poisoning training.
TypeScript ★ 0 1mo agoExplain → -
artifact-notary
Scan GitHub Actions workflows for untrusted artifact uploads crossing into privileged deploy jobs.
TypeScript ★ 0 1mo agoExplain → -
mcp-tool-diff
Diff MCP tool manifests and catch poisoning before agents silently trust changed definitions.
TypeScript ★ 0 1mo agoExplain → -
kubernetes ⑂
Production-Grade Container Scheduling and Management
★ 0 27d agoExplain → -
deno ⑂
A modern runtime for JavaScript and TypeScript.
★ 0 18d agoExplain → -
edge-runtime ⑂
Developing, testing, and defining the runtime Web APIs for Edge infrastructure.
★ 0 1mo agoExplain → -
alef-todo
Multi-user team-shared CLI todo app written in Alef (aleflang Tier 1.7 example)
JavaScript ★ 0 1mo agoExplain → -
playwright ⑂
Playwright is a framework for Web Testing and Automation. It allows testing Chromium, Firefox and WebKit with a single API.
★ 0 1mo agoExplain → -
ComfyUI_frontend ⑂
Official front-end implementation of ComfyUI
★ 0 1mo agoExplain → -
context7 ⑂
Context7 Platform -- Up-to-date code documentation for LLMs and AI code editors
★ 0 5d agoExplain → -
agent-skills ⑂
Production-grade engineering skills for AI coding agents.
Python ★ 0 1mo agoExplain → -
semantic-release-notes
No description.
★ 0 1mo agoExplain → -
type-coverage
No description.
★ 0 1mo agoExplain → -
dead-end-finder
No description.
★ 0 1mo agoExplain → -
refactor-preview
No description.
★ 0 1mo agoExplain → -
docs-sync-checker
No description.
★ 0 1mo agoExplain → -
build-cache-analyzer
No description.
★ 0 1mo agoExplain → -
dependency-graph-viz
No description.
★ 0 1mo agoExplain → -
config-schema-validator
No description.
★ 0 1mo agoExplain → -
license-guard
No description.
★ 0 1mo agoExplain → -
flaky-test-hunter
No description.
★ 0 1mo agoExplain → -
storybook ⑂
Storybook is the industry standard workshop for building, documenting, and testing UI components in isolation
★ 0 23d agoExplain → -
adr-sync
No description.
★ 0 1mo agoExplain → -
code-archaeologist
No description.
★ 0 1mo agoExplain → -
flag-ops
No description.
★ 0 1mo agoExplain → -
i18n-sync
No description.
★ 0 1mo agoExplain → -
a11y-ci
No description.
★ 0 1mo agoExplain → -
perf-lens
No description.
★ 0 1mo agoExplain → -
api-contract
No description.
★ 0 1mo agoExplain → -
migrate-safe
No description.
★ 0 1mo agoExplain → -
dep-drift
No description.
★ 0 1mo agoExplain → -
test-scout
No description.
★ 0 1mo agoExplain → -
hive ⑂
Multi-Agent Harness for Production AI
★ 0 1mo agoExplain → -
codegraph ⑂
Pre-indexed code knowledge graph for Claude Code, Codex, Gemini, Cursor, OpenCode, AntiGravity, Kiro, and Hermes Agent — fewer tokens, fewer tool calls, 100% local
★ 0 1mo agoExplain → -
agentmemory ⑂
#1 Persistent memory for AI coding agents based on real-world benchmarks
★ 0 18d agoExplain → -
spec-first-adr
Spec-first ADR discipline plugin for Claude Code
★ 0 1mo agoExplain → -
test-architect
🧪 A Claude Code skill that writes tests like your team would — matches your conventions, enforces TDD, finds untested critical paths, catches test smells. Language-agnostic.
★ 0 1mo agoExplain → -
contentpulse-strapi
ContentPulse - Semantic Decay & Freshness Engine for Strapi v5. Detect stale dates and outdated version references before your readers do.
TypeScript ★ 0 1mo agoExplain → -
claude-code-resources ⑂
Community-curated collection of Claude Code skills, agents, CLAUDE.md files, PRDs, prompts, and more. Run by Claude Code Community Ireland.
★ 0 1mo agoExplain → -
behisecc-awesome-claude-skills ⑂
A curated list of Claude Skills.
★ 0 1mo agoExplain → -
awesome-ai-coding-agent-tools ⑂
A curated list of tools, libraries, MCP servers, and frameworks that power AI coding agents.
★ 0 1mo agoExplain → -
claude-code-skills ⑂
Professional Claude Code skills marketplace featuring production-ready skills for enhanced development workflows.
★ 0 1mo agoExplain → -
mcp-adr-analysis-server ⑂
A sophisticated Model Context Protocol (MCP) server for analyzing Architectural Decision Records (ADRs) and providing deep architectural insights to AI agents.
TypeScript ★ 0 1mo agoExplain → -
awesome-claude-code-subagents ⑂
A collection of 100+ specialized Claude Code subagents covering a wide range of development use cases
Shell ★ 0 1mo agoExplain → -
open-design ⑂
🎨 Local-first, open-source alternative to Anthropic's Claude Design. ⚡ 19 Skills · ✨ 71 brand-grade Design Systems 🖼 Generate web · desktop · mobile prototypes · slides · images · videos · HyperFrames 📦 Sandboxed preview · HTML/PDF/PPTX/MP4 export 🤖 Runs on Claude Code / Codex / Cursor / Gemini / OpenCode / Qwen / Copilot / Hermes / Kimi CLI.
TypeScript ★ 0 16h agoExplain → -
taches-cc-resources ⑂
A collection of my favorite custom Claude Code resources to make life easier.
★ 0 1mo agoExplain → -
awesome-claude-code-toolkit ⑂
The most comprehensive toolkit for Claude Code -- 135 agents, 35 curated skills (+400,000 via SkillKit), 42 commands, 176+ plugins, 20 hooks, 15 rules, 7 templates, 14 MCP configs, 26 companion apps, 52 ecosystem entries, and more.
★ 0 1mo agoExplain → -
hermes-supercode-skills-codex
⚡ 13 production-grade skill modules for OpenAI Codex · AGENTS.md native · db-whisperer, auth-architect, obs-guardian + 10 more · MIT
★ 0 1mo agoExplain → -
awesome-codex-automations ⑂
A curated list of automations for codex
★ 0 1mo agoExplain → -
awesome-ai-coding-tools ⑂
A curated list of AI-powered coding tools — editors, agents, code review, testing, CLI tools, and more.
★ 0 1mo agoExplain → -
awesome-ai-coding ⑂
Awesome AI Coding
★ 0 1mo agoExplain → -
contentpulse-contentful
ContentPulse - Semantic Decay & Freshness Engine for Contentful. Detect stale dates and outdated version references before your readers do.
★ 0 1mo agoExplain → -
pydantic-ai ⑂
AI Agent Framework, the Pydantic way
★ 0 1mo agoExplain → -
nanoid ⑂
A tiny (118 bytes), secure, URL-friendly, unique string ID generator for JavaScript
★ 0 1mo agoExplain → -
tolaria ⑂
Desktop app to manage markdown knowledge bases
TypeScript ★ 0 1mo agoExplain → -
pnpm.io ⑂
pnpm's website
★ 0 1mo agoExplain → -
opencti ⑂
Open Cyber Threat Intelligence Platform
★ 0 14d agoExplain → -
colin-ai-developer-tools-eoc ⑂
A curated list of the more mature AI tools for enhancing developer productivity
★ 0 2mo agoExplain → -
dremeika-coding-assistants-eoc ⑂
Awesome curated list of coding assistants and related resources
★ 0 2mo agoExplain → -
codandotv-ai-coding-assistants-eoc ⑂
A centralized map of references for configuring AI coding assistants — skills, instructions, prompts, agents, rules and SDD tools.
★ 0 2mo agoExplain → -
vanna-awesome-vibe-coding-cli-eoc ⑂
Awesome Vibe Coding CLI
★ 0 2mo agoExplain → -
ai-for-dev-awesome-vibe-coding-eoc ⑂
A hand-picked collection of tools and resources for Vibe Coding
★ 0 2mo agoExplain → -
filipecalegario-awesome-vibe-coding-eoc ⑂
A curated list of vibe coding references, collaborating with AI to write code.
★ 0 2mo agoExplain → -
yubing744-agentic-coding-cli-eoc ⑂
⚡ A curated collection of agentic, AI-assisted, terminal-first developer tools.
★ 0 2mo agoExplain → -
tranhoangpich-agentic-coding-eoc ⑂
Agentic coding turns AI from autocomplete into an active software teammate that can plan, code, review, test, coordinate, and operate across your development workflow. This list is intentionally narrow: only tools with a clear, direct agentic-coding use case and a clear open-source license belong here.
★ 0 2mo agoExplain → -
ai-for-dev-awesome-ai-coding-tools-eoc ⑂
A curated list of AI-powered coding tools
★ 0 2mo agoExplain → -
wdzhwsh-awesome-coding-agents-eoc ⑂
A curated list of resources on LLM-based coding agents, software engineering benchmarks, harness design, and workflow integration.
★ 0 2mo agoExplain → -
quome-awesome-coding-agents-eoc ⑂
A list of AI agents related to coding and AI-generated code. Check out Quome's AI agent as well.
★ 0 2mo agoExplain → -
shinpr-awesome-codex-workflows-eoc ⑂
Curated repositories for building and operating development workflows with Codex.
★ 0 2mo agoExplain → -
milisp-awesome-codex-cli-eoc ⑂
A curated list of awesome resources, tools, and tutorials for OpenAI Codex CLI
★ 0 2mo agoExplain → -
kareldo-awesome-codex-eoc ⑂
A list dedicated to products, demos and articles related to 🤖 OpenAI's Codex.
★ 0 2mo agoExplain → -
flatlogic-awesome-ai-sd-agents-eoc ⑂
Awesome List of AI Software Development Agents (Engineers)
★ 0 2mo agoExplain → -
kyrolabs-awesome-agents-eoc ⑂
🤖 Awesome list of AI Agents
★ 0 2mo agoExplain → -
caramaschi-awesome-ai-agents-2026-eoc ⑂
🤖 The most comprehensive list of AI agents, frameworks & tools in 2026. 300+ resources · 20+ categories · Updated monthly.
★ 0 2mo agoExplain → -
jenqyang-awesome-ai-agents-eoc ⑂
A collection of autonomous agents 🤖️ powered by LLM.
★ 0 2mo agoExplain → -
jim-awesome-ai-agents-eoc ⑂
🤖 A comprehensive list of 1,500+ resources and tools related to AI agents.
★ 0 2mo agoExplain → -
awesome-openai ⑂
A curated list of OpenAI tools, APIs, research, SDKs, and community resources.
★ 0 2mo agoExplain → -
awesome-openai-codex ⑂
No description.
★ 0 2mo agoExplain → -
awesome-ai-coding-techniques ⑂
Practical techniques for coding with ai assistants (Claude Code, Codex CLI, Cursor, GitHub Copilot, etc). Available in: English • Español • Deutsch • Français • 日本語
★ 0 7mo agoExplain → -
awesome-devtools ⑂
A curated list of awesome developer tools and services — from cloud platforms and IDEs to AI-powered coding assistants and productivity utilities.
★ 0 2mo agoExplain → -
cherry-studio ⑂
AI productivity studio with smart chat, autonomous agents, and 300+ assistants. Unified access to frontier LLMs
★ 0 1mo agoExplain → -
grafana ⑂
The open and composable observability and data visualization platform. Visualize metrics, logs, and traces from multiple sources like Prometheus, Loki, Elasticsearch, InfluxDB, Postgres and many more.
★ 0 29d agoExplain → -
three.js ⑂
JavaScript 3D Library.
★ 0 2mo agoExplain → -
gitbutler ⑂
The GitButler version control client, backed by Git, powered by Tauri/Rust/Svelte
★ 0 2mo agoExplain → -
directus ⑂
The flexible backend for all your projects 🐰 Turn your DB into a headless CMS, admin panels, or apps with a custom UI, instant APIs, auth & more.
★ 0 1mo agoExplain → -
apps ⑂
No description.
★ 0 1mo agoExplain → -
super-productivity ⑂
Super Productivity is an advanced todo list app with integrated Timeboxing and time tracking capabilities. It also comes with integrations for Jira, GitLab, GitHub and Open Project.
★ 0 2mo agoExplain → -
cli ⑂
🥧 HTTPie CLI — modern, user-friendly command-line HTTP client for the API era. JSON support, colors, sessions, downloads, plugins & more.
★ 0 2mo agoExplain → -
lazygit ⑂
simple terminal UI for git commands
★ 0 2mo agoExplain → -
get ⑂
🤖Installation scripts for Windows, Linux and macOS.
★ 0 2mo agoExplain → -
langfuse ⑂
🪢 Open source LLM engineering platform: LLM Observability, metrics, evals, prompt management, playground, datasets. Integrates with OpenTelemetry, Langchain, OpenAI SDK, LiteLLM, and more. 🍊YC W23
★ 0 2mo agoExplain → -
filebrowser ⑂
📂 Web File Browser
★ 0 2mo agoExplain → -
umami ⑂
Umami is a modern, privacy-focused analytics platform. An open-source alternative to Google Analytics, Mixpanel and Amplitude.
★ 0 2mo agoExplain → -
AppFlowy ⑂
Bring projects, wikis, and teams together with AI. AppFlowy is the AI collaborative workspace where you achieve more without losing control of your data. The leading open source Notion alternative.
★ 0 2mo agoExplain → -
bruno ⑂
Opensource IDE For Exploring and Testing API's (lightweight alternative to Postman/Insomnia)
★ 0 2mo agoExplain → -
budibase ⑂
AI agents, automations and apps that run your operations. Model agnostic.
★ 0 2mo agoExplain → -
obsidian-omnisearch ⑂
A search engine that "just works" for Obsidian. Supports OCR and PDF indexing.
★ 0 2mo agoExplain → -
outline ⑂
The fastest knowledge base for growing teams. Beautiful, realtime collaborative, feature packed, and markdown compatible.
★ 0 2mo agoExplain → -
plugin-ci-workflows ⑂
Re-usable GitHub Actions workflows for building, testing, releasing and deploying plugins
★ 0 2mo agoExplain → -
actual ⑂
A local-first personal finance app
★ 0 2mo agoExplain → -
extensions ⑂
Everything you need to extend Raycast.
★ 0 1mo agoExplain → -
tools
Open-source tools for AI-augmented engineering — Claude Code plugins, MCP servers, security scanners, schedulers, dev-productivity.
★ 0 2mo agoExplain → -
awesome-ai-agents-1 ⑂
Awesome list of 300+ agentic AI resources
★ 0 2mo agoExplain → -
claude-plugins-official ⑂
Official, Anthropic-managed directory of high quality Claude Code Plugins.
★ 0 1mo agoExplain → -
awesome-mcp-servers ⑂
Awesome MCP Servers - A curated list of Model Context Protocol servers
★ 0 2mo agoExplain → -
recall-mcp
Shared brain for AI agents. SQLite-backed persistent memory over MCP. Hybrid FTS5 + vector search.
TypeScript ★ 0 2mo agoExplain → -
leyla-scheduler
Durable, session-aware task scheduler in Rust. Jobs survive disconnects.
Rust ★ 0 2mo agoExplain → -
pluginpool-argus-audit
Scope-gated white-hat security audit + pentest orchestrator. Authz vault, intel layer (NVD/KEV/EPSS), 5 scanners. Stdlib-only Python.
Python ★ 0 2mo agoExplain → -
claude-plugin-marketplace
Claude Code plugin marketplace registry — install all mturac/tools plugins from one place.
★ 0 2mo agoExplain → -
pluginpool-changelog-forge
Group conventional commits since last tag into a CHANGELOG section + semver bump.
Python ★ 0 2mo agoExplain → -
pluginpool-flaky-detector
Run a test command N times, report per-test flakiness % with pytest -q imputation.
Python ★ 0 2mo agoExplain → -
pluginpool-secret-guard
Pre-commit secret scanner: regex + entropy, with SHA-redacted output.
Python ★ 0 2mo agoExplain → -
pluginpool-env-lint
.env vs .env.example key parity. Inline-comment safe, --strict mode, never prints values.
Python ★ 0 2mo agoExplain → -
pluginpool-todo-harvest
TODO/FIXME/HACK scan with git blame author + age in days. Batched per-file blame.
Python ★ 0 2mo agoExplain → -
pluginpool-standup-gen
Daily standup notes generated from git activity across one or many repos.
Python ★ 0 2mo agoExplain → -
pluginpool-test-gap
Surface git diff lines not covered by tests. Cobertura, LCOV, coverage.py JSON.
Python ★ 0 2mo agoExplain → -
pluginpool-pr-storyteller
PR title + body + test plan generator from commits/diff vs base branch.
Python ★ 0 2mo agoExplain → -
pluginpool-commit-narrator
Conventional commit message generator from staged git diff.
Python ★ 0 2mo agoExplain → -
kilocode ⑂
Kilo is the all-in-one agentic engineering platform. Build, ship, and iterate faster with the most popular open source coding agent.
★ 0 2mo agoExplain → -
pnpm ⑂
Fast, disk space efficient package manager
★ 0 23d agoExplain → -
graphiti ⑂
Build Real-Time Knowledge Graphs for AI Agents
★ 0 2mo agoExplain → -
pluginpool
Ten focused Claude Code plugins for everyday developer productivity — index repo.
★ 0 2mo agoExplain → -
continue ⑂
⏩ Source-controlled AI checks, enforceable in CI. Powered by the open-source Continue CLI
★ 0 2mo agoExplain → -
giladshoham-awesome-claude-plugins ⑂
A curated list of awesome plugins for Claude
★ 0 2mo agoExplain →
No repos match these filters.