rakaarwaky

26 mods across 1 repository, 11 stars between them.

add-docs-python

01

rakaarwaky/qwen-web-arwaky

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.

11 5d ago A 38 tokens original MIT

rakaarwaky/qwen-web-arwaky

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.

11 5d ago A 36 tokens original MIT

codacy-review

03

rakaarwaky/qwen-web-arwaky

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…

11 5d ago A 75 tokens original MIT

coderabbit-review

04

rakaarwaky/qwen-web-arwaky

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.

11 5d ago A 67 tokens original MIT

create-agent-python

05

rakaarwaky/qwen-web-arwaky

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.

11 5d ago A 60 tokens original MIT

rakaarwaky/qwen-web-arwaky

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.

11 5d ago A 56 tokens original MIT

rakaarwaky/qwen-web-arwaky

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.

11 5d ago A 44 tokens original MIT

create-root-python

08

rakaarwaky/qwen-web-arwaky

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.

11 5d ago A 40 tokens original MIT

create-skill-all

09

rakaarwaky/qwen-web-arwaky

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.

11 5d ago A 49 tokens original MIT

rakaarwaky/qwen-web-arwaky

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.

11 5d ago A 50 tokens original MIT

rakaarwaky/qwen-web-arwaky

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.

11 5d ago A 49 tokens original MIT

create-test-python

12

rakaarwaky/qwen-web-arwaky

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…

11 5d ago A 89 tokens original MIT

rakaarwaky/qwen-web-arwaky

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.

11 5d ago A 40 tokens original MIT

fix-bypass-python

14

rakaarwaky/qwen-web-arwaky

Skill Claude CodeCodex

Fix Python bypass comments (type: ignore, noqa) by addressing root causes instead of suppressing errors.

11 5d ago A 26 tokens original MIT

lint-arwaky-python

15

rakaarwaky/qwen-web-arwaky

Skill Claude CodeCodex

Run lint-arwaky CLI scanner and MCP server for Python projects — validate AES compliance, check layer violations, and fix architecture issues.

11 5d ago A 33 tokens original MIT

qwen-web

16

rakaarwaky/qwen-web-arwaky

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…

11 5d ago A 121 tokens original MIT

repowise-scan

17

rakaarwaky/qwen-web-arwaky

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.

11 5d ago A 59 tokens original MIT

role-architect

18

rakaarwaky/qwen-web-arwaky

Skill Claude CodeCodex

AES architecture reviewer: validates layer boundaries, naming, dependencies, orphans, scalability (7-layer spec).

11 5d ago A 25 tokens original MIT

rakaarwaky/qwen-web-arwaky

Skill Claude CodeCodex

Expert business analyst: validates requirements clarity, business flow, logic implementation, testability, and FRD-to-code traceability.

11 5d ago A 31 tokens original MIT

rakaarwaky/qwen-web-arwaky

Skill Claude CodeCodex

Fullstack developer executor: reads plans from architect/business-analyst/tech-lead, implements fixes, verifies with linter/tests, generates reports, and commits.

11 5d ago A 39 tokens original MIT

rakaarwaky/qwen-web-arwaky

Skill Claude CodeCodex

Expert QA reviewer: validates CI gates, AES compliance, test results, report accuracy, and project conventions before merge.

11 5d ago A 27 tokens original MIT

role-tech-lead

22

rakaarwaky/qwen-web-arwaky

Skill Claude CodeCodex

Tech lead reviewer: security, performance, error handling, SOLID, code quality, maintainability.

11 5d ago A 25 tokens original MIT

rakaarwaky/qwen-web-arwaky

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…

11 5d ago A 79 tokens original MIT

repowise

24

rakaarwaky/qwen-web-arwaky

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.

11 5d ago A tokens not measured original MIT