
from claude-plugins35
Extract owner/repo identifiers from git remotes (HTTPS/SSH/enterprise) so CLIs and APIs can target the correct GitHub repository.
This skill teaches the agent how to detect and extract GitHub repository identifiers (owner/repo) from git remotes. It covers parsing HTTPS and SSH remote URLs, handling enterprise/custom domains, removing .git suffixes, and formatting values for use with GitHub CLI and API calls. Practical shell snippets and robust sed/awk examples are included for reliable extraction.
Use when the agent must run repository-scoped commands (gh, gh api, CI lookups), infer repository context in multi-remote projects, or validate remotes before calling APIs. It's useful in automation scripts, CI helpers, and when working inside repositories that may have non-standard remote URLs.
Works with agents that can run or suggest shell commands and interact with GitHub tooling (e.g., Claude Code, CLI-capable assistants).
Git repository detection skill that teaches agents how to extract owner/repo identifiers from git remotes (HTTPS, SSH, enterprise URLs). No bundled scripts — purely instructional SKILL.md with bash one-liners. Well-organized with trigger tables, edge cases, and troubleshooting, but sed-based parsing patterns are fragile for some URL edge cases and variables are unquoted in examples.
Clean reference skill with no security concerns. Purely instructional — no scripts to execute. The universal parser function is a nice touch but buried mid-document. Could benefit from a simpler canonical extraction command upfront.
OpenFeature SDK Integration
Guides integration of the vendor-agnostic OpenFeature feature-flag SDK across languages: installation, provider setup, flag evaluation, hooks, and testing patte
Mermaid Diagrams
Generate flowcharts, sequence diagrams, ERDs and other visuals from text using the Mermaid CLI (mmdc).
CI Workflow Standards
Guidelines and templates for GitHub Actions CI/CD: container builds, testing, release automation, and optional auto-fix workflows.
Project Discovery
Automatically orient an agent to an unfamiliar git codebase: analyze git state, detect project type and tooling, surface risk flags and give actionable next ste
Rust Development (Modern Practices)
Provides expert guidance for modern Rust systems programming: cargo workflows, ownership, async/concurrency (Tokio), testing, profiling, and tooling best practi
UV Workspaces — Python Monorepo Guide
Practical reference for managing Python monorepos with uv workspaces: workspace layout, shared lockfiles, member dependencies, sync/build commands, and Docker-f
MCP Server Management
Install, configure, and manage Model Context Protocol (MCP) servers for Claude Code, including runtime enable/disable, OAuth remote servers, and dynamic tool di
TFC Run Logs (Terraform Cloud)
Fetch and display Terraform Cloud plan and apply logs for a run ID to debug or review failed plans/applies (requires TFE_TOKEN).
Obsidian File History & Recovery
Inspect, diff, and restore previous Obsidian note versions from local file recovery or Obsidian Sync history.
Python Testing (pytest)
Quick reference for writing Python tests with pytest: fixtures, parametrization, coverage, mocking, and async testing.