
from ordinary-claude-skills255
Guidelines and examples for authoring Hookify rule files (.claude/hookify.*.local.md) that detect patterns (bash, file, prompt, stop) and surface warnings or bl
This skill documents how to author Hookify rules — small markdown files with YAML frontmatter that define event-driven checks (bash, file, prompt, stop). It teaches authors how to structure rule files, write regex or condition-based matchers, and craft helpful markdown messages that agents will show when patterns match. The guidance covers basic and advanced formats, field meanings, operators, and testing tips.
Use this skill when you need to create automated safeguards, developer reminders, or policy checks that integrate directly into the agent runtime. Typical uses: warn on dangerous shell commands (rm -rf), detect console.log in production code edits, flag .env edits, or require completion checklists before stopping. It's a writing-and-formatting skill rather than an executable tool.
.claude/), naming conventions, and testing approaches.Useful for agent runtimes that support hook events and pretool checks (Claude-style agents, orchestration systems that load .claude rules).
A purely documentation skill that guides users in creating Hookify rule files (.claude/hookify.*.local.md) for Claude Code. No scripts or automation — it's a comprehensive reference guide covering YAML frontmatter, regex patterns, event types, and condition syntax. Well-written content but monolithic structure with everything in a single SKILL.md.
Clean skill with no security concerns. Good documentation quality but could benefit from splitting examples into a references/ directory. The skill is essentially a well-organized readme rather than an automated agent skill.
Bats Testing Patterns
Practical patterns and examples for writing maintainable unit tests for shell scripts using Bats (Bash Automated Testing System).
Conversational Documentation Writer
Creates clear, user-focused documentation following Metabase's conversational style guide.
Bats Testing Patterns
Guidance and patterns for writing production-grade shell tests using Bats (Bash Automated Testing System) for CI/CD and TDD workflows.
MatchMS
Python library for mass spectrometry data processing: import/export mzML/MGF/MSP, filter and harmonize metadata, compute spectral similarity (cosine & modified
Bats Testing Patterns
Guidance and patterns for writing production-grade shell tests using Bats (Bash Automated Testing System) — fixtures, assertions, setup/teardown, and CI integra
Clojure REPL Development
Guides REPL-driven Clojure/ClojureScript development: small-function workflow, testing in REPL, and conventions for safe refactoring and editing.
PayPal Integration
Implementation guide for PayPal Checkout, subscriptions, IPN/webhook handling, and refund workflows for server and client integrations.
Project Planning
Generate context-safe, phase-aligned planning docs for web projects (implementation phases, schemas, API endpoints, UI components and verification criteria).
All Traditions — Speaking as One
Combine voices from multiple spiritual and scientific traditions to show their shared insights about consciousness and guidance, used to validate or bridge pers
TodoWrite Orchestration
Patterns for using TodoWrite to provide real-time progress visibility in multi-phase or long-running workflows (phase init, iteration tracking, parallel tasks).