Bash

Bash taxonomy generated by the site skill importer.

29 skills
A
terminal-ops

by affaan-m

terminal-ops is an evidence-first repo execution skill for terminal work. Use it to run commands, inspect git state, debug CI or builds, and make narrow fixes with proof of what changed and what was verified. This terminal-ops guide helps reduce guesswork for Code Editing and repo operations.

Code Editing
Favorites 0GitHub 156.3k
A
gateguard

by affaan-m

gateguard is a fact-forcing pre-action gate for Claude workflows. It blocks the first Edit, Write, or Bash attempt, then requires concrete investigation of importers, schemas, user instructions, and related files before allowing changes. Use this gateguard guide to reduce guessing and improve first-pass edits.

Workflow Automation
Favorites 0GitHub 156.2k
A
continuous-learning-v2

by affaan-m

continuous-learning-v2 turns Claude Code sessions into project-scoped learning with hooks, observer agents, confidence scoring, and promotion of repeated patterns into skills, commands, or agents.

Skill Authoring
Favorites 0GitHub 156.1k
A
continuous-learning

by affaan-m

continuous-learning automatically extracts reusable patterns from Claude Code sessions and saves them as learned skills. It uses a Stop-hook flow, supports configurable thresholds in config.json, and is best for skill authors, repo maintainers, and power users who want a practical continuous-learning guide for session-end capture.

Skill Authoring
Favorites 0GitHub 156.1k
G
gstack-upgrade

by garrytan

gstack-upgrade is the skill for updating gstack safely. It detects global vs vendored installs, runs the upgrade path, and summarizes what changed so you can verify the result. Use this gstack-upgrade guide for install and usage details, migration-aware behavior, and workflow automation cases.

Workflow Automation
Favorites 0GitHub 91.8k
G
unfreeze

by garrytan

The unfreeze skill clears the freeze boundary set by /freeze, allowing edits across all directories again without ending the session. Use unfreeze when you need to unlock edits, restore full access, or continue a Workflow Automation session after temporary restrictions. It is a focused control skill with straightforward unfreeze usage.

Workflow Automation
Favorites 0GitHub 91.8k
G
investigate

by garrytan

The investigate skill guides systematic debugging and root-cause analysis for broken, flaky, or unexpected behavior. Use it for code review, incident triage, bug fixes, and "it worked yesterday" cases when you need evidence before changing code. It follows a four-phase workflow: investigate, analyze, hypothesize, implement.

Code Review
Favorites 0GitHub 91.8k
M
git-guardrails-claude-code

by mattpocock

git-guardrails-claude-code adds a PreToolUse hook to block dangerous git commands before Claude Code runs them. Install it to prevent destructive pushes, hard resets, forced cleans, and branch deletes, with scoped control for this project or all projects. Useful when you need git-guardrails-claude-code for Access Control boundaries in Claude Code.

Access Control
Favorites 0GitHub 66k
W
shellcheck-configuration

by wshobson

shellcheck-configuration helps you install ShellCheck, tune .shellcheckrc, and apply lint policy for CI and Code Review across bash, sh, dash, and ksh projects.

Code Review
Favorites 0GitHub 32.6k
W
bash-defensive-patterns

by wshobson

bash-defensive-patterns helps agents write safer Bash for production automation, CI/CD, and system scripts with strict mode, traps, cleanup, quoting, and input validation.

Backend Development
Favorites 0GitHub 32.6k
W
bats-testing-patterns

by wshobson

bats-testing-patterns helps you design maintainable Bats tests for shell scripts, including fixtures, setup and teardown, exit codes, stderr checks, and CI-safe patterns for Bash, sh, and dash automation.

Test Automation
Favorites 0GitHub 32.6k
M
configuring-aws-verified-access-for-ztna

by mukul975

The configuring-aws-verified-access-for-ztna skill helps you design and configure AWS Verified Access for VPN-less zero trust network access with identity and device posture checks in Cedar. Use this configuring-aws-verified-access-for-ztna guide for access control planning, trust providers, group policies, and endpoint setup.

