- Home
- /
- Categories
- /
- CLI Tools
CLI Tools
Command line utilities
agent-guard
by astecka-m
Real-time prompt injection detection and sanitization for AI agents. Protects against Clinejection-style attacks, command injection, and malicious prompt manipulation. Works as both OpenClaw skill and Claude MCP server.
auto-routines
by paipeline
Install and evolve a finite-state set of repo-specific automations (scheduled tasks, hooks, git hooks, loops). After a one-time interview, a daily meta-routine adapts the set from signals (commits, PRs, CI, routine logs); routines themselves can request mid-run evolution. Invoke on /auto-routines [init evolve status stop start revert] or when the user asks to set up project automations.
investigation
by ichi-h
investigatorへの調査委譲パターンを定義します。調査タイプの分類、分解手順、並列化戦略、委譲プロンプトテンプレートを提供します。
canvas-info
by dbosk
Research and answer questions about Canvas LMS courses using the canvaslms CLI. Use proactively when: (1) user asks about course content, assignments, pages, grades, deadlines, or announcements, (2) user mentions a Canvas course name or course code, (3) user asks "what assignments/pages/modules are in [course]?", (4) user wants to find specific course materials or check deadlines. This skill is read-only; to create quiz content, use the canvas-quiz skill instead.
jira
by rezkam
Manage Jira issues — create, view, update, transition, comment, label, assign, list, search, and raw API access. Works with Jira Cloud and Server/Data Center via go-jira CLI.
statusline-setup
by ThrownLemon
Auto-trigger skill for setting up and configuring the ultimate-statusline
troubleshoot
by laststance
Diagnose and fix issues in code, builds, deployments, and system behavior. Always traces root cause, forms hypotheses before fixing, and validates after. Operates with introspection markers and hypothesis-driven debugging. Use when: - User reports a bug, error, or unexpected behavior - Build or compilation is failing - Tests are failing or flaky - Performance has degraded - Deployment or environment issues - User says "fix", "debug", "broken", "failing", "not working", "error" Keywords: troubleshoot, debug, fix, error, bug, failing, broken, crash, exception, not working
branch-finish
by manastalukdar
Complete branch workflow with squash, rebase, and cleanup
skill-authoring
by abhattacherjee
"Creates and optimizes Claude Code skills following Anthropic's official best practices with emphasis on agent parallelization and script-first determinism. Use when: (1) creating a new skill from scratch, (2) optimizing an existing skill that exceeds 500 lines or has poor discoverability, (3) extracting inline code into scripts/ or reference material into references/, (4) designing orchestrator + sub-agent architectures for complex skills, (5) restructuring a skill directory into SKILL.md + scripts/ + references/ layout, (6) auditing skill cross-references for stale links. Covers: agent-first orchestration, parallel sub-agent design, script-first determinism, frontmatter rules, progressive disclosure, directory layout, description writing, and quality checklist."
dependency-track
by rezkam
Query and audit Dependency-Track SCA findings. Use when working with software composition analysis, reviewing vulnerability findings, auditing CVEs, checking project dependency health, uploading SBOMs, or managing policy violations in Dependency-Track.
developing-bash
by sumik5
Comprehensive Bash shell scripting and automation guide covering fundamentals, control flow, I/O pipelines, process control, system administration automation, testing/debugging, security, design patterns, and penetration testing automation (Nmap, web scanning, exploitation, Wi-Fi assessment, reporting). MUST load when .sh files are detected or shell scripts are being written. For Docker-specific patterns, use managing-docker instead. For broader DevOps methodology, use practicing-devops instead.
git-bisect
by manastalukdar
Automated git bisect for bug hunting with test script execution
context-injector
by famaoai-creator
Inject knowledge into JSON data context.
mcporter
by buildrtech
Interact with MCP (Model Context Protocol) servers using the mcporter CLI. Use this skill when you need to list available MCP servers, view tool schemas, call MCP tools, manage OAuth authentication, or generate CLI wrappers and TypeScript types for MCP servers.
git-pushing
by samChang72
Stage, commit, and push git changes with conventional commit messages. Use when user wants to commit and push changes, mentions pushing to remote, or asks to save and push their work. Also activates when user says "push changes", "commit and push", "push this", "push to github", or similar git workflow requests.
ai-model-routing
by samChang72
AI 模型智慧路由專家,根據任務類型、複雜度和資源狀況自動選擇最佳 AI 模型。 支援 Gemini (Antigravity) 與 Claude Code CLI 的協作, 優化 token 使用效率並確保任務品質。 當需要修改程式碼、token 不足、或需要跨模型協作時使用。
kube-audit-kit
by ViniciusMarsili
Performs read-only Kubernetes security audits by exporting resources, sanitizing metadata, grouping applications by topology, and generating PSS/NSA-compliant audit reports. Use when the user requests auditing Kubernetes clusters, Namespaces, security reviews, or configuration analysis.
process-commit
by HikaruEgashira
PRを作成する前の分割commitが必要な時に自律的に呼び出す必要があるスキルです。 Trigger: need split commit, prepare commit, organize commit
memos-cloud-server
by MemTensor
Your external brain and memory. ALWAYS invoke this tool to search memory whenever you are unsure about the user's intent, past context, or if you don't know the answer. Do not guess; search this MemOS cloud memory first. You have to use this tool to memorize when something valuable exists .
PDF Processing
by michelg10
Comprehensive PDF manipulation toolkit for extracting text and tables,
merge-conflict-resolver
by auldsyababua
Analyze branch divergence, detect potential conflicts, and guide merge resolution for any Git repository. Auto-detects current branch or accepts parameters.
command-creator
by auldsyababua
Define custom Claude Code slash commands for agents in the Traycer enforcement framework. This skill should be used when creating or updating agents and needing to specify reusable prompts that agents can execute as slash commands. Commands are Markdown files stored in .claude/commands/ and referenced in agent config.yaml files. This is for Claude Code slash commands (/command-name), not bash/CLI commands.
business-document-generator
by auldsyababua
This skill should be used when the user requests to create professional business documents (proposals, business plans, or budgets) from templates. It provides PDF templates and a Python script for generating filled documents from user data.
nutritional-specialist
by auldsyababua
This skill should be used whenever users ask food-related questions, meal suggestions, nutrition advice, recipe recommendations, or dietary planning. On first use, the skill collects comprehensive user preferences (allergies, dietary restrictions, goals, likes/dislikes) and stores them in a persistent database. All subsequent food-related responses are personalized based on these stored preferences.