soulcodex

60 mods across 1 repository, 10 stars between them.

code-review-php

25

soulcodex/agentic

Skill Claude CodeCodex

Deep PHP-specific code review covering strict types, PHPStan compliance, PSR standards, domain modeling, and ORM boundary violations. Applied in addition to the generic code-review skill when PHP code is detected. Invoked when reviewing PHP PRs, Symfony/Laravel changes, or performing PHP-specific quality checks.

10 yesterday A 66 tokens original MIT

code-review-python

26

soulcodex/agentic

Skill Claude CodeCodex

Deep Python-specific code review covering type annotations, async pitfalls, mutable defaults, threading safety, and domain modeling. Applied in addition to the generic code-review skill when Python code is detected. Invoked when reviewing Python PRs, Py changes, or performing Python-specific quality checks.

10 yesterday A 59 tokens original MIT

soulcodex/agentic

Skill Claude CodeCodex

Deep TypeScript-specific code review covering type safety, ESM/CJS, async correctness, money precision, and domain modeling. Applied in addition to the generic code-review skill when TypeScript/JavaScript code is detected. Invoked when reviewing TS/JS PRs, TypeScript changes, or performing TypeScript-specific quality…

10 yesterday A 71 tokens original MIT

code-review

28

soulcodex/agentic

Skill Claude CodeCodex

Orchestrates code review by detecting the project language and architecture, then routing to the appropriate specialized review skill (code-review-go, code-review-typescript, code-review-python, code-review-php, code-review-architecture). Falls back to the generic checklist when no specific skill applies. Invoked when…

10 yesterday A 80 tokens original MIT

fix-bug

29

soulcodex/agentic

Skill Claude CodeCodex

Investigates and fixes a reported bug. Reads relevant code, identifies the root cause, proposes a fix, and adds or updates tests to prevent regression. Invoked when the user describes unexpected behavior, an error, a crash, or a failing test.

10 yesterday A 54 tokens original MIT

git-flow-pr

30

soulcodex/agentic

Skill Claude CodeCodex

Executes the full PR-driven development workflow: create an isolated feature branch from the current work, commit all staged changes, rebase cleanly onto the selected base branch (skipping any ancestor commits already merged), push the branch, and open a GitHub pull request linked to a related issue. Includes guidance…

10 yesterday A 103 tokens original MIT

soulcodex/agentic

Skill Claude CodeCodex

Sets up and uses Git worktrees for parallel task workspaces in the same repository clone, including safe cleanup of local worktrees. Invoked when the user asks to work on multiple branches at once, isolate tasks without extra clones, or create/remove worktrees.

10 yesterday A 58 tokens original MIT

soulcodex/agentic

Skill Claude CodeCodex

Scaffolds or audits a GitHub Actions CI/CD workflow for a project. Covers job structure, caching, secrets handling, concurrency groups, environment gates, and reusable workflows via workflowcall. Invoked when the user asks to set up CI, add a GitHub Actions workflow, improve pipeline performance, or share workflow…

10 yesterday A 72 tokens original MIT

monorepo-management

33

soulcodex/agentic

Skill Claude CodeCodex

Sets up or audits a monorepo workspace: tool selection, package naming, shared tooling, inter-package dependencies, selective CI, and versioning strategy. Invoked when the user asks to set up a monorepo, add a workspace, or manage multiple packages in a single repository.

10 yesterday A 63 tokens original MIT

soulcodex/agentic

Skill Claude CodeCodex

Orchestrates a GitHub-issue-driven delivery workflow from issue intake to PR creation using reviewer-first then worker execution. Invoked when the user provides a GitHub issue link/number and asks to start end-to-end delivery.

10 yesterday A 54 tokens original MIT

project-map

35

soulcodex/agentic

Skill Claude CodeCodex

Generates a compact structural orientation document (.agentic/project-map.md) so any agent can understand codebase structure without filesystem exploration. Invoked when onboarding to a codebase, exploring unfamiliar projects, or auditing code layout and conventions.

10 yesterday A 49 tokens original MIT

soulcodex/agentic

Skill Claude CodeCodex