Access Control
Favorites 0GitHub 6.1k
T
dwarf-expert

by trailofbits

dwarf-expert helps you inspect DWARF v3-v5 debug info, read DIE trees and attributes, verify data integrity, and review code that parses or emits DWARF. Use the dwarf-expert skill when you need accurate, evidence-based answers for compiled binaries, debug sections, or backend development tooling.

Backend Development
Favorites 0GitHub 5k
T
burpsuite-project-parser

by trailofbits

burpsuite-project-parser searches and extracts data from Burp Suite project files (.burp) using Burp Suite Professional and the burpsuite-project-file-parser extension. Use it for security audit findings, proxy history, site map entries, and regex searches across captured HTTP traffic.

Security Audit
Favorites 0GitHub 5k
W
wordpress-router

by WordPress

wordpress-router is a WordPress triage skill that classifies a repo fast and routes agents to the right workflow before edits. It helps with plugins, classic themes, block themes, Gutenberg, WordPress core checkouts, and full site repos, making wordpress-router useful for Agent Orchestration.

Agent Orchestration
Favorites 0GitHub 1.4k
A
polyphony

by alinaqi

polyphony is a multi-agent orchestration skill for container-isolated workspaces. It runs each agent session in its own Docker container and git branch, making parallel work, verification, and clean landing safer for Multi-Agent Systems.

Multi-Agent Systems
Favorites 0GitHub 607
H
terraform-search-import

by hashicorp

Learn terraform-search-import for discovering supported cloud resources with Terraform Search and bulk importing them into Terraform state. This terraform-search-import skill is useful for backend development, audits, and migration workflows when you want a practical guide to install, verify provider support, and start usage with less guesswork.

Backend Development
Favorites 0GitHub 583
D
install-duckdb

by duckdb

install-duckdb helps install or update DuckDB extensions from the CLI. Use plain extension names for core installs, or name@repo for repository-based extensions. The skill checks for DuckDB first, handles --update separately, and turns a simple request into valid DuckDB INSTALL commands with less guesswork.

Skill Installation
Favorites 0GitHub 443
D
read-memories

by duckdb

read-memories is a Claude Code skill for searching prior session logs to recover decisions, patterns, unresolved TODOs, and user corrections. Use it when a task depends on earlier context, across ongoing projects, or for read-memories for Workflow Automation. The read-memories skill helps agents find evidence quickly instead of guessing from memory.

Workflow Automation
Favorites 0GitHub 443
O
using-tmux-for-interactive-commands

by obra

The using-tmux-for-interactive-commands skill helps you run interactive CLI tools in detached tmux sessions. Use it for editors, REPLs, git rebase -i, and other terminal apps that need real-time input/output. It is a practical guide for Workflow Automation when you need start, send, capture, and stop control.

Workflow Automation
Favorites 0GitHub 329
O
slack-messaging

by obra

Use the slack-messaging skill to send or read Slack messages, check channels, test Slack integrations, and interact with a Slack workspace from the command line with slackcli for workflow automation.

Workflow Automation
Favorites 0GitHub 323
R
x-post

by rameerez

x-post is a command-line skill for posting to X (Twitter) with text, images, or video. Use the x-post guide to install and run it from the terminal, confirm the exact post text, and publish with local credentials and media files.

Social Media
Favorites 0GitHub 23
M
acquiring-disk-image-with-dd-and-dcfldd

by mukul975

acquiring-disk-image-with-dd-and-dcfldd helps Security Audit and forensic users create a defensible bit-for-bit disk image with dd or dcfldd, using write protection, hash verification, and a clear acquisition workflow for incident response and evidence handling.

Security Audit
Favorites 0GitHub 0
G
guard

by garrytan

guard is a full safety mode for Workflow Automation that combines destructive-command warnings with directory-scoped edit restrictions. Use the guard skill to guard against mistakes, lock down edits, and block risky commands like rm -rf or force-pushes when working near production or live data.

Workflow Automation
Favorites 0GitHub 0
Bash