Terraform IaC management skill. Use when: initializing, planning, applying, Use when this capability is needed.
لغة النص الأصلي: الإنجليزية
القائمة
Skills في هذا المستودع
جمع SkillsMP عدد ١٧٬١٢٥ من skills من tomevault-io/skills-registry. افتح أي skill لمراجعة مصدره وتفاصيله.
tomevault-io/skills-registryعرض ٤٠ من أصل ١٧٬١٢٥ skills مجمعة.
Terraform IaC management skill. Use when: initializing, planning, applying, Use when this capability is needed.
لغة النص الأصلي: الإنجليزية
Load a flat dataset (CSV / Parquet / JSON / Excel) into a SQL database. Either uses an existing configured database connection or walks the user through configuring a new one (PostgreSQL, MySQL, SQLite, MSSQL, DuckDB). Creates the table if absent, validates…
لغة النص الأصلي: الإنجليزية
First-run setup for the obs-mgmt plugin. Verifies OBS Studio is installed, enables and configures obs-websocket (bundled in OBS 28+), stores connection details in $CLAUDE_USER_DATA, and registers royshil/obs-mcp as an MCP server in Claude Code so later skills…
لغة النص الأصلي: الإنجليزية
>- Use when this capability is needed.
لغة النص الأصلي: الإنجليزية
> Use when this capability is needed.
لغة النص الأصلي: الإنجليزية
Use when starting a new project or initializing Matilha in an existing one — scaffolds project-status.md, AGENTS.md, CLAUDE.md/GEMINI.md, and phase 0 artifacts.
لغة النص الأصلي: الإنجليزية
>- Use when this capability is needed.
لغة النص الأصلي: الإنجليزية
> Use when this capability is needed.
لغة النص الأصلي: الإنجليزية
>- Use when this capability is needed.
لغة النص الأصلي: الإنجليزية
Use before DaoFlow commits when running self-review through acpx with Gemini and Claude Code, triaging blocking findings, and revalidating fixes. Use when this capability is needed.
لغة النص الأصلي: الإنجليزية
Generate language-specific docstrings for C#, Java, Python, and TypeScript following industry standards (PEP 257, Javadoc, JSDoc, XML documentation) Use when this capability is needed.
لغة النص الأصلي: الإنجليزية
Head-to-head comparison of coding agents (Heiba Claude Code, Aider, Codex, etc.) on custom tasks with pass rate, cost, time, and consistency metrics Use when this capability is needed.
لغة النص الأصلي: الإنجليزية
Create a GitHub pull request — pushes the current branch and opens a PR with auto-generated title and description. Use for any PR creation, branch submission, or code review request. Use when this capability is needed.
لغة النص الأصلي: الإنجليزية
How to use the @data-fair/lib session management system in services that consume sessions (not login/account management). Use this skill whenever the task involves reading user identity, checking permissions, protecting routes, accessing account/organization…
لغة النص الأصلي: الإنجليزية
Deploy Grokky — start Docker, ensure grok_spawner, build images, publish package Use when this capability is needed.
لغة النص الأصلي: الإنجليزية
> Use when this capability is needed.
لغة النص الأصلي: غير محددة
>- Use when this capability is needed.
لغة النص الأصلي: الإنجليزية
> Use when this capability is needed.
لغة النص الأصلي: الإنجليزية
Use when deploying or managing Kubernetes workloads. Invoke to create deployment manifests, configure pod security policies, set up service accounts, define network isolation rules, debug pod crashes, analyze resource limits, inspect container logs, or…
لغة النص الأصلي: الإنجليزية
Use when creating a new project repository to initialize it with standard CLAUDE.md, .cursorrules, CLAUDE.local.md, SESSION_LOG.md, and gitignore entries
لغة النص الأصلي: الإنجليزية
Use when a pull request has received code review comments from gemini-code-assist and you need to read the feedback, fix or decline each item, reply in comment threads, and post a summary
لغة النص الأصلي: الإنجليزية
When Whisper (CLI or Python) gets stuck on video files during transcription — output dir stays empty, process runs at low CPU/memory with no progress — the workaround is to extract audio first with ffmpeg, then transcribe the WAV. Use this when Whisper hangs…
لغة النص الأصلي: الإنجليزية
Use this skill whenever the user wants to create, scaffold, set up, initialize, or bootstrap a new Python project. Triggers include "create a Python project", "start a new Python project", "new Python repo", "scaffold a Python package", "set up a Python CLI",…
لغة النص الأصلي: الإنجليزية
> Use when this capability is needed.
لغة النص الأصلي: الإنجليزية
> Use when this capability is needed.
لغة النص الأصلي: الإنجليزية
This skill covers hardening managed Kubernetes clusters on EKS, AKS, and GKE by implementing Pod Security Standards, network policies, workload identity, RBAC scoping, image admission controls, and runtime security monitoring. It addresses cloud-specific…
لغة النص الأصلي: الإنجليزية
Assess the security posture of Kubernetes etcd clusters by evaluating encryption at rest, TLS configuration, access controls, backup encryption, and network isolation. Use when this capability is needed.
لغة النص الأصلي: الإنجليزية
Auditing Kubernetes cluster RBAC configurations to identify overly permissive roles, wildcard permissions, dangerous ClusterRoleBindings, service account abuse, and privilege escalation paths using kubectl, rbac-tool, KubiScan, and Kubeaudit. Use when this…
لغة النص الأصلي: الإنجليزية
Audit Kubernetes cluster security posture against CIS benchmarks using kube-bench with automated checks for control plane, worker nodes, and RBAC. Use when this capability is needed.
لغة النص الأصلي: الإنجليزية
Perform security risk analysis on Kubernetes resource manifests using Kubesec to identify misconfigurations, privilege escalation risks, and deviations from security best practices. Use when this capability is needed.
لغة النص الأصلي: الإنجليزية
Pod Security Standards (PSS) define three levels of security policies -- Privileged, Baseline, and Restricted -- enforced by the Pod Security Admission (PSA) controller built into Kubernetes 1.25+. PS Use when this capability is needed.
لغة النص الأصلي: الإنجليزية
Kubernetes NetworkPolicies provide pod-level network segmentation by defining ingress and egress rules that control traffic flow between pods, namespaces, and external endpoints. Combined with CNI plu Use when this capability is needed.
لغة النص الأصلي: الإنجليزية
Implement Kubernetes network segmentation using Calico NetworkPolicy and GlobalNetworkPolicy for zero-trust pod-to-pod communication. Use when this capability is needed.
لغة النص الأصلي: الإنجليزية
Kubernetes penetration testing systematically evaluates cluster security by simulating attacker techniques against the API server, kubelet, etcd, pods, RBAC, network policies, and secrets. Using tools Use when this capability is needed.
لغة النص الأصلي: الإنجليزية
> Use when this capability is needed.
لغة النص الأصلي: الإنجليزية
Orchestrates the v2.0.0 release — bumps version across 7 metadata files, authors CHANGELOG entry matching the release.yml heading regex, updates README/AGENTS.md/library docs to reflect the v2 surface, and (for the final feature) creates + pushes the `v2.0.0`…
لغة النص الأصلي: الإنجليزية
Create, review, and optimize persistent agent context files such as AGENTS.md, CLAUDE.md, .cursorrules, GEMINI.md, or repository-specific AI assistant instructions. Use when the user asks to create or improve agent instructions, project memory, coding-agent…
لغة النص الأصلي: الإنجليزية
Use when the user wants Git workflow help around committing, rebasing, creating linked worktrees, bootstrapping a worktree environment, or cleaning up branches/worktrees. Covers smart conventional commits, grouping changes into focused commits, safe rebases,…
لغة النص الأصلي: الإنجليزية
Build, test, inspect, install, and deploy MCP servers with FastMCP in Python. Use when creating a new MCP server, wrapping an API or database as MCP tools, exposing resources or prompts, or preparing a FastMCP server for Claude Code, Cursor, or HTTP…
لغة النص الأصلي: الإنجليزية
Build FastAPI microservices with plugins, message brokers, OAuth2/OIDC, OpenTelemetry, and structured logging. Use when this capability is needed.
لغة النص الأصلي: الإنجليزية