19 skills found
samanhappy / mcphubA unified hub for centrally managing and dynamically orchestrating multiple MCP servers/APIs into separate endpoints with flexible routing strategies.
forloopcodes / contextplusSemantic Intelligence for Large-Scale Engineering. Context+ is an MCP server designed for developers who demand 99% accuracy. By combining RAG, Tree-sitter AST, Spectral Clustering, and Obsidian-style linking, Context+ turns a massive codebase into a searchable, hierarchical feature graph.
analyticalrohit / awesome-vibe-coding-guideBecome 10x Vibe Coder. Awesome Vibe Coding guide, best practices, and tips for efficient and controlled AI assisted coding.
beriberikix / awesome-mcp-hardwareAwesome list of MCP servers for interacting with hardware and the physical world.
nmbrthirteen / podcliOpen-source AI podcast clipper. Generate vertical clips with face tracking and burned-in captions. CLI, MCP server, web app.
hesreallyhim / diy-tools-mcpAn MCP server that allows users to dynamically add custom tools/functions at runtime
jftuga / transcript-criticClaude Code skill that transcribes audio/video with whisper.cpp to get structured critical analysis including timestamped summaries, evidence notes, logical fallacies, and underdeveloped areas
majiayu000 / distress-screeningUse when screening for nonspecific psychological distress or tracking symptom burden over time. Provides K6 and K10 scales with scoring and interpretation guidance.
ai-evals-course / uiRules for implementing common UI elements in MonsterUI idiomatically
minhuw / herder-improveSurvey a codebase as a senior advisor and write prioritized, semantically bounded Herder plan graphs from verified repository findings without changing source code
rwi001 / production-code-auditAutonomously deep-scan entire codebase line-by-line, understand architecture and patterns, then systematically transform it to production-grade, corporate-level professional quality with optimizations
0niel / cacheA mobile application for the MIREA - Russian Technological University, which includes a schedule, news and many other functions
luokai0 / bash-linuxBash/Linux terminal patterns. Critical commands, piping, error handling, scripting
SirNosh / bmad-ml-sageMathematical foundations and theory specialist
FISCFED9 / lightning-channel-factoriesTechnical reference on Lightning Network channel factories, multi-party channels, LSP architectures, and Bitcoin Layer 2 scaling without soft forks. Covers Decker-Wattenhofer, timeout trees, MuSig2 key aggregation, HTLC/PTLC forwarding, and watchtower breach detection.
fcpauldiaz / n4-hidden-behind-kNo visible nav. The user opens a command palette via `⌘K` to get anywhere. Designed for keyboard-first audiences. *Use when:* the page is for technical users who expect this affordance. *Don't confuse with:* N2 Floating chip (which is visible always). ```html <button class="kbd-hint">⌘ K</button>
ThomDietrich / commitCommit all pending changes in this repository, grouping them into well-structured, logical commits. 1. Run `git status` and `git diff` (staged + unstaged) to understand all pending changes. 2.
vscarpenter / qcheckSkeptical staff-engineer code review of every changed file in this session, against coding-standards.md and CLAUDE.md.
skand-io / codebase-locatorLocates files, directories, and components relevant to a feature or task. Call `codebase-locator` with human language prompt describing what you're looking for. Basically a "Super Grep/Glob/LS tool" — Use it if you find yourself desiring to use one of these tools more than once.