
from claude-plugins24
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).
This skill has not been reviewed by our automated audit pipeline yet.
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