skills
01Plugin Claude Code
skills. Aggregate install bundle for Wakqasahmed AI visibility, agentic commerce, and AI engineering workflow skills.
Plugin Claude Code
skills. Aggregate install bundle for Wakqasahmed AI visibility, agentic commerce, and AI engineering workflow skills.
Skill Claude CodeCodex
Add GitHub-visible AI agent and AI code-review metadata and exact agent labels without adding AI attribution to commits, and scope Alibaba/Open Code Review's review surface to control LLM token spend. Use when configuring PR templates, issue/PR labels, PR creation commands, PR update comments, or Alibaba Code…
Skill Claude CodeCodex
Records release intent with Changesets and guides semver, changelog, CI, and artifact-version checks for independently distributed packages. Use when a repository has @changesets/cli, .changeset/, a version-packages PR, publishable plugins, SDKs, libraries, or monorepos.
Skill Claude CodeCodex
Clarify non-trivial engineering work before implementation by resolving ambiguity, terminology, constraints, and the smallest viable path. Use when a request is broad, fuzzy, architectural, cross-cutting, or has hidden product decisions.
Skill Claude CodeCodex
Break high-level work into independently executable GitHub issues using vertical slices. Use when a plan, PRD, roadmap item, or vague feature needs issue-sized execution units.
Skill Claude CodeCodex
Define acceptance criteria, risk level, and verification before editing. Use at the start of non-trivial implementation or when an issue lacks clear proof of completion.
Skill Claude CodeCodex
Disciplined diagnosis loop for hard bugs and performance regressions. Reproduce → minimise → hypothesise → instrument → fix → regression-test. Use when user says "diagnose this" / "debug this", reports a bug, says something is broken/throwing/failing, or describes a performance regression.
Skill Claude CodeCodex
Write PR descriptions for third-party upstream repos in natural human prose to avoid maintainer AI-rejection patterns. Use before opening any PR against a repo we don't own.
Skill Claude CodeCodex
Set up Claude Code hooks to block dangerous git commands (force-push, direct push to protected branches, reset --hard, clean, branch -D, etc.) before they execute. Use when user wants to prevent destructive git operations, add git safety hooks, or block git push/reset in Claude Code.
Skill Claude CodeCodex
Convert human-only blockers into visible GitHub issues. Use when work is blocked by missing credentials, secrets, DNS, billing, account permissions, approvals, or other user-held external state.
Skill Claude CodeCodex
Set up Alibaba Open Code Review (OCR) on a repository that lacks it, or audit and update an existing setup. Use when creating a new repository, onboarding an existing repo to automated AI code review, configuring .opencodereview/rule.json or the OCR GitHub Actions workflows, or when OCR reviews are not running on PRs.
Skill Claude CodeCodex
Check deployment, staging, rollback, and health verification before release. Use for user-facing, infrastructure, CI/CD, integration, or high-risk changes.
Skill Claude CodeCodex
Use when you need to resolve an in-progress git merge/rebase conflict.
Skill Claude CodeCodex
Run an independent semantic review gate before merging non-trivial work, on top of (not duplicating) Alibaba Code Review and CI. Use after implementation and verification, especially for medium/high-risk changes.
Skill Claude CodeCodex
Run a cold-start implementer, reviewer, and fixer subagent chain for one issue, gated by CI, ending in a staging PR. Use when subagent delegation is authorized and the issue is non-trivial.
Skill Claude CodeCodex
Synthesize the current conversation and repository context into a concise product and engineering spec, publish it to the project issue tracker, and gate agent readiness before decomposition. Use when high-level work needs product framing, implementation and testing decisions, or success criteria captured without…
Skill Claude CodeCodex
Generate an interactive bash wizard that walks a human through steps only they can perform. Use when provisioning infrastructure, setting up credentials or CI secrets, walking an unfamiliar third-party dashboard, or running a one-off migration or cutover. Don't invoke this for steps the agent can perform itself.
Skill Claude CodeCodex
Routes a software-work request to the smallest applicable delivery workflow and records repository conventions once. Use when a user asks what engineering workflow to follow, wants help starting a change, needs a release or blocker path, or says setup workflow.
Skill Claude CodeCodex
Follow Filament conventions when building resources, forms, tables, actions, and widgets. Use when adding or changing Filament admin panels.
Skill Claude CodeCodex
Before building custom Filament components, search the plugin ecosystem and triage reuse vs. build. Use when implementing non-trivial Filament form fields, table columns/actions, dashboard widgets, import/export, settings pages, multi-tenancy, or notifications.
Skill Claude CodeCodex
Reason about Livewire component lifecycle, state, and performance when Filament's declarative API isn't enough. Use when writing custom Livewire components inside a Filament panel, debugging state that resets or fails to sync, or diagnosing wire:model performance problems.
Skill Claude CodeCodex
Follow Laravel conventions before adding routes, controllers, models, validation, or background work. Use when working in a Laravel codebase.
Skill Claude CodeCodex
Harden Laravel/PHP code against mass-assignment, SQL injection, XSS, CSRF, and authorization bypass. Use when writing or reviewing models, controllers, raw queries, Blade views, or any endpoint that accepts user input.
Skill Claude CodeCodex
Follow Pest testing conventions, factory/seeder patterns, and test-database safety before writing or running Laravel tests. Use when writing feature/unit tests, generating test data, or running the test suite.