Instructions file CodexOpenCode
Instructions for Awish021/opencode, covering working together, quick obligations, mindset & process, testing philosophy and token efficiency.
Instructions file CodexOpenCode
Instructions for Awish021/opencode, covering working together, quick obligations, mindset & process, testing philosophy and token efficiency.
Command
Run a full OpenCode audit.
Skill Claude CodeCodex
Use when implementing code changes, bug fixes, refactors, or multi-step edits that may sprawl; keeps work split into atomic, independently verifiable changes.
Skill Claude CodeCodex
Generate commit messages following conventional commit format.
Skill Claude CodeCodex
Helps users discover and install agent skills when they ask questions like "how do I do X", "find a skill for X", "is there a skill that can...", or express interest in extending capabilities. This skill should be used when the user is looking for functionality that might exist as an installable skill.
Skill Claude CodeCodex
Build GitLab CI/CD pipelines with multi-stage workflows, caching, and distributed runners for scalable automation. Use when implementing GitLab CI/CD, optimizing pipeline performance, or setting up automated testing and deployment.
Skill Claude CodeCodex
Use when building Go-based Kubernetes agents/controllers, reconcile loops, or cloud-native systems. Invoke for controller-runtime, CRDs, leader election, and Go concurrency.
Skill Claude CodeCodex
Build integrations with Google Workspace APIs (Gmail, Calendar, Drive, Sheets, Docs, Chat, Meet, Forms, Tasks, Admin SDK). Covers OAuth 2.0, service accounts, rate limits, batch operations, and Cloudflare Workers patterns. Use when building MCP servers, automation tools, or integrations with any Google Workspace API…
Skill Claude CodeCodex
Helm chart development patterns for packaging and deploying Kubernetes applications. Use when creating reusable Helm charts, managing multi-environment deployments, or building application catalogs for Kubernetes.
Skill Claude CodeCodex
Use when the user mentions Jira issues (e.g., "PROJ-123"), asks about tickets, wants to create/view/update issues, check sprint status, or manage their Jira workflow. Triggers on keywords like "jira", "issue", "ticket", "sprint", "backlog", or issue key patterns.
Skill Claude CodeCodex
Audit OpenCode configuration quality, safety, and operability with a 100-point rubric and concrete remediations.
Skill Claude CodeCodex
Proactively simplify recently modified code while preserving exact behavior.
Skill Claude CodeCodex
Stage specific code hunks using git hunks for selective commit preparation.
Skill Claude CodeCodex
Build and optimize PySpark pipelines on Databricks.
Skill Claude CodeCodex
Implement comprehensive testing strategies with pytest, fixtures, mocking, and test-driven development. Use when writing Python tests, setting up test suites, or implementing testing best practices.