Skill Claude CodeCodex
Add proper docstrings, type hints, and crate-level PRD.md/FRD.md/README.md to Python packages following PEP 257 and project conventions.
Skill Claude CodeCodex
Add proper docstrings, type hints, and crate-level PRD.md/FRD.md/README.md to Python packages following PEP 257 and project conventions.
Skill Claude CodeCodex
Find and remove dead code, unused files, stubs, thin wrappers, and duplicates across Python packages, then merge overlapping files into single cohesive modules.
Skill Claude CodeCodex
Codacy quality workflow: local analysis (codacy-analysis), cloud dashboard queries (issues/findings/PR via codacy CLI), and PR code review enriched with Codacy data. Use whenever the user mentions Codacy, wants to check issues or security findings, review a PR with Codacy data, reduce false positives, or interact with…
Skill Claude CodeCodex
AI code review with CodeRabbit: run local review before push (coderabbit review --agent) and apply CodeRabbit PR review-thread feedback from GitHub with per-change approval. Use whenever the user asks to review code, review a PR, find bugs/security issues, run coderabbit, or implement CodeRabbit feedback.
Skill Claude CodeCodex
Create and validate Python agent layer files following AES rules: orchestration-only, zero I/O, zero business logic, zero domain computation, 3-block structure, max 3 types per file, aggregate ABC contracts, DI for service dependencies, and shared VOs for domain data.
Skill Claude CodeCodex
Create and validate Python capabilities layer files following AES rules: concrete implementation of behavior (business logic + external adaptation), 3-block structure, max 3 types per file, protocol ABC contracts, DI for service dependencies, and shared VOs for domain data.
Skill Claude CodeCodex
Create and validate Python contract layer files in shared domain: pure ABC definitions for protocols and aggregates. Contracts define public promises only, with no implementation, no layer imports, and domain-safe VO-based signatures.
Skill Claude CodeCodex
Create and validate Python root layer files: composition root that wires Capabilities to Contract protocols/aggregates and bootstraps the application. Container connects implementations, Entry starts the system.
Skill Claude CodeCodex
Guides creation of effective SKILL.md files following agent skill best practices. Use when the user asks to create, write, structure, improve, or validate a Skill, SKILL.md file, or agent skill instructions.
Skill Claude CodeCodex
Create and validate Python surface layer files following AES406: smart/utility/passive surfaces, strict import rules, delegate to aggregates, zero direct lower-layer imports, zero business logic, VO-based state, and explicit error handling.
Skill Claude CodeCodex
Create and validate Python taxonomy layer files in shared taxonomy: VOs, entities, errors, events, and constants. Taxonomy is the domain foundation layer — stable language of the domain, free from technical or behavioral concerns.
Skill Claude CodeCodex
Generates contract, unit, integration, E2E, acceptance, and smoke test suites in tests/ (flat prefix naming), plus benchmark suites in benches/ (separate directory). Use when adding a new capability package, increasing coverage, preparing a release, or validating performance. Triggers: create tests python, add tests…
Skill Claude CodeCodex
Create and validate Python utility layer files following AES rules: stateless standalone functions, no class, no protocol impl, pure functions, domain-agnostic, reusable across modules.
Skill Claude CodeCodex
Fix Python bypass comments (type: ignore, noqa) by addressing root causes instead of suppressing errors.
Skill Claude CodeCodex
Run lint-arwaky CLI scanner and MCP server for Python projects — validate AES compliance, check layer violations, and fix architecture issues.
Skill Claude CodeCodex
Automate Qwen AI Web (chat.qwen.ai) with the Qwen3.8-Max intelligence model — zero API keys, zero paid quota, persistent browser sessions. USE THIS SKILL when an AI agent must: send prompts to Qwen and capture the full un-truncated answer; audit, review, refactor, or generate production code; analyze documents…
Skill Claude CodeCodex
Run repowise CLI for codebase intelligence — dead code, code health, change risk, security scan, and search. Use the self-hosted CLI instead of the hosted MCP endpoint so exclusions (.repowiseIgnore) apply and results reflect production code only.
Skill Claude CodeCodex
AES architecture reviewer: validates layer boundaries, naming, dependencies, orphans, scalability (7-layer spec).
Skill Claude CodeCodex
Expert business analyst: validates requirements clarity, business flow, logic implementation, testability, and FRD-to-code traceability.
Skill Claude CodeCodex
Fullstack developer executor: reads plans from architect/business-analyst/tech-lead, implements fixes, verifies with linter/tests, generates reports, and commits.
Skill Claude CodeCodex
Expert QA reviewer: validates CI gates, AES compliance, test results, report accuracy, and project conventions before merge.
Skill Claude CodeCodex
Tech lead reviewer: security, performance, error handling, SOLID, code quality, maintainability.
Skill Claude CodeCodex
Set up a complete CI system with quality gates, architecture enforcement, and AI code review for a multi-language workspace (Rust, Python, TypeScript). Covers GitHub Actions workflows, branch protection rulesets, self-linting, and integrating CodeRabbit, Codacy, cubic, and Repowise. Use when asked to create or…
MCP server Claude CodeCodexCursor +2
MCP server "repowise" as configured in rakaarwaky/qwen-web-arwaky. Launched with repowise mcp /home/raka/mcp-arwaky/qwen-web-arwaky --transport stdio.