← all publishers

xip-online-applications

@xip-online-applications source repo

12 published skills

  1. Common Domain Driven Design · xip-online-applications
    Guides the agent through applying Domain-Driven Design principles when modeling, structuring, and implementing business logic.
    0
    installs
  2. AI Code Review · xip-online-applications
    Defines a strict code review process where the agent validates quality through linting, tests, complexity analysis, and critical challenge of design decisions.
    0
    installs
  3. AI Create Skill · xip-online-applications
    Guides the agent through creating a new AI skill following the agentskills.io format and this repository's conventions.
    0
    installs
  4. Common Commonmark · xip-online-applications
    Ensures all Markdown output conforms to the CommonMark specification (https://spec.commonmark.org).
    0
    installs
  5. AI Agentic Workflow · xip-online-applications
    Defines the analyse-plan-execute workflow that the agent must follow for non-trivial tasks.
    0
    installs
  6. Nodejs Version Setup · xip-online-applications
    Ensures Node.js commands run with the project-required Node version before install, build, test, or scripts.
    0
    installs
  7. Common Naming Conventions · xip-online-applications
    Guides the agent to apply consistent, meaningful naming conventions across all code — variables, functions, classes, files, and infrastructure — ensuring readability and predictability.
    0
    installs
  8. Common Conventional Commits · xip-online-applications
    Guides the agent to always write commit messages following the Conventional Commits 1.0.0 specification, ensuring structured, parseable, and semantically meaningful commit history.
    0
    installs
  9. Common Hexagonal Architecture · xip-online-applications
    Guides the agent through applying Hexagonal Architecture (Ports & Adapters) to isolate domain logic from external concerns within a service.
    0
    installs
  10. Common Test Driven Development · xip-online-applications
    Guides the agent to always write unit tests first (TDD) when creating or modifying code, ensuring tests drive implementation.
    0
    installs
  11. Security Defensive Programming · xip-online-applications
    Guides the agent to apply defensive programming practices — validating inputs, handling failures safely, and preventing common vulnerability classes in every piece of code it writes.
    0
    installs
  12. Operations Deployment Checklist · xip-online-applications
    Runs a structured deployment checklist before applying changes to Kubernetes/Helm environments, verifying configuration, variables, and readiness.
    0
    installs