
from claude-plugins35
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
Project Discovery provides a fast, systematic orientation of a git repository so agents can work safely and confidently. It inspects branch and commit state, uncommitted changes, project manifests, build/test tooling, linters, CI/CD workflows and documentation, and then produces a structured summary with risk flags and practical recommendations.
Invoke this skill when entering an unfamiliar repository, when you detect uncertainty in project context, or before making changes to avoid data loss. It’s useful for onboarding, code review preparation, or any situation where understanding the repo state reduces risk.
Designed for agents with shell access and common dev tools (Bash, git, jq, Python). Works well with developer-focused agents and Claude Code-style plugins.
VC term sheet review skill with no bundled scripts. SKILL.md provides a thorough clause-by-clause analysis framework covering economics, control, and other rights typical in pre-seed through Series A rounds. Well-structured output format and smart edge-case handling for Series B+ deals. References external files (market-standards.md, clause-analysis.md) for depth. No security concerns — purely instruction-based with no code execution.
Slug mismatch: DB slug is 'project-discovery' but SKILL.md frontmatter name is 'term-sheet-review' and content is clearly a legal/VC review skill, not project discovery. Suggest DB correction. Source URL points to skala-io/legal-skills repo. No scripts to test. Clean from security perspective.
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.
Rust Development (Modern Practices)
Provides expert guidance for modern Rust systems programming: cargo workflows, ownership, async/concurrency (Tokio), testing, profiling, and tooling best practi
Git Repository Detection
Extract owner/repo identifiers from git remotes (HTTPS/SSH/enterprise) so CLIs and APIs can target the correct GitHub repository.
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.