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