Vibeworks Library

Vibeworks Library from Claude-Code-Community-Ireland/claude-code-resources.

Skills in this plugin

9
  1. Security Review · claude-code-community-ireland
    Security review checklist covering OWASP Top 10, authentication, authorization, input validation, secrets management, and common vulnerability patterns. Reference when reviewing code for security.
    1 install
  2. Dependency Audit · claude-code-community-ireland
    Dependency management and auditing — evaluating new dependencies, security vulnerability scanning, update strategies, and license compliance. Use when adding or auditing dependencies.
    1 install
  3. Testing Strategy · claude-code-community-ireland
    Test pyramid and testing strategy — unit, integration, and end-to-end test ratios, mocking strategies, test isolation, and what to test. Reference when planning test coverage or evaluating test quality.
    1 install
  4. Quality Standards · claude-code-community-ireland
    Quality gate definitions, scoring rubrics, and acceptance criteria for the Agentic UI Designer system.
    1 install
  5. Conventional Commits · claude-code-community-ireland
    Generate well-formatted conventional commit messages from staged changes. Use when the user asks to commit changes, write a commit message, or follows the conventional commits standard.
    1 install
  6. Debugging Systematic · claude-code-community-ireland
    Systematic debugging methodology — binary search isolation, hypothesis-driven debugging, reproducing issues, and root cause analysis. Use when debugging errors, unexpected behavior, or test failures.
    1 install
  7. Logging Observability · claude-code-community-ireland
    Logging and observability best practices — structured logging, log levels, correlation IDs, metrics, tracing, and alerting. Reference when implementing logging or monitoring.
    1 install
  8. Documentation Standards · claude-code-community-ireland
    Documentation best practices — README structure, inline code comments, API docs, changelogs, and technical writing principles. Reference when writing any documentation.
    1 install
  9. Error Handling Patterns · claude-code-community-ireland
    Error handling best practices across languages — error types, recovery strategies, user-facing messages, and logging. Reference when implementing error handling or designing error flows.
    1 install