shell-scripting-fundamentals

43 stars 4 forks
80
B

Use when writing or modifying Bash/shell scripts. Covers script structure, variables, quoting, conditionals, and loops with modern best practices.

Marketplace

Third-Party Agent Skill: Review the code before installing. Agent skills execute in your AI assistant's environment and can access your files. Learn more about security

Installation for Agentic Skill

View all platforms →
skilz install TheBushidoCollective/han/shell-scripting-fundamentals
skilz install TheBushidoCollective/han/shell-scripting-fundamentals --agent opencode
skilz install TheBushidoCollective/han/shell-scripting-fundamentals --agent codex
skilz install TheBushidoCollective/han/shell-scripting-fundamentals --agent gemini

First time? Install Skilz: pip install skilz

Works with 14 AI coding assistants

Cursor, Aider, Copilot, Windsurf, Qwen, Kimi, and more...

View All Agents
Download Agent Skill ZIP

Extract and copy to ~/.claude/skills/ then restart Claude Desktop

1. Clone the repository:
git clone https://github.com/TheBushidoCollective/han
2. Copy the agent skill directory:
cp -r han/jutsu/jutsu-shellcheck/skills/shell-scripting-fundamentals ~/.claude/skills/

Need detailed installation help? Check our platform-specific guides:

Related Agentic Skills

Agentic Skill Details

Repository
han
Stars
43
Forks
4
Type
Technical
Meta-Domain
cloud infrastructure
Primary Domain
linux
Market Score
80

Agent Skill Grade

B
Score: 80/100 Click to see breakdown

Score Breakdown

Spec Compliance
12/15
PDA Architecture
20/30
Ease of Use
20/25
Writing Style
8/10
Utility
14/20
Modifiers: +6

Areas to Improve

  • Missing Table of Contents
  • Monolithic Structure
  • Missing Workflow Steps

Recommendations

  • Add trigger phrases to description for discoverability
  • Add table of contents for files over 100 lines

Graded: 2026-01-05

Developer Feedback

I took a look at your shell-scripting-fundamentals skill and wanted to share some thoughts.

Links:

The TL;DR

You're at 80/100, solid B-grade territory. This is based on Anthropic's best practices for agentic skills. Your strongest area is Spec Compliance (12/15) — the foundational structure is there. The weakest area is Progressive Disclosure Architecture (20/30) — you've got good content, but it's packed into one flat file without a clear layered structure.

What's Working Well

  • Clear spec compliance – Your YAML frontmatter is valid and the hyphenated naming convention is spot-on. Minor formatting tweaks only.
  • Solid examples – You've got good code examples showing patterns (variables, conditionals, functions). The Good/Bad comparisons are helpful for developers.
  • Realistic scope – Your allowed-tools list gives clear boundaries for what the skill covers. Developers know exactly what they're getting.
  • Objective, technical voice – No marketing fluff. Instructions are imperative and easy to follow.

The Big One

Your file is 221 lines with zero navigation. When a skill goes over 100 lines without a table of contents, developers scroll past critical sections without finding them. More importantly, you're missing a layered structure — everything's crammed into SKILL.md when you should extract detailed examples to a references/examples.md file. This impacts your Progressive Disclosure Architecture score significantly (you're at 20/30; this could get you to 25+).

The fix: Add a TOC right after your title, then create references/examples.md with detailed patterns and move the verbose exampl...

Report Security Issue

Found a security vulnerability in this agent skill?