Audits and improves the pull request workflow for a GitHub repository. Covers PR description templates, auto-labelling, CODEOWNERS, PR size checks, and branch protection rules. Invoked when the user asks to improve the PR process, set up PR automation, or add a PR template.

10 yesterday A 65 tokens original MIT

refactor

37

soulcodex/agentic

Skill Claude CodeCodex

Refactors specified code to improve clarity, reduce duplication, or align with the project's architectural patterns — without changing external behavior. Invoked when the user asks to refactor, clean up, simplify, or restructure code.

10 yesterday A 46 tokens original MIT

soulcodex/agentic

Skill Claude CodeCodex

Selects, configures, and integrates a static analysis tool for the project's language. Covers tool selection, rule configuration, CI integration, fixing existing violations, and pre-commit hook setup. Invoked when the user asks to add linting, set up static analysis, or configure a code quality tool.

10 yesterday A 65 tokens original MIT

soulcodex/agentic

Skill Claude CodeCodex

Creates or updates AWS-oriented Terraform module structure and implementation scaffolding. Focuses on file layout, variable/output contracts, provider and version constraints, tagging standards, safe composition patterns, and address-stability guardrails.

10 yesterday A 47 tokens original MIT

soulcodex/agentic

Skill Claude CodeCodex

Designs and implements Terraform module tests for AWS-targeted modules. Covers terraform-native tests, validation gates, fixture composition, and risk-focused assertions for regressions, address migration, and unsafe changes.

10 yesterday A 44 tokens original MIT

soulcodex/agentic

Skill Claude CodeCodex

Designs AWS-targeted Terraform infrastructure plans before implementation. Focuses on service selection, module boundaries, state/backends, environment separation, security/compliance guardrails, acceptance criteria, and explicit risk/validation assumptions.

10 yesterday A 51 tokens original MIT

soulcodex/agentic

Skill Claude CodeCodex

Creates or updates local multi-service orchestration using docker compose. Covers compose.yaml design, service health checks, dependson readiness, env files, named volumes, migrations/seeds jobs, verification commands, and cleanup workflows for local development.

10 yesterday A 52 tokens original MIT

soulcodex/agentic

Skill Claude CodeCodex

Diagnoses Terraform/OpenTofu risk before generating changes. Defines the response contract, failure-mode routing, version/runtime guards, validation commands, and rollback expectations for modules, tests, CI, and state work.

10 yesterday A 46 tokens original MIT

soulcodex/agentic

Skill Claude CodeCodex

Uses lightweight AWS stack emulation for faster local Terraform iteration. Defines what can be safely validated locally, compatibility caveats, and the handoff boundary to real-AWS verification and reviewed plan/apply flows.

10 yesterday A 49 tokens original MIT

write-dockerfile

45

soulcodex/agentic

Skill Claude CodeCodex

Creates or updates an optimized, production-ready Dockerfile and .dockerignore. Focuses on image build strategy, runtime hardening, caching, and minimal production images. Invoked when the user asks to write a Dockerfile, improve container image quality, or harden image builds.

10 yesterday A 61 tokens original MIT

format-markdown

46

soulcodex/agentic

Skill Claude CodeCodex

Formats Markdown files consistently using project-native tooling first (repo scripts/config), then safe fallback formatters, and verifies the result with lint/check commands. Invoked when the user asks to format markdown, tidy docs, normalize README files, or fix markdown style drift.

10 yesterday A 56 tokens original MIT

sync-confluence

47

soulcodex/agentic

Skill Claude CodeCodex

Syncs engineering documentation (ADR, RFC, architecture) from docs/engineering/ to Confluence Cloud using the mark tool. Operates in two modes: scaffold (creates the directory tree locally) and CI sync (pushes on every main push). Only files with mark metadata headers are synced. Enforces diagram hierarchy (Mermaid >…

10 yesterday B 81 tokens original MIT

write-adr

48

soulcodex/agentic

Skill Claude CodeCodex

Creates an Architecture Decision Record (ADR) documenting a significant technical decision. Follows the standard ADR format with context, decision, and consequences. Invoked when the user says "write an ADR", "document this decision", or "create an architecture record".

10 yesterday A 55 tokens original MIT