🎯

output-filter

🎯Skill

from igbuend/grimbard

VibeIndex|
What it does

Filters and transforms Claude's text outputs by applying custom regex, length, format, and content rules for precise response control.

πŸ“¦

Same repository

igbuend/grimbard(43 items)

output-filter

Installation

Quick InstallInstall with npx
npx skills add https://github.com/igbuend/grimbard --skill output-filter

Need more details? View full documentation on GitHub β†’

1Installs
-
AddedFeb 12, 2026

More from this repository10

🎯
sarif-issue-reporter🎯Skill

Generates detailed SARIF reports for code vulnerabilities, mapping security issues across repositories with comprehensive analysis and tracking.

🎯
codebase-discovery🎯Skill

Rapidly maps and explores software project structures, dependencies, and architectural patterns across multiple programming languages and frameworks.

🎯
secure-codebase-documentation🎯Skill

Generates comprehensive security documentation for codebases, identifying vulnerabilities, best practices, and compliance requirements across project files.

🎯
insufficient-randomness-anti-pattern🎯Skill

Detects and helps remediate weak randomness vulnerabilities in cryptographic implementations, highlighting potential entropy risks.

🎯
best-practices-reviewer🎯Skill

Reviews code for adherence to industry-standard software engineering best practices, identifying potential improvements in design, performance, and maintainability.

🎯
insecure-temp-files-anti-pattern🎯Skill

Detects and prevents insecure temporary file handling vulnerabilities in code, highlighting risky file creation patterns and suggesting secure alternatives.

🎯
missing-input-validation-anti-pattern🎯Skill

Identifies and refactors code vulnerabilities where input validation is absent, preventing potential security risks and injection attacks.

🎯
authentication-security-pattern🎯Skill

Implements robust authentication flows with secure token management, multi-factor validation, and best practices for preventing common security vulnerabilities

🎯
ldap-injection-anti-pattern🎯Skill

Detects and prevents LDAP injection vulnerabilities by analyzing input sanitization, authentication, and query construction patterns in code.

🎯
message-authentication-code-mac🎯Skill

Generates and validates message authentication codes (MACs) to ensure data integrity and authenticity in cryptographic communications